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
45b391e7
Commit
45b391e7
authored
Dec 22, 2021
by
tsuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
レポート名を修正後、パス文末にフォーカスされるように修正
parent
57f7a0c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
FilePathSelect.cs
Code/CSRender/CSRender/FilePathSelect.cs
+2
-0
MainWindow.xaml.cs
Code/CSRender/CSRender/MainWindow.xaml.cs
+6
-0
No files found.
Code/CSRender/CSRender/FilePathSelect.cs
View file @
45b391e7
...
@@ -253,6 +253,8 @@ namespace CSRender
...
@@ -253,6 +253,8 @@ namespace CSRender
pdfReportName
+=
".pdf"
;
pdfReportName
+=
".pdf"
;
}
}
reportBox
.
Text
=
pdfReportPath
+
pdfReportName
;
reportBox
.
Text
=
pdfReportPath
+
pdfReportName
;
reportBox
.
Focus
();
reportBox
.
Select
(
this
.
reportBox
.
Text
.
Length
,
0
);
reportFlag
=
true
;
reportFlag
=
true
;
}
}
return
reportFlag
;
return
reportFlag
;
...
...
Code/CSRender/CSRender/MainWindow.xaml.cs
View file @
45b391e7
...
@@ -111,6 +111,7 @@ namespace CSRender
...
@@ -111,6 +111,7 @@ namespace CSRender
"\nもう一度設定してください。"
,
"The specified file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
"\nもう一度設定してください。"
,
"The specified file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定された対象ファイルあるいはフォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
" 指定された対象ファイルあるいはフォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
ResultConsole
.
ScrollToEnd
();
Properties
.
Settings
.
Default
.
targetSetting
=
""
;
Properties
.
Settings
.
Default
.
targetSetting
=
""
;
Properties
.
Settings
.
Default
.
Save
();
Properties
.
Settings
.
Default
.
Save
();
return
;
return
;
...
@@ -123,6 +124,7 @@ namespace CSRender
...
@@ -123,6 +124,7 @@ namespace CSRender
"\nもう一度設定してください。"
,
"The specified reference file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
"\nもう一度設定してください。"
,
"The specified reference file or folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定されたリファレンスファイルあるいはフォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
" 指定されたリファレンスファイルあるいはフォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
ResultConsole
.
ScrollToEnd
();
Properties
.
Settings
.
Default
.
referenceSetting
=
""
;
Properties
.
Settings
.
Default
.
referenceSetting
=
""
;
Properties
.
Settings
.
Default
.
Save
();
Properties
.
Settings
.
Default
.
Save
();
return
;
return
;
...
@@ -135,6 +137,7 @@ namespace CSRender
...
@@ -135,6 +137,7 @@ namespace CSRender
"\nもう一度設定してください。"
,
"The work space folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
"\nもう一度設定してください。"
,
"The work space folder does not exist"
,
MessageBoxButton
.
OK
,
MessageBoxImage
.
Information
);
ResultConsole
.
Text
+=
" 指定された作業フォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
" 指定された作業フォルダを発見できませんでした\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換中止>\r\n"
;
ResultConsole
.
ScrollToEnd
();
workBox
.
Text
=
""
;
workBox
.
Text
=
""
;
Properties
.
Settings
.
Default
.
workSpaceSetting
=
workBox
.
Text
;
Properties
.
Settings
.
Default
.
workSpaceSetting
=
workBox
.
Text
;
Properties
.
Settings
.
Default
.
Save
();
Properties
.
Settings
.
Default
.
Save
();
...
@@ -179,6 +182,7 @@ namespace CSRender
...
@@ -179,6 +182,7 @@ namespace CSRender
//TIFF画像の生成
//TIFF画像の生成
ResultConsole
.
Text
+=
"<TIFF変換開始>\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換開始>\r\n"
;
ResultConsole
.
Text
+=
" 対象ファイルをTIFF画像に変換中\r\n"
;
ResultConsole
.
Text
+=
" 対象ファイルをTIFF画像に変換中\r\n"
;
ResultConsole
.
ScrollToEnd
();
DoEvents
();
DoEvents
();
//対象フォルダ
//対象フォルダ
...
@@ -208,6 +212,7 @@ namespace CSRender
...
@@ -208,6 +212,7 @@ namespace CSRender
}
}
ResultConsole
.
Text
+=
" リファレンスファイルをTIFF画像に変換中\r\n"
;
ResultConsole
.
Text
+=
" リファレンスファイルをTIFF画像に変換中\r\n"
;
ResultConsole
.
ScrollToEnd
();
DoEvents
();
DoEvents
();
//リファレンスフォルダ
//リファレンスフォルダ
...
@@ -237,6 +242,7 @@ namespace CSRender
...
@@ -237,6 +242,7 @@ namespace CSRender
}
}
ResultConsole
.
Text
+=
"<TIFF変換完了>\r\n\r\n"
;
ResultConsole
.
Text
+=
"<TIFF変換完了>\r\n\r\n"
;
ResultConsole
.
ScrollToEnd
();
DoEvents
();
DoEvents
();
string
workDir
=
""
;
string
workDir
=
""
;
...
...
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