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
eb78f75a
Commit
eb78f75a
authored
Dec 07, 2021
by
tsuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作業フォルダの前回使用パスを記憶するように修正
parent
ca228267
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
1 deletion
+25
-1
App.config
Code/CSRender/CSRender/App.config
+3
-0
MainWindow.xaml.cs
Code/CSRender/CSRender/MainWindow.xaml.cs
+4
-1
Settings.Designer.cs
Code/CSRender/CSRender/Properties/Settings.Designer.cs
+12
-0
Settings.settings
Code/CSRender/CSRender/Properties/Settings.settings
+3
-0
CSRender.exe
Release/CSRender/CSRender.exe
+0
-0
CSRender.exe.config
Release/CSRender/CSRender.exe.config
+3
-0
CSRender.pdb
Release/CSRender/CSRender.pdb
+0
-0
No files found.
Code/CSRender/CSRender/App.config
View file @
eb78f75a
...
@@ -28,6 +28,9 @@
...
@@ -28,6 +28,9 @@
<
setting
name
=
"shadingOffSetting"
serializeAs
=
"String"
>
<
setting
name
=
"shadingOffSetting"
serializeAs
=
"String"
>
<
value
/>
<
value
/>
</
setting
>
</
setting
>
<
setting
name
=
"workSpaceSetting"
serializeAs
=
"String"
>
<
value
/>
</
setting
>
</
CSRender
.
Properties
.
Settings
>
</
CSRender
.
Properties
.
Settings
>
</
userSettings
>
</
userSettings
>
</
configuration
>
</
configuration
>
\ No newline at end of file
Code/CSRender/CSRender/MainWindow.xaml.cs
View file @
eb78f75a
...
@@ -97,7 +97,8 @@ namespace CSRender
...
@@ -97,7 +97,8 @@ namespace CSRender
GradationBox
.
Text
=
Properties
.
Settings
.
Default
.
colorMarginSetting
;
GradationBox
.
Text
=
Properties
.
Settings
.
Default
.
colorMarginSetting
;
SmallDiffBox
.
Text
=
Properties
.
Settings
.
Default
.
removePointSetting
;
SmallDiffBox
.
Text
=
Properties
.
Settings
.
Default
.
removePointSetting
;
VisualBox
.
Text
=
Properties
.
Settings
.
Default
.
shadingOffSetting
;
VisualBox
.
Text
=
Properties
.
Settings
.
Default
.
shadingOffSetting
;
workBox
.
Text
=
Properties
.
Settings
.
Default
.
workSpaceSetting
;
//ドラッグ&ドロップイベントの追加
//ドラッグ&ドロップイベントの追加
targetBox
.
AddHandler
(
TextBox
.
DragOverEvent
,
new
DragEventHandler
(
textBox_PreviewDragOver
),
true
);
targetBox
.
AddHandler
(
TextBox
.
DragOverEvent
,
new
DragEventHandler
(
textBox_PreviewDragOver
),
true
);
targetBox
.
AddHandler
(
TextBox
.
DropEvent
,
new
DragEventHandler
(
TargetBox_Drop
),
true
);
targetBox
.
AddHandler
(
TextBox
.
DropEvent
,
new
DragEventHandler
(
TargetBox_Drop
),
true
);
...
@@ -268,6 +269,7 @@ namespace CSRender
...
@@ -268,6 +269,7 @@ namespace CSRender
Properties
.
Settings
.
Default
.
colorMarginSetting
=
GradationBox
.
Text
;
Properties
.
Settings
.
Default
.
colorMarginSetting
=
GradationBox
.
Text
;
Properties
.
Settings
.
Default
.
removePointSetting
=
SmallDiffBox
.
Text
;
Properties
.
Settings
.
Default
.
removePointSetting
=
SmallDiffBox
.
Text
;
Properties
.
Settings
.
Default
.
shadingOffSetting
=
VisualBox
.
Text
;
Properties
.
Settings
.
Default
.
shadingOffSetting
=
VisualBox
.
Text
;
Properties
.
Settings
.
Default
.
workSpaceSetting
=
workBox
.
Text
;
Properties
.
Settings
.
Default
.
Save
();
Properties
.
Settings
.
Default
.
Save
();
}
}
...
@@ -367,6 +369,7 @@ namespace CSRender
...
@@ -367,6 +369,7 @@ namespace CSRender
//パラメータを次回初期値用に保存
//パラメータを次回初期値用に保存
Properties
.
Settings
.
Default
.
resolutionSetting
=
ResolutionBox
.
Text
;
Properties
.
Settings
.
Default
.
resolutionSetting
=
ResolutionBox
.
Text
;
Properties
.
Settings
.
Default
.
formatSetting
=
FileSelect
.
Text
;
Properties
.
Settings
.
Default
.
formatSetting
=
FileSelect
.
Text
;
Properties
.
Settings
.
Default
.
workSpaceSetting
=
workBox
.
Text
;
Properties
.
Settings
.
Default
.
Save
();
Properties
.
Settings
.
Default
.
Save
();
}
}
...
...
Code/CSRender/CSRender/Properties/Settings.Designer.cs
View file @
eb78f75a
...
@@ -94,5 +94,17 @@ namespace CSRender.Properties {
...
@@ -94,5 +94,17 @@ namespace CSRender.Properties {
this
[
"shadingOffSetting"
]
=
value
;
this
[
"shadingOffSetting"
]
=
value
;
}
}
}
}
[
global
::
System
.
Configuration
.
UserScopedSettingAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Configuration
.
DefaultSettingValueAttribute
(
""
)]
public
string
workSpaceSetting
{
get
{
return
((
string
)(
this
[
"workSpaceSetting"
]));
}
set
{
this
[
"workSpaceSetting"
]
=
value
;
}
}
}
}
}
}
Code/CSRender/CSRender/Properties/Settings.settings
View file @
eb78f75a
...
@@ -20,5 +20,8 @@
...
@@ -20,5 +20,8 @@
<Setting
Name=
"shadingOffSetting"
Type=
"System.String"
Scope=
"User"
>
<Setting
Name=
"shadingOffSetting"
Type=
"System.String"
Scope=
"User"
>
<Value
Profile=
"(Default)"
/>
<Value
Profile=
"(Default)"
/>
</Setting>
</Setting>
<Setting
Name=
"workSpaceSetting"
Type=
"System.String"
Scope=
"User"
>
<Value
Profile=
"(Default)"
/>
</Setting>
</Settings>
</Settings>
</SettingsFile>
</SettingsFile>
\ No newline at end of file
Release/CSRender/CSRender.exe
View file @
eb78f75a
No preview for this file type
Release/CSRender/CSRender.exe.config
View file @
eb78f75a
...
@@ -28,6 +28,9 @@
...
@@ -28,6 +28,9 @@
<
setting
name
=
"shadingOffSetting"
serializeAs
=
"String"
>
<
setting
name
=
"shadingOffSetting"
serializeAs
=
"String"
>
<
value
/>
<
value
/>
</
setting
>
</
setting
>
<
setting
name
=
"workSpaceSetting"
serializeAs
=
"String"
>
<
value
/>
</
setting
>
</
CSRender
.
Properties
.
Settings
>
</
CSRender
.
Properties
.
Settings
>
</
userSettings
>
</
userSettings
>
</
configuration
>
</
configuration
>
\ No newline at end of file
Release/CSRender/CSRender.pdb
View file @
eb78f75a
No preview for this file type
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