개정판 e0bb889b
dev issue #000 : message 추가
Change-Id: I10b649065300eb594b14ea00648b73fafd29585f
DTI_PID/SPPIDConverter/ConverterForm.cs | ||
---|---|---|
535 | 535 |
} |
536 | 536 |
|
537 | 537 |
if (gridViewConverter.GetSelectedRows().Length == 0) |
538 |
{ |
|
539 |
MessageBox.Show(Msg.SelectDocument, Msg.Warning, MessageBoxButtons.OK, MessageBoxIcon.Warning); |
|
538 | 540 |
return; |
541 |
} |
|
539 | 542 |
|
540 | 543 |
_Documents.Clear(); |
541 | 544 |
foreach (int rowHandle in gridViewConverter.GetSelectedRows()) |
DTI_PID/SPPIDConverter/Properties/Msg.Designer.cs | ||
---|---|---|
187 | 187 |
} |
188 | 188 |
|
189 | 189 |
/// <summary> |
190 |
/// Please select document과(와) 유사한 지역화된 문자열을 찾습니다. |
|
191 |
/// </summary> |
|
192 |
internal static string SelectDocument { |
|
193 |
get { |
|
194 |
return ResourceManager.GetString("SelectDocument", resourceCulture); |
|
195 |
} |
|
196 |
} |
|
197 |
|
|
198 |
/// <summary> |
|
190 | 199 |
/// Please select one line.과(와) 유사한 지역화된 문자열을 찾습니다. |
191 | 200 |
/// </summary> |
192 | 201 |
internal static string SelectLine { |
DTI_PID/SPPIDConverter/Properties/Msg.ko.resx | ||
---|---|---|
181 | 181 |
<value>엑셀 저장을 완료하였습니다. |
182 | 182 |
엑셀 파일을 오픈하시겠습니까?</value> |
183 | 183 |
</data> |
184 |
<data name="SelectDocument" xml:space="preserve"> |
|
185 |
<value>도면을 선택해주세요!</value> |
|
186 |
</data> |
|
184 | 187 |
</root> |
DTI_PID/SPPIDConverter/Properties/Msg.resx | ||
---|---|---|
181 | 181 |
<value>Excel export completed successfully. |
182 | 182 |
Open Excel File?</value> |
183 | 183 |
</data> |
184 |
<data name="SelectDocument" xml:space="preserve"> |
|
185 |
<value>Please select document</value> |
|
186 |
</data> |
|
184 | 187 |
</root> |
내보내기 Unified diff