Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KenPanCS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QCD
Tools
KenPanCS
Commits
07a7d082
Commit
07a7d082
authored
Nov 25, 2021
by
tsuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ページ入力の誤入力修正機能を追加
parent
f5a49be6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
MainWindow.xaml.cs
Code/CSRender/CSRender/MainWindow.xaml.cs
+11
-1
No files found.
Code/CSRender/CSRender/MainWindow.xaml.cs
View file @
07a7d082
...
...
@@ -118,6 +118,8 @@ namespace CSRender
{
CustomMsgBox
.
Show
(
mainWindow
,
"指定されたファイルあるいはフォルダが存在しません。"
+
"\nもう一度設定してください。"
,
"The specified file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定された対象ファイルあるいはフォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
return
;
}
...
...
@@ -126,6 +128,8 @@ namespace CSRender
{
CustomMsgBox
.
Show
(
mainWindow
,
"指定されたリファレンスファイルあるいはフォルダが存在しません。"
+
"\nもう一度設定してください。"
,
"The specified reference file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定されたリファレンスファイルあるいはフォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
return
;
}
...
...
@@ -134,6 +138,8 @@ namespace CSRender
{
CustomMsgBox
.
Show
(
mainWindow
,
"指定された作業フォルダが存在しません。"
+
"\nもう一度設定してください。"
,
"The specified reference file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定された作業フォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
return
;
}
...
...
@@ -232,7 +238,7 @@ namespace CSRender
{
ResultConsole
.
Text
+=
"<変換開始>\r\n"
;
ResultConsole
.
Text
+=
"PDFを"
+
FileSelect
.
Text
+
"に変換します\r\n"
;
ResultConsole
.
Text
+=
"
PDFを"
+
FileSelect
.
Text
+
"に変換します\r\n"
;
ResultConsole
.
Text
+=
"\r\n"
;
//必要に応じてページ引数を指定
...
...
@@ -249,6 +255,8 @@ namespace CSRender
{
CustomMsgBox
.
Show
(
mainWindow
,
"指定されたファイルあるいはフォルダが存在しません。"
+
"\nもう一度TIFF出力する対象を設定してください。"
,
"The specified file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定された対象ファイルあるいはフォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<変換中止>\r\n"
;
return
;
}
...
...
@@ -259,6 +267,8 @@ namespace CSRender
{
CustomMsgBox
.
Show
(
mainWindow
,
"指定された作業フォルダが存在しません。"
+
"\nもう一度設定してください。"
,
"The specified reference file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定された作業フォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<変換中止>\r\n"
;
return
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment