mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:提出確認書の英語テンプレートから会社情報を削除。photo:へのアクセス権を"Read and Write"⇒"Read/Write"に変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@189 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
97bacf506d
commit
17547f2be7
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -111,7 +111,7 @@ void Form1::setSrlForms(void)
|
|||||||
this->tboxShared2Size5->Text = MasterEditorTWL::transSizeToString( this->hSrl->hShared2SizeArray[5] );
|
this->tboxShared2Size5->Text = MasterEditorTWL::transSizeToString( this->hSrl->hShared2SizeArray[5] );
|
||||||
if( this->hSrl->IsPhotoRead && this->hSrl->IsPhotoWrite )
|
if( this->hSrl->IsPhotoRead && this->hSrl->IsPhotoWrite )
|
||||||
{
|
{
|
||||||
this->tboxPhotoAccess->Text = gcnew System::String("Read and Write");
|
this->tboxPhotoAccess->Text = gcnew System::String("Read/Write");
|
||||||
}
|
}
|
||||||
else if( this->hSrl->IsPhotoRead )
|
else if( this->hSrl->IsPhotoRead )
|
||||||
{
|
{
|
||||||
|
|||||||
@ -407,7 +407,7 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
|
|||||||
if( node->FirstChild->Value->Equals( "TagPhotoAccess" ) )
|
if( node->FirstChild->Value->Equals( "TagPhotoAccess" ) )
|
||||||
{
|
{
|
||||||
if( hSrl->IsPhotoRead && hSrl->IsPhotoWrite )
|
if( hSrl->IsPhotoRead && hSrl->IsPhotoWrite )
|
||||||
node->FirstChild->Value = gcnew System::String("Read and Write");
|
node->FirstChild->Value = gcnew System::String("Read/Write");
|
||||||
else if( hSrl->IsPhotoRead )
|
else if( hSrl->IsPhotoRead )
|
||||||
node->FirstChild->Value = gcnew System::String("Read Only");
|
node->FirstChild->Value = gcnew System::String("Read Only");
|
||||||
else if( hSrl->IsPhotoWrite )
|
else if( hSrl->IsPhotoWrite )
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -12086,13 +12086,6 @@
|
|||||||
</Print>
|
</Print>
|
||||||
<PageBreakZoom>100</PageBreakZoom>
|
<PageBreakZoom>100</PageBreakZoom>
|
||||||
<Selected/>
|
<Selected/>
|
||||||
<TopRowVisible>6</TopRowVisible>
|
|
||||||
<Panes>
|
|
||||||
<Pane>
|
|
||||||
<Number>3</Number>
|
|
||||||
<ActiveRow>6</ActiveRow>
|
|
||||||
</Pane>
|
|
||||||
</Panes>
|
|
||||||
<ProtectObjects>False</ProtectObjects>
|
<ProtectObjects>False</ProtectObjects>
|
||||||
<ProtectScenarios>False</ProtectScenarios>
|
<ProtectScenarios>False</ProtectScenarios>
|
||||||
</WorksheetOptions>
|
</WorksheetOptions>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user