マスタエディタ:提出確認書の英語テンプレートから会社情報を削除。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:
nishikawa_takeshi 2009-03-02 00:31:56 +00:00
parent 97bacf506d
commit 17547f2be7
7 changed files with 5200 additions and 5209 deletions

View File

@ -111,7 +111,7 @@ void Form1::setSrlForms(void)
this->tboxShared2Size5->Text = MasterEditorTWL::transSizeToString( this->hSrl->hShared2SizeArray[5] );
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 )
{

View File

@ -407,7 +407,7 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
if( node->FirstChild->Value->Equals( "TagPhotoAccess" ) )
{
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 )
node->FirstChild->Value = gcnew System::String("Read Only");
else if( hSrl->IsPhotoWrite )

View File

@ -12086,13 +12086,6 @@
</Print>
<PageBreakZoom>100</PageBreakZoom>
<Selected/>
<TopRowVisible>6</TopRowVisible>
<Panes>
<Pane>
<Number>3</Number>
<ActiveRow>6</ActiveRow>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>