OSDN Git Service

#26005 レーンの表示/非表示状態をDTXC終了時にDTXCreatorSetting.configに保持し、次回起動時に同設定を反映するようにした。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 03.オプション関連 / Cオプションダイアログ.Designer.cs
1 namespace DTXCreator.オプション関連\r
2 {\r
3         partial class Cオプションダイアログ\r
4         {\r
5                 /// <summary>\r
6                 /// 必要なデザイナ変数です。\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9 \r
10                 /// <summary>\r
11                 /// 使用中のリソースをすべてクリーンアップします。\r
12                 /// </summary>\r
13                 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
14                 protected override void Dispose( bool disposing )\r
15                 {\r
16                         if( disposing && ( components != null ) )\r
17                         {\r
18                                 components.Dispose();\r
19                         }\r
20                         base.Dispose( disposing );\r
21                 }\r
22 \r
23                 #region Windows フォーム デザイナで生成されたコード\r
24 \r
25                 /// <summary>\r
26                 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を\r
27                 /// コード エディタで変更しないでください。\r
28                 /// </summary>\r
29                 private void InitializeComponent()\r
30                 {\r
31                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( Cオプションダイアログ ) );\r
32                         this.tabPage全般 = new System.Windows.Forms.TabPage();\r
33                         this.checkBoxPlaySoundOnChip = new System.Windows.Forms.CheckBox();\r
34                         this.checkBoxPreviewBGM = new System.Windows.Forms.CheckBox();\r
35                         this.checkBoxオートフォーカス = new System.Windows.Forms.CheckBox();\r
36                         this.label個まで表示する = new System.Windows.Forms.Label();\r
37                         this.checkBox最近使用したファイル = new System.Windows.Forms.CheckBox();\r
38                         this.numericUpDown最近使用したファイルの最大表示個数 = new System.Windows.Forms.NumericUpDown();\r
39                         this.tabControlオプション = new System.Windows.Forms.TabControl();\r
40                         this.tabPageLanes = new System.Windows.Forms.TabPage();\r
41                         this.labelSelectLanes = new System.Windows.Forms.Label();\r
42                         this.checkedListBoxLaneSelectList = new System.Windows.Forms.CheckedListBox();\r
43                         this.button1 = new System.Windows.Forms.Button();\r
44                         this.buttonOK = new System.Windows.Forms.Button();\r
45                         this.tabPage全般.SuspendLayout();\r
46                         ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown最近使用したファイルの最大表示個数 ) ).BeginInit();\r
47                         this.tabControlオプション.SuspendLayout();\r
48                         this.tabPageLanes.SuspendLayout();\r
49                         this.SuspendLayout();\r
50                         // \r
51                         // tabPage全般\r
52                         // \r
53                         this.tabPage全般.Controls.Add( this.checkBoxPlaySoundOnChip );\r
54                         this.tabPage全般.Controls.Add( this.checkBoxPreviewBGM );\r
55                         this.tabPage全般.Controls.Add( this.checkBoxオートフォーカス );\r
56                         this.tabPage全般.Controls.Add( this.label個まで表示する );\r
57                         this.tabPage全般.Controls.Add( this.checkBox最近使用したファイル );\r
58                         this.tabPage全般.Controls.Add( this.numericUpDown最近使用したファイルの最大表示個数 );\r
59                         resources.ApplyResources( this.tabPage全般, "tabPage全般" );\r
60                         this.tabPage全般.Name = "tabPage全般";\r
61                         this.tabPage全般.UseVisualStyleBackColor = true;\r
62                         // \r
63                         // checkBoxPlaySoundOnChip\r
64                         // \r
65                         resources.ApplyResources( this.checkBoxPlaySoundOnChip, "checkBoxPlaySoundOnChip" );\r
66                         this.checkBoxPlaySoundOnChip.Name = "checkBoxPlaySoundOnChip";\r
67                         this.checkBoxPlaySoundOnChip.UseVisualStyleBackColor = true;\r
68                         // \r
69                         // checkBoxPreviewBGM\r
70                         // \r
71                         resources.ApplyResources( this.checkBoxPreviewBGM, "checkBoxPreviewBGM" );\r
72                         this.checkBoxPreviewBGM.Name = "checkBoxPreviewBGM";\r
73                         this.checkBoxPreviewBGM.UseVisualStyleBackColor = true;\r
74                         // \r
75                         // checkBoxオートフォーカス\r
76                         // \r
77                         resources.ApplyResources( this.checkBoxオートフォーカス, "checkBoxオートフォーカス" );\r
78                         this.checkBoxオートフォーカス.Name = "checkBoxオートフォーカス";\r
79                         this.checkBoxオートフォーカス.UseVisualStyleBackColor = true;\r
80                         // \r
81                         // label個まで表示する\r
82                         // \r
83                         resources.ApplyResources( this.label個まで表示する, "label個まで表示する" );\r
84                         this.label個まで表示する.Name = "label個まで表示する";\r
85                         // \r
86                         // checkBox最近使用したファイル\r
87                         // \r
88                         resources.ApplyResources( this.checkBox最近使用したファイル, "checkBox最近使用したファイル" );\r
89                         this.checkBox最近使用したファイル.Name = "checkBox最近使用したファイル";\r
90                         this.checkBox最近使用したファイル.UseVisualStyleBackColor = true;\r
91                         // \r
92                         // numericUpDown最近使用したファイルの最大表示個数\r
93                         // \r
94                         resources.ApplyResources( this.numericUpDown最近使用したファイルの最大表示個数, "numericUpDown最近使用したファイルの最大表示個数" );\r
95                         this.numericUpDown最近使用したファイルの最大表示個数.Maximum = new decimal( new int[] {\r
96             10,\r
97             0,\r
98             0,\r
99             0} );\r
100                         this.numericUpDown最近使用したファイルの最大表示個数.Minimum = new decimal( new int[] {\r
101             1,\r
102             0,\r
103             0,\r
104             0} );\r
105                         this.numericUpDown最近使用したファイルの最大表示個数.Name = "numericUpDown最近使用したファイルの最大表示個数";\r
106                         this.numericUpDown最近使用したファイルの最大表示個数.Value = new decimal( new int[] {\r
107             1,\r
108             0,\r
109             0,\r
110             0} );\r
111                         // \r
112                         // tabControlオプション\r
113                         // \r
114                         resources.ApplyResources( this.tabControlオプション, "tabControlオプション" );\r
115                         this.tabControlオプション.Controls.Add( this.tabPage全般 );\r
116                         this.tabControlオプション.Controls.Add( this.tabPageLanes );\r
117                         this.tabControlオプション.Name = "tabControlオプション";\r
118                         this.tabControlオプション.SelectedIndex = 0;\r
119                         // \r
120                         // tabPageLanes\r
121                         // \r
122                         this.tabPageLanes.Controls.Add( this.labelSelectLanes );\r
123                         this.tabPageLanes.Controls.Add( this.checkedListBoxLaneSelectList );\r
124                         resources.ApplyResources( this.tabPageLanes, "tabPageLanes" );\r
125                         this.tabPageLanes.Name = "tabPageLanes";\r
126                         this.tabPageLanes.UseVisualStyleBackColor = true;\r
127                         // \r
128                         // labelSelectLanes\r
129                         // \r
130                         resources.ApplyResources( this.labelSelectLanes, "labelSelectLanes" );\r
131                         this.labelSelectLanes.Name = "labelSelectLanes";\r
132                         // \r
133                         // checkedListBoxLaneSelectList\r
134                         // \r
135                         this.checkedListBoxLaneSelectList.CheckOnClick = true;\r
136                         this.checkedListBoxLaneSelectList.FormattingEnabled = true;\r
137                         resources.ApplyResources( this.checkedListBoxLaneSelectList, "checkedListBoxLaneSelectList" );\r
138                         this.checkedListBoxLaneSelectList.Name = "checkedListBoxLaneSelectList";\r
139                         // \r
140                         // button1\r
141                         // \r
142                         resources.ApplyResources( this.button1, "button1" );\r
143                         this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
144                         this.button1.Name = "button1";\r
145                         this.button1.UseVisualStyleBackColor = true;\r
146                         // \r
147                         // buttonOK\r
148                         // \r
149                         resources.ApplyResources( this.buttonOK, "buttonOK" );\r
150                         this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;\r
151                         this.buttonOK.Name = "buttonOK";\r
152                         this.buttonOK.UseVisualStyleBackColor = true;\r
153                         // \r
154                         // Cオプションダイアログ\r
155                         // \r
156                         resources.ApplyResources( this, "$this" );\r
157                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
158                         this.ControlBox = false;\r
159                         this.Controls.Add( this.buttonOK );\r
160                         this.Controls.Add( this.button1 );\r
161                         this.Controls.Add( this.tabControlオプション );\r
162                         this.MaximizeBox = false;\r
163                         this.MinimizeBox = false;\r
164                         this.Name = "Cオプションダイアログ";\r
165                         this.tabPage全般.ResumeLayout( false );\r
166                         this.tabPage全般.PerformLayout();\r
167                         ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown最近使用したファイルの最大表示個数 ) ).EndInit();\r
168                         this.tabControlオプション.ResumeLayout( false );\r
169                         this.tabPageLanes.ResumeLayout( false );\r
170                         this.tabPageLanes.PerformLayout();\r
171                         this.ResumeLayout( false );\r
172 \r
173                 }\r
174 \r
175                 #endregion\r
176 \r
177                 private System.Windows.Forms.TabPage tabPage全般;\r
178                 internal System.Windows.Forms.CheckBox checkBoxオートフォーカス;\r
179                 private System.Windows.Forms.Label label個まで表示する;\r
180                 internal System.Windows.Forms.CheckBox checkBox最近使用したファイル;\r
181                 internal System.Windows.Forms.NumericUpDown numericUpDown最近使用したファイルの最大表示個数;\r
182                 private System.Windows.Forms.TabControl tabControlオプション;\r
183                 internal System.Windows.Forms.CheckBox checkBoxPreviewBGM;\r
184                 internal System.Windows.Forms.CheckBox checkBoxPlaySoundOnChip;\r
185                 private System.Windows.Forms.Button button1;\r
186                 private System.Windows.Forms.Button buttonOK;\r
187                 private System.Windows.Forms.TabPage tabPageLanes;\r
188                 internal System.Windows.Forms.CheckedListBox checkedListBoxLaneSelectList;\r
189                 private System.Windows.Forms.Label labelSelectLanes;\r
190 \r
191         }\r
192 }