OSDN Git Service

imported
[tdcgexplorer/tso2mqo.git] / Form1.Designer.cs
1 namespace Tso2MqoGui\r
2 {\r
3     partial class Form1\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             this.button1 = new System.Windows.Forms.Button();\r
32             this.tbPath = new System.Windows.Forms.TextBox();\r
33             this.label1 = new System.Windows.Forms.Label();\r
34             this.label2 = new System.Windows.Forms.Label();\r
35             this.tabControl1 = new System.Windows.Forms.TabControl();\r
36             this.tabPage1 = new System.Windows.Forms.TabPage();\r
37             this.rbBoneRokDeBone = new System.Windows.Forms.RadioButton();\r
38             this.rbBoneNone = new System.Windows.Forms.RadioButton();\r
39             this.cbCopyTSO = new System.Windows.Forms.CheckBox();\r
40             this.cbMakeSub = new System.Windows.Forms.CheckBox();\r
41             this.tabPage2 = new System.Windows.Forms.TabPage();\r
42             this.cbShowMaterials = new System.Windows.Forms.CheckBox();\r
43             this.gbBone = new System.Windows.Forms.GroupBox();\r
44             this.bDeselectAll = new System.Windows.Forms.Button();\r
45             this.bRefresh = new System.Windows.Forms.Button();\r
46             this.bSelectAll = new System.Windows.Forms.Button();\r
47             this.label7 = new System.Windows.Forms.Label();\r
48             this.bAssign = new System.Windows.Forms.Button();\r
49             this.tvBone = new System.Windows.Forms.TreeView();\r
50             this.lvObject = new System.Windows.Forms.ListView();\r
51             this.chObjects1 = new System.Windows.Forms.ColumnHeader();\r
52             this.chObjects2 = new System.Windows.Forms.ColumnHeader();\r
53             this.label6 = new System.Windows.Forms.Label();\r
54             this.bExpOk = new System.Windows.Forms.Button();\r
55             this.bRefTsoEx = new System.Windows.Forms.Button();\r
56             this.bRefTso = new System.Windows.Forms.Button();\r
57             this.rb1Bone = new System.Windows.Forms.RadioButton();\r
58             this.rbAutoBone = new System.Windows.Forms.RadioButton();\r
59             this.tbTsoEx = new System.Windows.Forms.TextBox();\r
60             this.label5 = new System.Windows.Forms.Label();\r
61             this.tbTso = new System.Windows.Forms.TextBox();\r
62             this.label4 = new System.Windows.Forms.Label();\r
63             this.bRefMqoIn = new System.Windows.Forms.Button();\r
64             this.tbMqoIn = new System.Windows.Forms.TextBox();\r
65             this.label3 = new System.Windows.Forms.Label();\r
66             this.tabPage3 = new System.Windows.Forms.TabPage();\r
67             this.bRefMergeTso = new System.Windows.Forms.Button();\r
68             this.tbMergeTso = new System.Windows.Forms.TextBox();\r
69             this.bMerge = new System.Windows.Forms.Button();\r
70             this.label9 = new System.Windows.Forms.Label();\r
71             this.bMergeReset = new System.Windows.Forms.Button();\r
72             this.bMergeDel = new System.Windows.Forms.Button();\r
73             this.bMergeAdd = new System.Windows.Forms.Button();\r
74             this.label8 = new System.Windows.Forms.Label();\r
75             this.tvMerge = new System.Windows.Forms.TreeView();\r
76             this.tabControl1.SuspendLayout();\r
77             this.tabPage1.SuspendLayout();\r
78             this.tabPage2.SuspendLayout();\r
79             this.gbBone.SuspendLayout();\r
80             this.tabPage3.SuspendLayout();\r
81             this.SuspendLayout();\r
82             // \r
83             // button1\r
84             // \r
85             this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
86             this.button1.Location = new System.Drawing.Point(407, 4);\r
87             this.button1.Name = "button1";\r
88             this.button1.Size = new System.Drawing.Size(75, 23);\r
89             this.button1.TabIndex = 3;\r
90             this.button1.Text = "&Ref";\r
91             this.button1.UseVisualStyleBackColor = true;\r
92             this.button1.Click += new System.EventHandler(this.button1_Click);\r
93             // \r
94             // tbPath\r
95             // \r
96             this.tbPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
97                         | System.Windows.Forms.AnchorStyles.Right)));\r
98             this.tbPath.Location = new System.Drawing.Point(52, 6);\r
99             this.tbPath.Name = "tbPath";\r
100             this.tbPath.Size = new System.Drawing.Size(349, 19);\r
101             this.tbPath.TabIndex = 2;\r
102             // \r
103             // label1\r
104             // \r
105             this.label1.AutoSize = true;\r
106             this.label1.Location = new System.Drawing.Point(6, 9);\r
107             this.label1.Name = "label1";\r
108             this.label1.Size = new System.Drawing.Size(40, 12);\r
109             this.label1.TabIndex = 1;\r
110             this.label1.Text = "&OutDir:";\r
111             // \r
112             // label2\r
113             // \r
114             this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
115                         | System.Windows.Forms.AnchorStyles.Left)\r
116                         | System.Windows.Forms.AnchorStyles.Right)));\r
117             this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;\r
118             this.label2.Location = new System.Drawing.Point(6, 94);\r
119             this.label2.Name = "label2";\r
120             this.label2.Size = new System.Drawing.Size(476, 178);\r
121             this.label2.TabIndex = 8;\r
122             this.label2.Text = "Drop TSO File Here!";\r
123             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;\r
124             // \r
125             // tabControl1\r
126             // \r
127             this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
128                         | System.Windows.Forms.AnchorStyles.Left)\r
129                         | System.Windows.Forms.AnchorStyles.Right)));\r
130             this.tabControl1.Controls.Add(this.tabPage1);\r
131             this.tabControl1.Controls.Add(this.tabPage2);\r
132             this.tabControl1.Controls.Add(this.tabPage3);\r
133             this.tabControl1.Location = new System.Drawing.Point(12, 12);\r
134             this.tabControl1.Name = "tabControl1";\r
135             this.tabControl1.SelectedIndex = 0;\r
136             this.tabControl1.Size = new System.Drawing.Size(496, 300);\r
137             this.tabControl1.TabIndex = 0;\r
138             // \r
139             // tabPage1\r
140             // \r
141             this.tabPage1.BackColor = System.Drawing.Color.LightSteelBlue;\r
142             this.tabPage1.Controls.Add(this.rbBoneRokDeBone);\r
143             this.tabPage1.Controls.Add(this.rbBoneNone);\r
144             this.tabPage1.Controls.Add(this.cbCopyTSO);\r
145             this.tabPage1.Controls.Add(this.cbMakeSub);\r
146             this.tabPage1.Controls.Add(this.label1);\r
147             this.tabPage1.Controls.Add(this.label2);\r
148             this.tabPage1.Controls.Add(this.button1);\r
149             this.tabPage1.Controls.Add(this.tbPath);\r
150             this.tabPage1.Location = new System.Drawing.Point(4, 21);\r
151             this.tabPage1.Name = "tabPage1";\r
152             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);\r
153             this.tabPage1.Size = new System.Drawing.Size(488, 275);\r
154             this.tabPage1.TabIndex = 0;\r
155             this.tabPage1.Text = "Tso->Mqo";\r
156             // \r
157             // rbBoneRokDeBone\r
158             // \r
159             this.rbBoneRokDeBone.AutoSize = true;\r
160             this.rbBoneRokDeBone.Location = new System.Drawing.Point(126, 75);\r
161             this.rbBoneRokDeBone.Name = "rbBoneRokDeBone";\r
162             this.rbBoneRokDeBone.Size = new System.Drawing.Size(170, 16);\r
163             this.rbBoneRokDeBone.TabIndex = 7;\r
164             this.rbBoneRokDeBone.TabStop = true;\r
165             this.rbBoneRokDeBone.Text = "RokDeBone形式のボーン作成";\r
166             this.rbBoneRokDeBone.UseVisualStyleBackColor = true;\r
167             // \r
168             // rbBoneNone\r
169             // \r
170             this.rbBoneNone.AutoSize = true;\r
171             this.rbBoneNone.Location = new System.Drawing.Point(6, 75);\r
172             this.rbBoneNone.Name = "rbBoneNone";\r
173             this.rbBoneNone.Size = new System.Drawing.Size(114, 16);\r
174             this.rbBoneNone.TabIndex = 6;\r
175             this.rbBoneNone.TabStop = true;\r
176             this.rbBoneNone.Text = "ボーンを作成しない";\r
177             this.rbBoneNone.UseVisualStyleBackColor = true;\r
178             // \r
179             // cbCopyTSO\r
180             // \r
181             this.cbCopyTSO.AutoSize = true;\r
182             this.cbCopyTSO.Location = new System.Drawing.Point(6, 53);\r
183             this.cbCopyTSO.Name = "cbCopyTSO";\r
184             this.cbCopyTSO.Size = new System.Drawing.Size(189, 16);\r
185             this.cbCopyTSO.TabIndex = 5;\r
186             this.cbCopyTSO.Text = "TSOファイルを同じ場所にコピーする";\r
187             this.cbCopyTSO.UseVisualStyleBackColor = true;\r
188             // \r
189             // cbMakeSub\r
190             // \r
191             this.cbMakeSub.AutoSize = true;\r
192             this.cbMakeSub.Location = new System.Drawing.Point(6, 31);\r
193             this.cbMakeSub.Name = "cbMakeSub";\r
194             this.cbMakeSub.Size = new System.Drawing.Size(183, 16);\r
195             this.cbMakeSub.TabIndex = 4;\r
196             this.cbMakeSub.Text = "ファイル名と同じサブフォルダを作る";\r
197             this.cbMakeSub.UseVisualStyleBackColor = true;\r
198             // \r
199             // tabPage2\r
200             // \r
201             this.tabPage2.BackColor = System.Drawing.Color.PeachPuff;\r
202             this.tabPage2.Controls.Add(this.cbShowMaterials);\r
203             this.tabPage2.Controls.Add(this.gbBone);\r
204             this.tabPage2.Controls.Add(this.bExpOk);\r
205             this.tabPage2.Controls.Add(this.bRefTsoEx);\r
206             this.tabPage2.Controls.Add(this.bRefTso);\r
207             this.tabPage2.Controls.Add(this.rb1Bone);\r
208             this.tabPage2.Controls.Add(this.rbAutoBone);\r
209             this.tabPage2.Controls.Add(this.tbTsoEx);\r
210             this.tabPage2.Controls.Add(this.label5);\r
211             this.tabPage2.Controls.Add(this.tbTso);\r
212             this.tabPage2.Controls.Add(this.label4);\r
213             this.tabPage2.Controls.Add(this.bRefMqoIn);\r
214             this.tabPage2.Controls.Add(this.tbMqoIn);\r
215             this.tabPage2.Controls.Add(this.label3);\r
216             this.tabPage2.Location = new System.Drawing.Point(4, 21);\r
217             this.tabPage2.Name = "tabPage2";\r
218             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);\r
219             this.tabPage2.Size = new System.Drawing.Size(488, 275);\r
220             this.tabPage2.TabIndex = 1;\r
221             this.tabPage2.Text = "Mqo->Tso";\r
222             // \r
223             // cbShowMaterials\r
224             // \r
225             this.cbShowMaterials.AutoSize = true;\r
226             this.cbShowMaterials.Location = new System.Drawing.Point(295, 81);\r
227             this.cbShowMaterials.Name = "cbShowMaterials";\r
228             this.cbShowMaterials.Size = new System.Drawing.Size(144, 16);\r
229             this.cbShowMaterials.TabIndex = 21;\r
230             this.cbShowMaterials.Text = "マテリアル設定を表示する";\r
231             this.cbShowMaterials.UseVisualStyleBackColor = true;\r
232             // \r
233             // gbBone\r
234             // \r
235             this.gbBone.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
236                         | System.Windows.Forms.AnchorStyles.Left)\r
237                         | System.Windows.Forms.AnchorStyles.Right)));\r
238             this.gbBone.Controls.Add(this.bDeselectAll);\r
239             this.gbBone.Controls.Add(this.bRefresh);\r
240             this.gbBone.Controls.Add(this.bSelectAll);\r
241             this.gbBone.Controls.Add(this.label7);\r
242             this.gbBone.Controls.Add(this.bAssign);\r
243             this.gbBone.Controls.Add(this.tvBone);\r
244             this.gbBone.Controls.Add(this.lvObject);\r
245             this.gbBone.Controls.Add(this.label6);\r
246             this.gbBone.Location = new System.Drawing.Point(6, 103);\r
247             this.gbBone.Name = "gbBone";\r
248             this.gbBone.Size = new System.Drawing.Size(476, 137);\r
249             this.gbBone.TabIndex = 20;\r
250             this.gbBone.TabStop = false;\r
251             this.gbBone.Text = "ボーン指定";\r
252             // \r
253             // bDeselectAll\r
254             // \r
255             this.bDeselectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
256             this.bDeselectAll.Location = new System.Drawing.Point(123, 108);\r
257             this.bDeselectAll.Name = "bDeselectAll";\r
258             this.bDeselectAll.Size = new System.Drawing.Size(110, 23);\r
259             this.bDeselectAll.TabIndex = 27;\r
260             this.bDeselectAll.Text = "すべて非選択";\r
261             this.bDeselectAll.UseVisualStyleBackColor = true;\r
262             this.bDeselectAll.Click += new System.EventHandler(this.bDeselectAll_Click);\r
263             // \r
264             // bRefresh\r
265             // \r
266             this.bRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
267             this.bRefresh.Location = new System.Drawing.Point(272, 108);\r
268             this.bRefresh.Name = "bRefresh";\r
269             this.bRefresh.Size = new System.Drawing.Size(198, 23);\r
270             this.bRefresh.TabIndex = 26;\r
271             this.bRefresh.Text = "オブジェクトとボーンの一覧を更新";\r
272             this.bRefresh.UseVisualStyleBackColor = true;\r
273             this.bRefresh.Click += new System.EventHandler(this.bRefresh_Click);\r
274             // \r
275             // bSelectAll\r
276             // \r
277             this.bSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
278             this.bSelectAll.Location = new System.Drawing.Point(6, 108);\r
279             this.bSelectAll.Name = "bSelectAll";\r
280             this.bSelectAll.Size = new System.Drawing.Size(110, 23);\r
281             this.bSelectAll.TabIndex = 25;\r
282             this.bSelectAll.Text = "すべて選択";\r
283             this.bSelectAll.UseVisualStyleBackColor = true;\r
284             this.bSelectAll.Click += new System.EventHandler(this.bSelectAll_Click);\r
285             // \r
286             // label7\r
287             // \r
288             this.label7.AutoSize = true;\r
289             this.label7.Location = new System.Drawing.Point(270, 15);\r
290             this.label7.Name = "label7";\r
291             this.label7.Size = new System.Drawing.Size(55, 12);\r
292             this.label7.TabIndex = 24;\r
293             this.label7.Text = "Tsoボーン:";\r
294             // \r
295             // bAssign\r
296             // \r
297             this.bAssign.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
298                         | System.Windows.Forms.AnchorStyles.Left)));\r
299             this.bAssign.Location = new System.Drawing.Point(239, 30);\r
300             this.bAssign.Name = "bAssign";\r
301             this.bAssign.Size = new System.Drawing.Size(27, 72);\r
302             this.bAssign.TabIndex = 23;\r
303             this.bAssign.Text = "←割り当て";\r
304             this.bAssign.UseVisualStyleBackColor = true;\r
305             this.bAssign.Click += new System.EventHandler(this.bAssign_Click);\r
306             // \r
307             // tvBone\r
308             // \r
309             this.tvBone.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
310                         | System.Windows.Forms.AnchorStyles.Left)\r
311                         | System.Windows.Forms.AnchorStyles.Right)));\r
312             this.tvBone.HideSelection = false;\r
313             this.tvBone.Location = new System.Drawing.Point(272, 30);\r
314             this.tvBone.Name = "tvBone";\r
315             this.tvBone.Size = new System.Drawing.Size(198, 72);\r
316             this.tvBone.TabIndex = 22;\r
317             // \r
318             // lvObject\r
319             // \r
320             this.lvObject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
321                         | System.Windows.Forms.AnchorStyles.Left)));\r
322             this.lvObject.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {\r
323             this.chObjects1,\r
324             this.chObjects2});\r
325             this.lvObject.FullRowSelect = true;\r
326             this.lvObject.HideSelection = false;\r
327             this.lvObject.Location = new System.Drawing.Point(6, 30);\r
328             this.lvObject.Name = "lvObject";\r
329             this.lvObject.Size = new System.Drawing.Size(227, 72);\r
330             this.lvObject.TabIndex = 21;\r
331             this.lvObject.UseCompatibleStateImageBehavior = false;\r
332             this.lvObject.View = System.Windows.Forms.View.Details;\r
333             // \r
334             // chObjects1\r
335             // \r
336             this.chObjects1.Text = "オブジェクト";\r
337             this.chObjects1.Width = 105;\r
338             // \r
339             // chObjects2\r
340             // \r
341             this.chObjects2.Text = "割り当てボーン";\r
342             this.chObjects2.Width = 117;\r
343             // \r
344             // label6\r
345             // \r
346             this.label6.AutoSize = true;\r
347             this.label6.Location = new System.Drawing.Point(6, 15);\r
348             this.label6.Name = "label6";\r
349             this.label6.Size = new System.Drawing.Size(79, 12);\r
350             this.label6.TabIndex = 20;\r
351             this.label6.Text = "Mqoオブジェクト:";\r
352             // \r
353             // bExpOk\r
354             // \r
355             this.bExpOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
356             this.bExpOk.Location = new System.Drawing.Point(363, 246);\r
357             this.bExpOk.Name = "bExpOk";\r
358             this.bExpOk.Size = new System.Drawing.Size(113, 23);\r
359             this.bExpOk.TabIndex = 17;\r
360             this.bExpOk.Text = "Tsoファイル作成";\r
361             this.bExpOk.UseVisualStyleBackColor = true;\r
362             this.bExpOk.Click += new System.EventHandler(this.bOk_Click);\r
363             // \r
364             // bRefTsoEx\r
365             // \r
366             this.bRefTsoEx.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
367             this.bRefTsoEx.Location = new System.Drawing.Point(407, 54);\r
368             this.bRefTsoEx.Name = "bRefTsoEx";\r
369             this.bRefTsoEx.Size = new System.Drawing.Size(75, 23);\r
370             this.bRefTsoEx.TabIndex = 10;\r
371             this.bRefTsoEx.Text = "Ref";\r
372             this.bRefTsoEx.UseVisualStyleBackColor = true;\r
373             this.bRefTsoEx.Click += new System.EventHandler(this.bRefTsoEx_Click);\r
374             // \r
375             // bRefTso\r
376             // \r
377             this.bRefTso.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
378             this.bRefTso.Location = new System.Drawing.Point(407, 29);\r
379             this.bRefTso.Name = "bRefTso";\r
380             this.bRefTso.Size = new System.Drawing.Size(75, 23);\r
381             this.bRefTso.TabIndex = 9;\r
382             this.bRefTso.Text = "Ref";\r
383             this.bRefTso.UseVisualStyleBackColor = true;\r
384             this.bRefTso.Click += new System.EventHandler(this.bRefTso_Click);\r
385             // \r
386             // rb1Bone\r
387             // \r
388             this.rb1Bone.AutoSize = true;\r
389             this.rb1Bone.Location = new System.Drawing.Point(170, 81);\r
390             this.rb1Bone.Name = "rb1Bone";\r
391             this.rb1Bone.Size = new System.Drawing.Size(119, 16);\r
392             this.rb1Bone.TabIndex = 8;\r
393             this.rb1Bone.Text = "1ボーンに割り当てる";\r
394             this.rb1Bone.UseVisualStyleBackColor = true;\r
395             this.rb1Bone.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);\r
396             // \r
397             // rbAutoBone\r
398             // \r
399             this.rbAutoBone.AutoSize = true;\r
400             this.rbAutoBone.Checked = true;\r
401             this.rbAutoBone.Location = new System.Drawing.Point(8, 81);\r
402             this.rbAutoBone.Name = "rbAutoBone";\r
403             this.rbAutoBone.Size = new System.Drawing.Size(156, 16);\r
404             this.rbAutoBone.TabIndex = 7;\r
405             this.rbAutoBone.TabStop = true;\r
406             this.rbAutoBone.Text = "自動的にボーンを割り当てる";\r
407             this.rbAutoBone.UseVisualStyleBackColor = true;\r
408             this.rbAutoBone.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);\r
409             // \r
410             // tbTsoEx\r
411             // \r
412             this.tbTsoEx.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
413                         | System.Windows.Forms.AnchorStyles.Right)));\r
414             this.tbTsoEx.Location = new System.Drawing.Point(65, 56);\r
415             this.tbTsoEx.Name = "tbTsoEx";\r
416             this.tbTsoEx.Size = new System.Drawing.Size(336, 19);\r
417             this.tbTsoEx.TabIndex = 6;\r
418             // \r
419             // label5\r
420             // \r
421             this.label5.AutoSize = true;\r
422             this.label5.Location = new System.Drawing.Point(6, 59);\r
423             this.label5.Name = "label5";\r
424             this.label5.Size = new System.Drawing.Size(53, 12);\r
425             this.label5.TabIndex = 5;\r
426             this.label5.Text = "出力TSO:";\r
427             // \r
428             // tbTso\r
429             // \r
430             this.tbTso.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
431                         | System.Windows.Forms.AnchorStyles.Right)));\r
432             this.tbTso.Location = new System.Drawing.Point(65, 31);\r
433             this.tbTso.Name = "tbTso";\r
434             this.tbTso.Size = new System.Drawing.Size(336, 19);\r
435             this.tbTso.TabIndex = 4;\r
436             // \r
437             // label4\r
438             // \r
439             this.label4.AutoSize = true;\r
440             this.label4.Location = new System.Drawing.Point(6, 34);\r
441             this.label4.Name = "label4";\r
442             this.label4.Size = new System.Drawing.Size(53, 12);\r
443             this.label4.TabIndex = 3;\r
444             this.label4.Text = "参照TSO:";\r
445             // \r
446             // bRefMqoIn\r
447             // \r
448             this.bRefMqoIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
449             this.bRefMqoIn.Location = new System.Drawing.Point(407, 4);\r
450             this.bRefMqoIn.Name = "bRefMqoIn";\r
451             this.bRefMqoIn.Size = new System.Drawing.Size(75, 23);\r
452             this.bRefMqoIn.TabIndex = 2;\r
453             this.bRefMqoIn.Text = "Ref";\r
454             this.bRefMqoIn.UseVisualStyleBackColor = true;\r
455             this.bRefMqoIn.Click += new System.EventHandler(this.bRefMqoIn_Click);\r
456             // \r
457             // tbMqoIn\r
458             // \r
459             this.tbMqoIn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)\r
460                         | System.Windows.Forms.AnchorStyles.Right)));\r
461             this.tbMqoIn.Location = new System.Drawing.Point(65, 6);\r
462             this.tbMqoIn.Name = "tbMqoIn";\r
463             this.tbMqoIn.Size = new System.Drawing.Size(336, 19);\r
464             this.tbMqoIn.TabIndex = 1;\r
465             // \r
466             // label3\r
467             // \r
468             this.label3.AutoSize = true;\r
469             this.label3.Location = new System.Drawing.Point(6, 9);\r
470             this.label3.Name = "label3";\r
471             this.label3.Size = new System.Drawing.Size(56, 12);\r
472             this.label3.TabIndex = 0;\r
473             this.label3.Text = "入力MQO:";\r
474             // \r
475             // tabPage3\r
476             // \r
477             this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(216)))));\r
478             this.tabPage3.Controls.Add(this.bRefMergeTso);\r
479             this.tabPage3.Controls.Add(this.tbMergeTso);\r
480             this.tabPage3.Controls.Add(this.bMerge);\r
481             this.tabPage3.Controls.Add(this.label9);\r
482             this.tabPage3.Controls.Add(this.bMergeReset);\r
483             this.tabPage3.Controls.Add(this.bMergeDel);\r
484             this.tabPage3.Controls.Add(this.bMergeAdd);\r
485             this.tabPage3.Controls.Add(this.label8);\r
486             this.tabPage3.Controls.Add(this.tvMerge);\r
487             this.tabPage3.Location = new System.Drawing.Point(4, 21);\r
488             this.tabPage3.Name = "tabPage3";\r
489             this.tabPage3.Size = new System.Drawing.Size(488, 275);\r
490             this.tabPage3.TabIndex = 2;\r
491             this.tabPage3.Text = "Merge";\r
492             // \r
493             // bRefMergeTso\r
494             // \r
495             this.bRefMergeTso.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
496             this.bRefMergeTso.Location = new System.Drawing.Point(410, 220);\r
497             this.bRefMergeTso.Name = "bRefMergeTso";\r
498             this.bRefMergeTso.Size = new System.Drawing.Size(75, 23);\r
499             this.bRefMergeTso.TabIndex = 8;\r
500             this.bRefMergeTso.Text = "Ref";\r
501             this.bRefMergeTso.UseVisualStyleBackColor = true;\r
502             this.bRefMergeTso.Click += new System.EventHandler(this.bRefMergeTso_Click);\r
503             // \r
504             // tbMergeTso\r
505             // \r
506             this.tbMergeTso.AllowDrop = true;\r
507             this.tbMergeTso.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)\r
508                         | System.Windows.Forms.AnchorStyles.Right)));\r
509             this.tbMergeTso.Location = new System.Drawing.Point(60, 222);\r
510             this.tbMergeTso.Name = "tbMergeTso";\r
511             this.tbMergeTso.Size = new System.Drawing.Size(344, 19);\r
512             this.tbMergeTso.TabIndex = 7;\r
513             this.tbMergeTso.DragDrop += new System.Windows.Forms.DragEventHandler(this.tbMergeTso_DragDrop);\r
514             this.tbMergeTso.DragEnter += new System.Windows.Forms.DragEventHandler(this.tbMergeTso_DragEnter);\r
515             // \r
516             // bMerge\r
517             // \r
518             this.bMerge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
519             this.bMerge.Location = new System.Drawing.Point(410, 249);\r
520             this.bMerge.Name = "bMerge";\r
521             this.bMerge.Size = new System.Drawing.Size(75, 23);\r
522             this.bMerge.TabIndex = 6;\r
523             this.bMerge.Text = "実行";\r
524             this.bMerge.UseVisualStyleBackColor = true;\r
525             this.bMerge.Click += new System.EventHandler(this.bMerge_Click);\r
526             // \r
527             // label9\r
528             // \r
529             this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
530             this.label9.AutoSize = true;\r
531             this.label9.Location = new System.Drawing.Point(3, 225);\r
532             this.label9.Name = "label9";\r
533             this.label9.Size = new System.Drawing.Size(51, 12);\r
534             this.label9.TabIndex = 5;\r
535             this.label9.Text = "出力TSO";\r
536             // \r
537             // bMergeReset\r
538             // \r
539             this.bMergeReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
540             this.bMergeReset.Location = new System.Drawing.Point(167, 193);\r
541             this.bMergeReset.Name = "bMergeReset";\r
542             this.bMergeReset.Size = new System.Drawing.Size(75, 23);\r
543             this.bMergeReset.TabIndex = 4;\r
544             this.bMergeReset.Text = "リセット";\r
545             this.bMergeReset.UseVisualStyleBackColor = true;\r
546             this.bMergeReset.Click += new System.EventHandler(this.bMergeReset_Click);\r
547             // \r
548             // bMergeDel\r
549             // \r
550             this.bMergeDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
551             this.bMergeDel.Location = new System.Drawing.Point(86, 193);\r
552             this.bMergeDel.Name = "bMergeDel";\r
553             this.bMergeDel.Size = new System.Drawing.Size(75, 23);\r
554             this.bMergeDel.TabIndex = 3;\r
555             this.bMergeDel.Text = "削除";\r
556             this.bMergeDel.UseVisualStyleBackColor = true;\r
557             this.bMergeDel.Click += new System.EventHandler(this.bMergeDel_Click);\r
558             // \r
559             // bMergeAdd\r
560             // \r
561             this.bMergeAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
562             this.bMergeAdd.Location = new System.Drawing.Point(5, 193);\r
563             this.bMergeAdd.Name = "bMergeAdd";\r
564             this.bMergeAdd.Size = new System.Drawing.Size(75, 23);\r
565             this.bMergeAdd.TabIndex = 2;\r
566             this.bMergeAdd.Text = "追加";\r
567             this.bMergeAdd.UseVisualStyleBackColor = true;\r
568             this.bMergeAdd.Click += new System.EventHandler(this.bMergeAdd_Click);\r
569             // \r
570             // label8\r
571             // \r
572             this.label8.AutoSize = true;\r
573             this.label8.Location = new System.Drawing.Point(3, 0);\r
574             this.label8.Name = "label8";\r
575             this.label8.Size = new System.Drawing.Size(51, 12);\r
576             this.label8.TabIndex = 1;\r
577             this.label8.Text = "入力TSO";\r
578             // \r
579             // tvMerge\r
580             // \r
581             this.tvMerge.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
582                         | System.Windows.Forms.AnchorStyles.Left)\r
583                         | System.Windows.Forms.AnchorStyles.Right)));\r
584             this.tvMerge.CheckBoxes = true;\r
585             this.tvMerge.HideSelection = false;\r
586             this.tvMerge.ItemHeight = 17;\r
587             this.tvMerge.Location = new System.Drawing.Point(3, 15);\r
588             this.tvMerge.Name = "tvMerge";\r
589             this.tvMerge.Size = new System.Drawing.Size(482, 170);\r
590             this.tvMerge.TabIndex = 0;\r
591             this.tvMerge.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvMerge_AfterCheck);\r
592             // \r
593             // Form1\r
594             // \r
595             this.AllowDrop = true;\r
596             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
597             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
598             this.ClientSize = new System.Drawing.Size(520, 324);\r
599             this.Controls.Add(this.tabControl1);\r
600             this.MinimumSize = new System.Drawing.Size(528, 200);\r
601             this.Name = "Form1";\r
602             this.Text = "Tso2MqoGui v0.31";\r
603             this.Load += new System.EventHandler(this.Form1_Load);\r
604             this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);\r
605             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);\r
606             this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);\r
607             this.tabControl1.ResumeLayout(false);\r
608             this.tabPage1.ResumeLayout(false);\r
609             this.tabPage1.PerformLayout();\r
610             this.tabPage2.ResumeLayout(false);\r
611             this.tabPage2.PerformLayout();\r
612             this.gbBone.ResumeLayout(false);\r
613             this.gbBone.PerformLayout();\r
614             this.tabPage3.ResumeLayout(false);\r
615             this.tabPage3.PerformLayout();\r
616             this.ResumeLayout(false);\r
617 \r
618         }\r
619 \r
620         #endregion\r
621 \r
622         private System.Windows.Forms.Button button1;\r
623         private System.Windows.Forms.TextBox tbPath;\r
624         private System.Windows.Forms.Label label1;\r
625         private System.Windows.Forms.Label label2;\r
626         private System.Windows.Forms.TabControl tabControl1;\r
627         private System.Windows.Forms.TabPage tabPage1;\r
628         private System.Windows.Forms.CheckBox cbMakeSub;\r
629         private System.Windows.Forms.TabPage tabPage2;\r
630         private System.Windows.Forms.Button bRefMqoIn;\r
631         private System.Windows.Forms.TextBox tbMqoIn;\r
632         private System.Windows.Forms.Label label3;\r
633         private System.Windows.Forms.Button bRefTsoEx;\r
634         private System.Windows.Forms.Button bRefTso;\r
635         private System.Windows.Forms.RadioButton rb1Bone;\r
636         private System.Windows.Forms.RadioButton rbAutoBone;\r
637         private System.Windows.Forms.TextBox tbTsoEx;\r
638         private System.Windows.Forms.Label label5;\r
639         private System.Windows.Forms.TextBox tbTso;\r
640         private System.Windows.Forms.Label label4;\r
641         private System.Windows.Forms.Button bExpOk;\r
642         private System.Windows.Forms.CheckBox cbCopyTSO;\r
643         private System.Windows.Forms.RadioButton rbBoneRokDeBone;\r
644         private System.Windows.Forms.RadioButton rbBoneNone;\r
645         private System.Windows.Forms.GroupBox gbBone;\r
646         private System.Windows.Forms.Button bRefresh;\r
647         private System.Windows.Forms.Button bSelectAll;\r
648         private System.Windows.Forms.Label label7;\r
649         private System.Windows.Forms.Button bAssign;\r
650         private System.Windows.Forms.TreeView tvBone;\r
651         private System.Windows.Forms.ListView lvObject;\r
652         private System.Windows.Forms.Label label6;\r
653         private System.Windows.Forms.ColumnHeader chObjects1;\r
654         private System.Windows.Forms.ColumnHeader chObjects2;\r
655         private System.Windows.Forms.Button bDeselectAll;\r
656         private System.Windows.Forms.CheckBox cbShowMaterials;\r
657         private System.Windows.Forms.TabPage tabPage3;\r
658         private System.Windows.Forms.Button bMergeReset;\r
659         private System.Windows.Forms.Button bMergeDel;\r
660         private System.Windows.Forms.Button bMergeAdd;\r
661         private System.Windows.Forms.Label label8;\r
662         private System.Windows.Forms.TreeView tvMerge;\r
663         private System.Windows.Forms.Button bRefMergeTso;\r
664         private System.Windows.Forms.TextBox tbMergeTso;\r
665         private System.Windows.Forms.Button bMerge;\r
666         private System.Windows.Forms.Label label9;\r
667     }\r
668 }\r
669 \r