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
645464d6
Commit
645464d6
authored
Feb 04, 2022
by
tsuji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
メニューの配置を微修正
parent
aa750889
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
36 deletions
+36
-36
App.config
Code/CSRender/CSRender/App.config
+1
-1
MainWindow.xaml
Code/CSRender/CSRender/MainWindow.xaml
+33
-33
Settings.Designer.cs
Code/CSRender/CSRender/Properties/Settings.Designer.cs
+1
-1
Settings.settings
Code/CSRender/CSRender/Properties/Settings.settings
+1
-1
No files found.
Code/CSRender/CSRender/App.config
View file @
645464d6
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<
value
>
75
</
value
>
<
value
>
75
</
value
>
</
setting
>
</
setting
>
<
setting
name
=
"formatSetting"
serializeAs
=
"String"
>
<
setting
name
=
"formatSetting"
serializeAs
=
"String"
>
<
value
/
>
<
value
>
TIFF
</
value
>
</
setting
>
</
setting
>
<
setting
name
=
"shiftPixelSetting"
serializeAs
=
"String"
>
<
setting
name
=
"shiftPixelSetting"
serializeAs
=
"String"
>
<
value
>
2
</
value
>
<
value
>
2
</
value
>
...
...
Code/CSRender/CSRender/MainWindow.xaml
View file @
645464d6
This diff is collapsed.
Click to expand it.
Code/CSRender/CSRender/Properties/Settings.Designer.cs
View file @
645464d6
...
@@ -37,7 +37,7 @@ namespace CSRender.Properties {
...
@@ -37,7 +37,7 @@ namespace CSRender.Properties {
[
global
::
System
.
Configuration
.
UserScopedSettingAttribute
()]
[
global
::
System
.
Configuration
.
UserScopedSettingAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
()]
[
global
::
System
.
Configuration
.
DefaultSettingValueAttribute
(
""
)]
[
global
::
System
.
Configuration
.
DefaultSettingValueAttribute
(
"
TIFF
"
)]
public
string
formatSetting
{
public
string
formatSetting
{
get
{
get
{
return
((
string
)(
this
[
"formatSetting"
]));
return
((
string
)(
this
[
"formatSetting"
]));
...
...
Code/CSRender/CSRender/Properties/Settings.settings
View file @
645464d6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<Value
Profile=
"(Default)"
>
75
</Value>
<Value
Profile=
"(Default)"
>
75
</Value>
</Setting>
</Setting>
<Setting
Name=
"formatSetting"
Type=
"System.String"
Scope=
"User"
>
<Setting
Name=
"formatSetting"
Type=
"System.String"
Scope=
"User"
>
<Value
Profile=
"(Default)"
/
>
<Value
Profile=
"(Default)"
>
TIFF
</Value
>
</Setting>
</Setting>
<Setting
Name=
"shiftPixelSetting"
Type=
"System.Decimal"
Scope=
"User"
>
<Setting
Name=
"shiftPixelSetting"
Type=
"System.Decimal"
Scope=
"User"
>
<Value
Profile=
"(Default)"
>
2
</Value>
<Value
Profile=
"(Default)"
>
2
</Value>
...
...
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