OSDN Git Service

build moflib1.0 on cmake-base system
[moflib/moflib.git] / saisei-1.0 / SettingEditor / SettingEditor / Form1.Designer.cs
1 namespace WindowsFormsApplication1
2 {
3     partial class TopForm
4     {
5         /// <summary>
6         /// 必要なデザイナー変数です。
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// 使用中のリソースをすべてクリーンアップします。
12         /// </summary>
13         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows フォーム デザイナーで生成されたコード
24
25         /// <summary>
26         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27         /// コード エディターで変更しないでください。
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.tabControl1 = new System.Windows.Forms.TabControl();
32             this.tabPage1 = new System.Windows.Forms.TabPage();
33             this.groupBox4 = new System.Windows.Forms.GroupBox();
34             this.radio_button_fps2 = new System.Windows.Forms.RadioButton();
35             this.radio_button_fps1 = new System.Windows.Forms.RadioButton();
36             this.groupBox3 = new System.Windows.Forms.GroupBox();
37             this.fullscreen_radio_button = new System.Windows.Forms.RadioButton();
38             this.window_radio_button = new System.Windows.Forms.RadioButton();
39             this.groupBox1 = new System.Windows.Forms.GroupBox();
40             this.resolution_combo_box = new System.Windows.Forms.ComboBox();
41             this.tabPage2 = new System.Windows.Forms.TabPage();
42             this.audio_output_check_box = new System.Windows.Forms.CheckBox();
43             this.video_output_check_box = new System.Windows.Forms.CheckBox();
44             this.groupBox2 = new System.Windows.Forms.GroupBox();
45             this.logged_radio_button = new System.Windows.Forms.RadioButton();
46             this.logging_radio_button = new System.Windows.Forms.RadioButton();
47             this.device_radio_button = new System.Windows.Forms.RadioButton();
48             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
49             this.status_label = new System.Windows.Forms.ToolStripStatusLabel();
50             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
51             this.ファイルToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52             this.save_menu_item = new System.Windows.Forms.ToolStripMenuItem();
53             this.close_menu_item = new System.Windows.Forms.ToolStripMenuItem();
54             this.編集ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55             this.undo_menu_item = new System.Windows.Forms.ToolStripMenuItem();
56             this.redo_menu_item = new System.Windows.Forms.ToolStripMenuItem();
57             this.tabControl1.SuspendLayout();
58             this.tabPage1.SuspendLayout();
59             this.groupBox4.SuspendLayout();
60             this.groupBox3.SuspendLayout();
61             this.groupBox1.SuspendLayout();
62             this.tabPage2.SuspendLayout();
63             this.groupBox2.SuspendLayout();
64             this.statusStrip1.SuspendLayout();
65             this.menuStrip1.SuspendLayout();
66             this.SuspendLayout();
67             // 
68             // tabControl1
69             // 
70             this.tabControl1.Controls.Add(this.tabPage1);
71             this.tabControl1.Controls.Add(this.tabPage2);
72             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
73             this.tabControl1.Location = new System.Drawing.Point(0, 24);
74             this.tabControl1.Name = "tabControl1";
75             this.tabControl1.SelectedIndex = 0;
76             this.tabControl1.Size = new System.Drawing.Size(289, 275);
77             this.tabControl1.TabIndex = 2;
78             // 
79             // tabPage1
80             // 
81             this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
82             this.tabPage1.Controls.Add(this.groupBox4);
83             this.tabPage1.Controls.Add(this.groupBox3);
84             this.tabPage1.Controls.Add(this.groupBox1);
85             this.tabPage1.Location = new System.Drawing.Point(4, 21);
86             this.tabPage1.Name = "tabPage1";
87             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
88             this.tabPage1.Size = new System.Drawing.Size(281, 250);
89             this.tabPage1.TabIndex = 0;
90             this.tabPage1.Text = "設定1";
91             this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click_1);
92             // 
93             // groupBox4
94             // 
95             this.groupBox4.Controls.Add(this.radio_button_fps2);
96             this.groupBox4.Controls.Add(this.radio_button_fps1);
97             this.groupBox4.Location = new System.Drawing.Point(22, 158);
98             this.groupBox4.Name = "groupBox4";
99             this.groupBox4.Size = new System.Drawing.Size(242, 47);
100             this.groupBox4.TabIndex = 4;
101             this.groupBox4.TabStop = false;
102             this.groupBox4.Text = "フレームレート";
103             this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
104             // 
105             // radio_button_fps2
106             // 
107             this.radio_button_fps2.AutoSize = true;
108             this.radio_button_fps2.Location = new System.Drawing.Point(116, 18);
109             this.radio_button_fps2.Name = "radio_button_fps2";
110             this.radio_button_fps2.Size = new System.Drawing.Size(56, 16);
111             this.radio_button_fps2.TabIndex = 3;
112             this.radio_button_fps2.TabStop = true;
113             this.radio_button_fps2.Text = "60FPS";
114             this.radio_button_fps2.UseVisualStyleBackColor = true;
115             this.radio_button_fps2.CheckedChanged += new System.EventHandler(this.radio_button_fps2_CheckedChanged);
116             // 
117             // radio_button_fps1
118             // 
119             this.radio_button_fps1.AutoSize = true;
120             this.radio_button_fps1.Location = new System.Drawing.Point(21, 18);
121             this.radio_button_fps1.Name = "radio_button_fps1";
122             this.radio_button_fps1.Size = new System.Drawing.Size(56, 16);
123             this.radio_button_fps1.TabIndex = 2;
124             this.radio_button_fps1.TabStop = true;
125             this.radio_button_fps1.Text = "30FPS";
126             this.radio_button_fps1.UseVisualStyleBackColor = true;
127             this.radio_button_fps1.CheckedChanged += new System.EventHandler(this.radio_button_fps1_CheckedChanged);
128             // 
129             // groupBox3
130             // 
131             this.groupBox3.Controls.Add(this.fullscreen_radio_button);
132             this.groupBox3.Controls.Add(this.window_radio_button);
133             this.groupBox3.Location = new System.Drawing.Point(22, 73);
134             this.groupBox3.Name = "groupBox3";
135             this.groupBox3.Size = new System.Drawing.Size(242, 67);
136             this.groupBox3.TabIndex = 3;
137             this.groupBox3.TabStop = false;
138             this.groupBox3.Text = "画面モード";
139             // 
140             // fullscreen_radio_button
141             // 
142             this.fullscreen_radio_button.AutoSize = true;
143             this.fullscreen_radio_button.Location = new System.Drawing.Point(116, 29);
144             this.fullscreen_radio_button.Name = "fullscreen_radio_button";
145             this.fullscreen_radio_button.Size = new System.Drawing.Size(84, 16);
146             this.fullscreen_radio_button.TabIndex = 1;
147             this.fullscreen_radio_button.TabStop = true;
148             this.fullscreen_radio_button.Text = "フルスクリーン";
149             this.fullscreen_radio_button.UseVisualStyleBackColor = true;
150             this.fullscreen_radio_button.CheckedChanged += new System.EventHandler(this.fullscreen_radio_button_CheckedChanged);
151             // 
152             // window_radio_button
153             // 
154             this.window_radio_button.AutoSize = true;
155             this.window_radio_button.Location = new System.Drawing.Point(21, 29);
156             this.window_radio_button.Name = "window_radio_button";
157             this.window_radio_button.Size = new System.Drawing.Size(66, 16);
158             this.window_radio_button.TabIndex = 0;
159             this.window_radio_button.TabStop = true;
160             this.window_radio_button.Text = "ウィンドウ";
161             this.window_radio_button.UseVisualStyleBackColor = true;
162             this.window_radio_button.CheckedChanged += new System.EventHandler(this.window_radio_button_CheckedChanged);
163             // 
164             // groupBox1
165             // 
166             this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
167             this.groupBox1.Controls.Add(this.resolution_combo_box);
168             this.groupBox1.Location = new System.Drawing.Point(22, 6);
169             this.groupBox1.Name = "groupBox1";
170             this.groupBox1.Size = new System.Drawing.Size(242, 52);
171             this.groupBox1.TabIndex = 2;
172             this.groupBox1.TabStop = false;
173             this.groupBox1.Text = "画面解像度";
174             this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
175             // 
176             // resolution_combo_box
177             // 
178             this.resolution_combo_box.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
179             this.resolution_combo_box.FormattingEnabled = true;
180             this.resolution_combo_box.Location = new System.Drawing.Point(21, 18);
181             this.resolution_combo_box.Name = "resolution_combo_box";
182             this.resolution_combo_box.Size = new System.Drawing.Size(179, 20);
183             this.resolution_combo_box.TabIndex = 0;
184             this.resolution_combo_box.SelectedIndexChanged += new System.EventHandler(this.resolution_combo_box_SelectedIndexChanged);
185             // 
186             // tabPage2
187             // 
188             this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
189             this.tabPage2.Controls.Add(this.audio_output_check_box);
190             this.tabPage2.Controls.Add(this.video_output_check_box);
191             this.tabPage2.Controls.Add(this.groupBox2);
192             this.tabPage2.Location = new System.Drawing.Point(4, 21);
193             this.tabPage2.Name = "tabPage2";
194             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
195             this.tabPage2.Size = new System.Drawing.Size(281, 250);
196             this.tabPage2.TabIndex = 1;
197             this.tabPage2.Text = "設定2";
198             // 
199             // audio_output_check_box
200             // 
201             this.audio_output_check_box.AutoSize = true;
202             this.audio_output_check_box.Location = new System.Drawing.Point(35, 166);
203             this.audio_output_check_box.Name = "audio_output_check_box";
204             this.audio_output_check_box.Size = new System.Drawing.Size(100, 16);
205             this.audio_output_check_box.TabIndex = 2;
206             this.audio_output_check_box.Text = "音声を書き出す";
207             this.audio_output_check_box.UseVisualStyleBackColor = true;
208             this.audio_output_check_box.CheckedChanged += new System.EventHandler(this.audio_output_check_box_CheckedChanged_1);
209             // 
210             // video_output_check_box
211             // 
212             this.video_output_check_box.AutoSize = true;
213             this.video_output_check_box.Location = new System.Drawing.Point(35, 144);
214             this.video_output_check_box.Name = "video_output_check_box";
215             this.video_output_check_box.Size = new System.Drawing.Size(137, 16);
216             this.video_output_check_box.TabIndex = 1;
217             this.video_output_check_box.Text = "フレーム画像を書き出す";
218             this.video_output_check_box.UseVisualStyleBackColor = true;
219             this.video_output_check_box.CheckedChanged += new System.EventHandler(this.video_output_check_box_CheckedChanged);
220             // 
221             // groupBox2
222             // 
223             this.groupBox2.Controls.Add(this.logged_radio_button);
224             this.groupBox2.Controls.Add(this.logging_radio_button);
225             this.groupBox2.Controls.Add(this.device_radio_button);
226             this.groupBox2.Location = new System.Drawing.Point(17, 17);
227             this.groupBox2.Name = "groupBox2";
228             this.groupBox2.Size = new System.Drawing.Size(248, 100);
229             this.groupBox2.TabIndex = 0;
230             this.groupBox2.TabStop = false;
231             this.groupBox2.Text = "入力モード";
232             // 
233             // logged_radio_button
234             // 
235             this.logged_radio_button.AutoSize = true;
236             this.logged_radio_button.Location = new System.Drawing.Point(18, 65);
237             this.logged_radio_button.Name = "logged_radio_button";
238             this.logged_radio_button.Size = new System.Drawing.Size(120, 16);
239             this.logged_radio_button.TabIndex = 2;
240             this.logged_radio_button.TabStop = true;
241             this.logged_radio_button.Text = "ファイルから読み込む";
242             this.logged_radio_button.UseVisualStyleBackColor = true;
243             this.logged_radio_button.CheckedChanged += new System.EventHandler(this.logged_radio_button_CheckedChanged);
244             // 
245             // logging_radio_button
246             // 
247             this.logging_radio_button.AutoSize = true;
248             this.logging_radio_button.Location = new System.Drawing.Point(18, 42);
249             this.logging_radio_button.Name = "logging_radio_button";
250             this.logging_radio_button.Size = new System.Drawing.Size(109, 16);
251             this.logging_radio_button.TabIndex = 1;
252             this.logging_radio_button.TabStop = true;
253             this.logging_radio_button.Text = "ファイルに書き出す";
254             this.logging_radio_button.UseVisualStyleBackColor = true;
255             this.logging_radio_button.CheckedChanged += new System.EventHandler(this.logging_radio_button_CheckedChanged);
256             // 
257             // device_radio_button
258             // 
259             this.device_radio_button.AutoSize = true;
260             this.device_radio_button.Location = new System.Drawing.Point(18, 19);
261             this.device_radio_button.Name = "device_radio_button";
262             this.device_radio_button.Size = new System.Drawing.Size(47, 16);
263             this.device_radio_button.TabIndex = 0;
264             this.device_radio_button.TabStop = true;
265             this.device_radio_button.Text = "通常";
266             this.device_radio_button.UseVisualStyleBackColor = true;
267             this.device_radio_button.CheckedChanged += new System.EventHandler(this.device_radio_button_CheckedChanged);
268             // 
269             // statusStrip1
270             // 
271             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
272             this.status_label});
273             this.statusStrip1.Location = new System.Drawing.Point(0, 277);
274             this.statusStrip1.Name = "statusStrip1";
275             this.statusStrip1.Size = new System.Drawing.Size(289, 22);
276             this.statusStrip1.TabIndex = 3;
277             this.statusStrip1.Text = "statusStrip1";
278             this.statusStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.statusStrip1_ItemClicked);
279             // 
280             // status_label
281             // 
282             this.status_label.Name = "status_label";
283             this.status_label.Size = new System.Drawing.Size(23, 17);
284             this.status_label.Text = "null";
285             // 
286             // menuStrip1
287             // 
288             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
289             this.ファイルToolStripMenuItem,
290             this.編集ToolStripMenuItem});
291             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
292             this.menuStrip1.Name = "menuStrip1";
293             this.menuStrip1.Size = new System.Drawing.Size(289, 24);
294             this.menuStrip1.TabIndex = 4;
295             this.menuStrip1.Text = "menuStrip1";
296             // 
297             // ファイルToolStripMenuItem
298             // 
299             this.ファイルToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
300             this.save_menu_item,
301             this.close_menu_item});
302             this.ファイルToolStripMenuItem.Name = "ファイルToolStripMenuItem";
303             this.ファイルToolStripMenuItem.Size = new System.Drawing.Size(66, 20);
304             this.ファイルToolStripMenuItem.Text = "ファイル(&F)";
305             // 
306             // save_menu_item
307             // 
308             this.save_menu_item.Name = "save_menu_item";
309             this.save_menu_item.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
310             this.save_menu_item.Size = new System.Drawing.Size(148, 22);
311             this.save_menu_item.Text = "保存(&S)";
312             this.save_menu_item.Click += new System.EventHandler(this.save_menu_item_Click_1);
313             // 
314             // close_menu_item
315             // 
316             this.close_menu_item.Name = "close_menu_item";
317             this.close_menu_item.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
318             this.close_menu_item.Size = new System.Drawing.Size(148, 22);
319             this.close_menu_item.Text = "終了(&X)";
320             this.close_menu_item.Click += new System.EventHandler(this.close_menu_item_Click);
321             // 
322             // 編集ToolStripMenuItem
323             // 
324             this.編集ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
325             this.undo_menu_item,
326             this.redo_menu_item});
327             this.編集ToolStripMenuItem.Name = "編集ToolStripMenuItem";
328             this.編集ToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
329             this.編集ToolStripMenuItem.Text = "編集(&E)";
330             // 
331             // undo_menu_item
332             // 
333             this.undo_menu_item.Name = "undo_menu_item";
334             this.undo_menu_item.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
335             this.undo_menu_item.Size = new System.Drawing.Size(166, 22);
336             this.undo_menu_item.Text = "元に戻す(&U)";
337             this.undo_menu_item.Click += new System.EventHandler(this.undo_menu_item_Click);
338             // 
339             // redo_menu_item
340             // 
341             this.redo_menu_item.Name = "redo_menu_item";
342             this.redo_menu_item.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
343             this.redo_menu_item.Size = new System.Drawing.Size(166, 22);
344             this.redo_menu_item.Text = "やり直し(&R)";
345             this.redo_menu_item.Click += new System.EventHandler(this.redo_menu_item_Click);
346             // 
347             // TopForm
348             // 
349             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
350             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
351             this.ClientSize = new System.Drawing.Size(289, 299);
352             this.Controls.Add(this.statusStrip1);
353             this.Controls.Add(this.tabControl1);
354             this.Controls.Add(this.menuStrip1);
355             this.MainMenuStrip = this.menuStrip1;
356             this.Name = "TopForm";
357             this.Text = "SettingEditor";
358             this.Load += new System.EventHandler(this.Form1_Load);
359             this.tabControl1.ResumeLayout(false);
360             this.tabPage1.ResumeLayout(false);
361             this.groupBox4.ResumeLayout(false);
362             this.groupBox4.PerformLayout();
363             this.groupBox3.ResumeLayout(false);
364             this.groupBox3.PerformLayout();
365             this.groupBox1.ResumeLayout(false);
366             this.tabPage2.ResumeLayout(false);
367             this.tabPage2.PerformLayout();
368             this.groupBox2.ResumeLayout(false);
369             this.groupBox2.PerformLayout();
370             this.statusStrip1.ResumeLayout(false);
371             this.statusStrip1.PerformLayout();
372             this.menuStrip1.ResumeLayout(false);
373             this.menuStrip1.PerformLayout();
374             this.ResumeLayout(false);
375             this.PerformLayout();
376
377         }
378
379         #endregion
380
381         private System.Windows.Forms.TabControl tabControl1;
382         private System.Windows.Forms.TabPage tabPage1;
383         private System.Windows.Forms.TabPage tabPage2;
384         private System.Windows.Forms.StatusStrip statusStrip1;
385         private System.Windows.Forms.ToolStripStatusLabel status_label;
386         private System.Windows.Forms.GroupBox groupBox1;
387         private System.Windows.Forms.ComboBox resolution_combo_box;
388         private System.Windows.Forms.CheckBox video_output_check_box;
389         private System.Windows.Forms.GroupBox groupBox2;
390         private System.Windows.Forms.RadioButton logged_radio_button;
391         private System.Windows.Forms.RadioButton logging_radio_button;
392         private System.Windows.Forms.RadioButton device_radio_button;
393         private System.Windows.Forms.GroupBox groupBox3;
394         private System.Windows.Forms.RadioButton fullscreen_radio_button;
395         private System.Windows.Forms.RadioButton window_radio_button;
396         private System.Windows.Forms.RadioButton radio_button_fps2;
397         private System.Windows.Forms.RadioButton radio_button_fps1;
398         private System.Windows.Forms.GroupBox groupBox4;
399         private System.Windows.Forms.MenuStrip menuStrip1;
400         private System.Windows.Forms.ToolStripMenuItem ファイルToolStripMenuItem;
401         private System.Windows.Forms.ToolStripMenuItem save_menu_item;
402         private System.Windows.Forms.ToolStripMenuItem close_menu_item;
403         private System.Windows.Forms.ToolStripMenuItem 編集ToolStripMenuItem;
404         private System.Windows.Forms.ToolStripMenuItem undo_menu_item;
405         private System.Windows.Forms.ToolStripMenuItem redo_menu_item;
406         private System.Windows.Forms.CheckBox audio_output_check_box;
407
408
409     }
410 }
411