Develop and Download Open Source Software

Browse Subversion Repository

Contents of /RsiEditor/RsiEditor.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Sun Jul 26 02:18:54 2009 UTC (14 years, 8 months ago) by pex
File size: 85098 byte(s)


1 using System.Windows.Forms;
2 namespace RipSync.RsiEditor
3 {
4 partial class frmRsiEditor : Form
5 {
6 /// <summary>
7 /// 必要なデザイナ変数です。
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10
11 /// <summary>
12 /// 使用中のリソースをすべてクリーンアップします。
13 /// </summary>
14 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
15 protected override void Dispose(bool disposing)
16 {
17 if (disposing && (components != null))
18 {
19 components.Dispose();
20 }
21 base.Dispose(disposing);
22 }
23
24 #region Windows フォーム デザイナで生成されたコード
25
26 /// <summary>
27 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
28 /// コード エディタで変更しないでください。
29 /// </summary>
30 private void InitializeComponent()
31 {
32 System.Windows.Forms.TabPage tabEyeAuto;
33 this.btnSelectEyeClose = new System.Windows.Forms.Button();
34 this.label9 = new System.Windows.Forms.Label();
35 this.txtEyeClose = new System.Windows.Forms.TextBox();
36 this.btnSelectEyeThin = new System.Windows.Forms.Button();
37 this.label8 = new System.Windows.Forms.Label();
38 this.txtEyeThin = new System.Windows.Forms.TextBox();
39 this.btnSelectEyeNormal = new System.Windows.Forms.Button();
40 this.label7 = new System.Windows.Forms.Label();
41 this.txtEyeNormal = new System.Windows.Forms.TextBox();
42 this.tabGroup = new System.Windows.Forms.TabControl();
43 this.tabKihon = new System.Windows.Forms.TabPage();
44 this.btnSelectBase = new System.Windows.Forms.Button();
45 this.txtBaseHeight = new System.Windows.Forms.TextBox();
46 this.txtBaseWidth = new System.Windows.Forms.TextBox();
47 this.label6 = new System.Windows.Forms.Label();
48 this.label5 = new System.Windows.Forms.Label();
49 this.label4 = new System.Windows.Forms.Label();
50 this.label3 = new System.Windows.Forms.Label();
51 this.label2 = new System.Windows.Forms.Label();
52 this.label1 = new System.Windows.Forms.Label();
53 this.txtBase = new System.Windows.Forms.TextBox();
54 this.txtEshi = new System.Windows.Forms.TextBox();
55 this.tabMouthAuto = new System.Windows.Forms.TabPage();
56 this.btnSelectMouthXo = new System.Windows.Forms.Button();
57 this.label16 = new System.Windows.Forms.Label();
58 this.txtMouthXo = new System.Windows.Forms.TextBox();
59 this.btnSelectMouthAa = new System.Windows.Forms.Button();
60 this.label17 = new System.Windows.Forms.Label();
61 this.txtMouthAa = new System.Windows.Forms.TextBox();
62 this.btnSelectMouthN = new System.Windows.Forms.Button();
63 this.label15 = new System.Windows.Forms.Label();
64 this.txtMouthN = new System.Windows.Forms.TextBox();
65 this.btnSelectMouthO = new System.Windows.Forms.Button();
66 this.label13 = new System.Windows.Forms.Label();
67 this.txtMouthO = new System.Windows.Forms.TextBox();
68 this.btnSelectMouthE = new System.Windows.Forms.Button();
69 this.label14 = new System.Windows.Forms.Label();
70 this.txtMouthE = new System.Windows.Forms.TextBox();
71 this.btnSelectMouthU = new System.Windows.Forms.Button();
72 this.label10 = new System.Windows.Forms.Label();
73 this.txtMouthU = new System.Windows.Forms.TextBox();
74 this.btnSelectMouthI = new System.Windows.Forms.Button();
75 this.label11 = new System.Windows.Forms.Label();
76 this.txtMouthI = new System.Windows.Forms.TextBox();
77 this.btnSelectMouthA = new System.Windows.Forms.Button();
78 this.label12 = new System.Windows.Forms.Label();
79 this.txtMouthA = new System.Windows.Forms.TextBox();
80 this.tabEyeManual = new System.Windows.Forms.TabPage();
81 this.btnDelEyeAdd6 = new System.Windows.Forms.Button();
82 this.btnDelEyeAdd5 = new System.Windows.Forms.Button();
83 this.btnDelEyeAdd4 = new System.Windows.Forms.Button();
84 this.btnDelEyeAdd3 = new System.Windows.Forms.Button();
85 this.btnDelEyeAdd2 = new System.Windows.Forms.Button();
86 this.btnDelEyeAdd1 = new System.Windows.Forms.Button();
87 this.txtEyeAdd6Name = new System.Windows.Forms.TextBox();
88 this.txtEyeAdd5Name = new System.Windows.Forms.TextBox();
89 this.txtEyeAdd4Name = new System.Windows.Forms.TextBox();
90 this.txtEyeAdd3Name = new System.Windows.Forms.TextBox();
91 this.txtEyeAdd2Name = new System.Windows.Forms.TextBox();
92 this.txtEyeAdd1Name = new System.Windows.Forms.TextBox();
93 this.btnSelectEyeAdd6 = new System.Windows.Forms.Button();
94 this.txtEyeAdd6 = new System.Windows.Forms.TextBox();
95 this.btnSelectEyeAdd5 = new System.Windows.Forms.Button();
96 this.txtEyeAdd5 = new System.Windows.Forms.TextBox();
97 this.btnSelectEyeAdd4 = new System.Windows.Forms.Button();
98 this.txtEyeAdd4 = new System.Windows.Forms.TextBox();
99 this.btnSelectEyeAdd3 = new System.Windows.Forms.Button();
100 this.txtEyeAdd3 = new System.Windows.Forms.TextBox();
101 this.btnSelectEyeAdd2 = new System.Windows.Forms.Button();
102 this.txtEyeAdd2 = new System.Windows.Forms.TextBox();
103 this.btnSelectEyeAdd1 = new System.Windows.Forms.Button();
104 this.txtEyeAdd1 = new System.Windows.Forms.TextBox();
105 this.tabMouthManual = new System.Windows.Forms.TabPage();
106 this.btnDelMouthAdd6 = new System.Windows.Forms.Button();
107 this.btnDelMouthAdd5 = new System.Windows.Forms.Button();
108 this.btnDelMouthAdd4 = new System.Windows.Forms.Button();
109 this.btnDelMouthAdd3 = new System.Windows.Forms.Button();
110 this.btnDelMouthAdd2 = new System.Windows.Forms.Button();
111 this.btnDelMouthAdd1 = new System.Windows.Forms.Button();
112 this.txtMouthAdd6Name = new System.Windows.Forms.TextBox();
113 this.txtMouthAdd5Name = new System.Windows.Forms.TextBox();
114 this.txtMouthAdd4Name = new System.Windows.Forms.TextBox();
115 this.txtMouthAdd3Name = new System.Windows.Forms.TextBox();
116 this.txtMouthAdd2Name = new System.Windows.Forms.TextBox();
117 this.txtMouthAdd1Name = new System.Windows.Forms.TextBox();
118 this.btnSelectMouthAdd6 = new System.Windows.Forms.Button();
119 this.txtMouthAdd6 = new System.Windows.Forms.TextBox();
120 this.btnSelectMouthAdd5 = new System.Windows.Forms.Button();
121 this.txtMouthAdd5 = new System.Windows.Forms.TextBox();
122 this.btnSelectMouthAdd4 = new System.Windows.Forms.Button();
123 this.txtMouthAdd4 = new System.Windows.Forms.TextBox();
124 this.btnSelectMouthAdd3 = new System.Windows.Forms.Button();
125 this.txtMouthAdd3 = new System.Windows.Forms.TextBox();
126 this.btnSelectMouthAdd2 = new System.Windows.Forms.Button();
127 this.txtMouthAdd2 = new System.Windows.Forms.TextBox();
128 this.btnSelectMouthAdd1 = new System.Windows.Forms.Button();
129 this.txtMouthAdd1 = new System.Windows.Forms.TextBox();
130 this.panel1 = new System.Windows.Forms.Panel();
131 this.btnVirsion = new System.Windows.Forms.Button();
132 this.btnNewFile = new System.Windows.Forms.Button();
133 this.btnClose = new System.Windows.Forms.Button();
134 this.btnSaveAs = new System.Windows.Forms.Button();
135 this.btnSave = new System.Windows.Forms.Button();
136 this.btnRead = new System.Windows.Forms.Button();
137 this.openFileDialogRSI = new System.Windows.Forms.OpenFileDialog();
138 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
139 this.openFileDialogGraphic = new System.Windows.Forms.OpenFileDialog();
140 this.txtRsiFileName = new System.Windows.Forms.TextBox();
141 this.label18 = new System.Windows.Forms.Label();
142 this.label19 = new System.Windows.Forms.Label();
143 this.txtMessage = new System.Windows.Forms.TextBox();
144 tabEyeAuto = new System.Windows.Forms.TabPage();
145 tabEyeAuto.SuspendLayout();
146 this.tabGroup.SuspendLayout();
147 this.tabKihon.SuspendLayout();
148 this.tabMouthAuto.SuspendLayout();
149 this.tabEyeManual.SuspendLayout();
150 this.tabMouthManual.SuspendLayout();
151 this.panel1.SuspendLayout();
152 this.SuspendLayout();
153 //
154 // tabEyeAuto
155 //
156 tabEyeAuto.Controls.Add(this.btnSelectEyeClose);
157 tabEyeAuto.Controls.Add(this.label9);
158 tabEyeAuto.Controls.Add(this.txtEyeClose);
159 tabEyeAuto.Controls.Add(this.btnSelectEyeThin);
160 tabEyeAuto.Controls.Add(this.label8);
161 tabEyeAuto.Controls.Add(this.txtEyeThin);
162 tabEyeAuto.Controls.Add(this.btnSelectEyeNormal);
163 tabEyeAuto.Controls.Add(this.label7);
164 tabEyeAuto.Controls.Add(this.txtEyeNormal);
165 tabEyeAuto.Location = new System.Drawing.Point(4, 25);
166 tabEyeAuto.Name = "tabEyeAuto";
167 tabEyeAuto.Padding = new System.Windows.Forms.Padding(3);
168 tabEyeAuto.Size = new System.Drawing.Size(655, 246);
169 tabEyeAuto.TabIndex = 1;
170 tabEyeAuto.Text = " 目自動 ";
171 tabEyeAuto.UseVisualStyleBackColor = true;
172 //
173 // btnSelectEyeClose
174 //
175 this.btnSelectEyeClose.Location = new System.Drawing.Point(104, 65);
176 this.btnSelectEyeClose.Name = "btnSelectEyeClose";
177 this.btnSelectEyeClose.Size = new System.Drawing.Size(60, 28);
178 this.btnSelectEyeClose.TabIndex = 16;
179 this.btnSelectEyeClose.Text = "選択";
180 this.btnSelectEyeClose.UseVisualStyleBackColor = true;
181 this.btnSelectEyeClose.Click += new System.EventHandler(this.btnSelectEyeClose_Click);
182 //
183 // label9
184 //
185 this.label9.AutoSize = true;
186 this.label9.Location = new System.Drawing.Point(56, 71);
187 this.label9.Name = "label9";
188 this.label9.Size = new System.Drawing.Size(40, 16);
189 this.label9.TabIndex = 10;
190 this.label9.Text = "閉目";
191 //
192 // txtEyeClose
193 //
194 this.txtEyeClose.BackColor = System.Drawing.SystemColors.Control;
195 this.txtEyeClose.Location = new System.Drawing.Point(173, 68);
196 this.txtEyeClose.Name = "txtEyeClose";
197 this.txtEyeClose.ReadOnly = true;
198 this.txtEyeClose.Size = new System.Drawing.Size(455, 23);
199 this.txtEyeClose.TabIndex = 9;
200 this.txtEyeClose.TabStop = false;
201 this.txtEyeClose.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\eye_close.png";
202 this.txtEyeClose.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
203 //
204 // btnSelectEyeThin
205 //
206 this.btnSelectEyeThin.Location = new System.Drawing.Point(104, 36);
207 this.btnSelectEyeThin.Name = "btnSelectEyeThin";
208 this.btnSelectEyeThin.Size = new System.Drawing.Size(60, 28);
209 this.btnSelectEyeThin.TabIndex = 15;
210 this.btnSelectEyeThin.Text = "選択";
211 this.btnSelectEyeThin.UseVisualStyleBackColor = true;
212 this.btnSelectEyeThin.Click += new System.EventHandler(this.btnSelectEyeThin_Click);
213 //
214 // label8
215 //
216 this.label8.AutoSize = true;
217 this.label8.Location = new System.Drawing.Point(56, 42);
218 this.label8.Name = "label8";
219 this.label8.Size = new System.Drawing.Size(40, 16);
220 this.label8.TabIndex = 7;
221 this.label8.Text = "薄目";
222 //
223 // txtEyeThin
224 //
225 this.txtEyeThin.BackColor = System.Drawing.SystemColors.Control;
226 this.txtEyeThin.Location = new System.Drawing.Point(173, 39);
227 this.txtEyeThin.Name = "txtEyeThin";
228 this.txtEyeThin.ReadOnly = true;
229 this.txtEyeThin.Size = new System.Drawing.Size(455, 23);
230 this.txtEyeThin.TabIndex = 6;
231 this.txtEyeThin.TabStop = false;
232 this.txtEyeThin.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\eye_thin.png";
233 this.txtEyeThin.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
234 //
235 // btnSelectEyeNormal
236 //
237 this.btnSelectEyeNormal.Location = new System.Drawing.Point(104, 7);
238 this.btnSelectEyeNormal.Name = "btnSelectEyeNormal";
239 this.btnSelectEyeNormal.Size = new System.Drawing.Size(60, 28);
240 this.btnSelectEyeNormal.TabIndex = 14;
241 this.btnSelectEyeNormal.Text = "選択";
242 this.btnSelectEyeNormal.UseVisualStyleBackColor = true;
243 this.btnSelectEyeNormal.Click += new System.EventHandler(this.btnSelectEyeNormal_Click);
244 //
245 // label7
246 //
247 this.label7.AutoSize = true;
248 this.label7.Location = new System.Drawing.Point(56, 13);
249 this.label7.Name = "label7";
250 this.label7.Size = new System.Drawing.Size(40, 16);
251 this.label7.TabIndex = 4;
252 this.label7.Text = "通常";
253 //
254 // txtEyeNormal
255 //
256 this.txtEyeNormal.BackColor = System.Drawing.SystemColors.Control;
257 this.txtEyeNormal.Location = new System.Drawing.Point(173, 10);
258 this.txtEyeNormal.Name = "txtEyeNormal";
259 this.txtEyeNormal.ReadOnly = true;
260 this.txtEyeNormal.Size = new System.Drawing.Size(455, 23);
261 this.txtEyeNormal.TabIndex = 3;
262 this.txtEyeNormal.TabStop = false;
263 this.txtEyeNormal.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\eye_normal.png";
264 this.txtEyeNormal.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
265 //
266 // tabGroup
267 //
268 this.tabGroup.Controls.Add(this.tabKihon);
269 this.tabGroup.Controls.Add(tabEyeAuto);
270 this.tabGroup.Controls.Add(this.tabMouthAuto);
271 this.tabGroup.Controls.Add(this.tabEyeManual);
272 this.tabGroup.Controls.Add(this.tabMouthManual);
273 this.tabGroup.Enabled = false;
274 this.tabGroup.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
275 this.tabGroup.Location = new System.Drawing.Point(12, 95);
276 this.tabGroup.Name = "tabGroup";
277 this.tabGroup.SelectedIndex = 0;
278 this.tabGroup.Size = new System.Drawing.Size(663, 275);
279 this.tabGroup.TabIndex = 0;
280 this.tabGroup.Click += new System.EventHandler(this.tabGroup_Click);
281 //
282 // tabKihon
283 //
284 this.tabKihon.BackColor = System.Drawing.SystemColors.Control;
285 this.tabKihon.Controls.Add(this.btnSelectBase);
286 this.tabKihon.Controls.Add(this.txtBaseHeight);
287 this.tabKihon.Controls.Add(this.txtBaseWidth);
288 this.tabKihon.Controls.Add(this.label6);
289 this.tabKihon.Controls.Add(this.label5);
290 this.tabKihon.Controls.Add(this.label4);
291 this.tabKihon.Controls.Add(this.label3);
292 this.tabKihon.Controls.Add(this.label2);
293 this.tabKihon.Controls.Add(this.label1);
294 this.tabKihon.Controls.Add(this.txtBase);
295 this.tabKihon.Controls.Add(this.txtEshi);
296 this.tabKihon.Location = new System.Drawing.Point(4, 25);
297 this.tabKihon.Name = "tabKihon";
298 this.tabKihon.Padding = new System.Windows.Forms.Padding(3);
299 this.tabKihon.Size = new System.Drawing.Size(655, 246);
300 this.tabKihon.TabIndex = 0;
301 this.tabKihon.Text = " 基本設定 ";
302 this.tabKihon.UseVisualStyleBackColor = true;
303 //
304 // btnSelectBase
305 //
306 this.btnSelectBase.Location = new System.Drawing.Point(102, 56);
307 this.btnSelectBase.Name = "btnSelectBase";
308 this.btnSelectBase.Size = new System.Drawing.Size(60, 28);
309 this.btnSelectBase.TabIndex = 11;
310 this.btnSelectBase.Text = "選択";
311 this.btnSelectBase.UseVisualStyleBackColor = true;
312 this.btnSelectBase.Click += new System.EventHandler(this.btnSelectBase_Click);
313 //
314 // txtBaseHeight
315 //
316 this.txtBaseHeight.Location = new System.Drawing.Point(102, 109);
317 this.txtBaseHeight.Name = "txtBaseHeight";
318 this.txtBaseHeight.Size = new System.Drawing.Size(60, 23);
319 this.txtBaseHeight.TabIndex = 13;
320 this.txtBaseHeight.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
321 //
322 // txtBaseWidth
323 //
324 this.txtBaseWidth.Location = new System.Drawing.Point(102, 88);
325 this.txtBaseWidth.Name = "txtBaseWidth";
326 this.txtBaseWidth.Size = new System.Drawing.Size(60, 23);
327 this.txtBaseWidth.TabIndex = 12;
328 this.txtBaseWidth.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
329 //
330 // label6
331 //
332 this.label6.AutoSize = true;
333 this.label6.Location = new System.Drawing.Point(168, 91);
334 this.label6.Name = "label6";
335 this.label6.Size = new System.Drawing.Size(57, 16);
336 this.label6.TabIndex = 1;
337 this.label6.Text = "ピクセル";
338 //
339 // label5
340 //
341 this.label5.AutoSize = true;
342 this.label5.Location = new System.Drawing.Point(168, 112);
343 this.label5.Name = "label5";
344 this.label5.Size = new System.Drawing.Size(57, 16);
345 this.label5.TabIndex = 1;
346 this.label5.Text = "ピクセル";
347 //
348 // label4
349 //
350 this.label4.AutoSize = true;
351 this.label4.Location = new System.Drawing.Point(43, 112);
352 this.label4.Name = "label4";
353 this.label4.Size = new System.Drawing.Size(54, 16);
354 this.label4.TabIndex = 1;
355 this.label4.Text = "高さ(Y)";
356 //
357 // label3
358 //
359 this.label3.AutoSize = true;
360 this.label3.Location = new System.Drawing.Point(43, 91);
361 this.label3.Name = "label3";
362 this.label3.Size = new System.Drawing.Size(54, 16);
363 this.label3.TabIndex = 1;
364 this.label3.Text = "幅 (X)";
365 //
366 // label2
367 //
368 this.label2.AutoSize = true;
369 this.label2.Location = new System.Drawing.Point(6, 62);
370 this.label2.Name = "label2";
371 this.label2.Size = new System.Drawing.Size(78, 16);
372 this.label2.TabIndex = 1;
373 this.label2.Text = "ベース画像";
374 //
375 // label1
376 //
377 this.label1.AutoSize = true;
378 this.label1.Location = new System.Drawing.Point(6, 20);
379 this.label1.Name = "label1";
380 this.label1.Size = new System.Drawing.Size(83, 16);
381 this.label1.TabIndex = 1;
382 this.label1.Text = "絵師-キャラ";
383 //
384 // txtBase
385 //
386 this.txtBase.BackColor = System.Drawing.SystemColors.Control;
387 this.txtBase.Location = new System.Drawing.Point(171, 59);
388 this.txtBase.Name = "txtBase";
389 this.txtBase.ReadOnly = true;
390 this.txtBase.Size = new System.Drawing.Size(455, 23);
391 this.txtBase.TabIndex = 0;
392 this.txtBase.TabStop = false;
393 this.txtBase.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\base.png";
394 this.txtBase.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
395 //
396 // txtEshi
397 //
398 this.txtEshi.Location = new System.Drawing.Point(103, 17);
399 this.txtEshi.Name = "txtEshi";
400 this.txtEshi.Size = new System.Drawing.Size(240, 23);
401 this.txtEshi.TabIndex = 10;
402 this.txtEshi.Text = "謎の男-弱音ハク";
403 this.txtEshi.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
404 //
405 // tabMouthAuto
406 //
407 this.tabMouthAuto.Controls.Add(this.btnSelectMouthXo);
408 this.tabMouthAuto.Controls.Add(this.label16);
409 this.tabMouthAuto.Controls.Add(this.txtMouthXo);
410 this.tabMouthAuto.Controls.Add(this.btnSelectMouthAa);
411 this.tabMouthAuto.Controls.Add(this.label17);
412 this.tabMouthAuto.Controls.Add(this.txtMouthAa);
413 this.tabMouthAuto.Controls.Add(this.btnSelectMouthN);
414 this.tabMouthAuto.Controls.Add(this.label15);
415 this.tabMouthAuto.Controls.Add(this.txtMouthN);
416 this.tabMouthAuto.Controls.Add(this.btnSelectMouthO);
417 this.tabMouthAuto.Controls.Add(this.label13);
418 this.tabMouthAuto.Controls.Add(this.txtMouthO);
419 this.tabMouthAuto.Controls.Add(this.btnSelectMouthE);
420 this.tabMouthAuto.Controls.Add(this.label14);
421 this.tabMouthAuto.Controls.Add(this.txtMouthE);
422 this.tabMouthAuto.Controls.Add(this.btnSelectMouthU);
423 this.tabMouthAuto.Controls.Add(this.label10);
424 this.tabMouthAuto.Controls.Add(this.txtMouthU);
425 this.tabMouthAuto.Controls.Add(this.btnSelectMouthI);
426 this.tabMouthAuto.Controls.Add(this.label11);
427 this.tabMouthAuto.Controls.Add(this.txtMouthI);
428 this.tabMouthAuto.Controls.Add(this.btnSelectMouthA);
429 this.tabMouthAuto.Controls.Add(this.label12);
430 this.tabMouthAuto.Controls.Add(this.txtMouthA);
431 this.tabMouthAuto.Location = new System.Drawing.Point(4, 25);
432 this.tabMouthAuto.Name = "tabMouthAuto";
433 this.tabMouthAuto.Size = new System.Drawing.Size(655, 246);
434 this.tabMouthAuto.TabIndex = 2;
435 this.tabMouthAuto.Text = " 口自動 ";
436 this.tabMouthAuto.UseVisualStyleBackColor = true;
437 //
438 // btnSelectMouthXo
439 //
440 this.btnSelectMouthXo.Location = new System.Drawing.Point(104, 208);
441 this.btnSelectMouthXo.Name = "btnSelectMouthXo";
442 this.btnSelectMouthXo.Size = new System.Drawing.Size(60, 28);
443 this.btnSelectMouthXo.TabIndex = 24;
444 this.btnSelectMouthXo.Text = "選択";
445 this.btnSelectMouthXo.UseVisualStyleBackColor = true;
446 this.btnSelectMouthXo.Click += new System.EventHandler(this.btnSelectMouthXo_Click);
447 //
448 // label16
449 //
450 this.label16.AutoSize = true;
451 this.label16.Location = new System.Drawing.Point(76, 214);
452 this.label16.Name = "label16";
453 this.label16.Size = new System.Drawing.Size(19, 16);
454 this.label16.TabIndex = 34;
455 this.label16.Text = "ぉ";
456 //
457 // txtMouthXo
458 //
459 this.txtMouthXo.BackColor = System.Drawing.SystemColors.Control;
460 this.txtMouthXo.Location = new System.Drawing.Point(173, 211);
461 this.txtMouthXo.Name = "txtMouthXo";
462 this.txtMouthXo.ReadOnly = true;
463 this.txtMouthXo.Size = new System.Drawing.Size(455, 23);
464 this.txtMouthXo.TabIndex = 33;
465 this.txtMouthXo.TabStop = false;
466 this.txtMouthXo.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_xo.png";
467 this.txtMouthXo.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
468 //
469 // btnSelectMouthAa
470 //
471 this.btnSelectMouthAa.Location = new System.Drawing.Point(104, 179);
472 this.btnSelectMouthAa.Name = "btnSelectMouthAa";
473 this.btnSelectMouthAa.Size = new System.Drawing.Size(60, 28);
474 this.btnSelectMouthAa.TabIndex = 23;
475 this.btnSelectMouthAa.Text = "選択";
476 this.btnSelectMouthAa.UseVisualStyleBackColor = true;
477 this.btnSelectMouthAa.Click += new System.EventHandler(this.btnSelectMouthAa_Click);
478 //
479 // label17
480 //
481 this.label17.AutoSize = true;
482 this.label17.Location = new System.Drawing.Point(69, 185);
483 this.label17.Name = "label17";
484 this.label17.Size = new System.Drawing.Size(34, 16);
485 this.label17.TabIndex = 31;
486 this.label17.Text = "ああ";
487 //
488 // txtMouthAa
489 //
490 this.txtMouthAa.BackColor = System.Drawing.SystemColors.Control;
491 this.txtMouthAa.Location = new System.Drawing.Point(173, 182);
492 this.txtMouthAa.Name = "txtMouthAa";
493 this.txtMouthAa.ReadOnly = true;
494 this.txtMouthAa.Size = new System.Drawing.Size(455, 23);
495 this.txtMouthAa.TabIndex = 30;
496 this.txtMouthAa.TabStop = false;
497 this.txtMouthAa.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_aa.png";
498 this.txtMouthAa.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
499 //
500 // btnSelectMouthN
501 //
502 this.btnSelectMouthN.Location = new System.Drawing.Point(104, 151);
503 this.btnSelectMouthN.Name = "btnSelectMouthN";
504 this.btnSelectMouthN.Size = new System.Drawing.Size(60, 28);
505 this.btnSelectMouthN.TabIndex = 22;
506 this.btnSelectMouthN.Text = "選択";
507 this.btnSelectMouthN.UseVisualStyleBackColor = true;
508 this.btnSelectMouthN.Click += new System.EventHandler(this.btnSelectMouthN_Click);
509 //
510 // label15
511 //
512 this.label15.AutoSize = true;
513 this.label15.Location = new System.Drawing.Point(76, 157);
514 this.label15.Name = "label15";
515 this.label15.Size = new System.Drawing.Size(21, 16);
516 this.label15.TabIndex = 28;
517 this.label15.Text = "ん";
518 //
519 // txtMouthN
520 //
521 this.txtMouthN.BackColor = System.Drawing.SystemColors.Control;
522 this.txtMouthN.Location = new System.Drawing.Point(173, 154);
523 this.txtMouthN.Name = "txtMouthN";
524 this.txtMouthN.ReadOnly = true;
525 this.txtMouthN.Size = new System.Drawing.Size(455, 23);
526 this.txtMouthN.TabIndex = 27;
527 this.txtMouthN.TabStop = false;
528 this.txtMouthN.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_n.png";
529 this.txtMouthN.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
530 //
531 // btnSelectMouthO
532 //
533 this.btnSelectMouthO.Location = new System.Drawing.Point(104, 122);
534 this.btnSelectMouthO.Name = "btnSelectMouthO";
535 this.btnSelectMouthO.Size = new System.Drawing.Size(60, 28);
536 this.btnSelectMouthO.TabIndex = 21;
537 this.btnSelectMouthO.Text = "選択";
538 this.btnSelectMouthO.UseVisualStyleBackColor = true;
539 this.btnSelectMouthO.Click += new System.EventHandler(this.btnSelectMouthO_Click);
540 //
541 // label13
542 //
543 this.label13.AutoSize = true;
544 this.label13.Location = new System.Drawing.Point(76, 128);
545 this.label13.Name = "label13";
546 this.label13.Size = new System.Drawing.Size(21, 16);
547 this.label13.TabIndex = 25;
548 this.label13.Text = "お";
549 //
550 // txtMouthO
551 //
552 this.txtMouthO.BackColor = System.Drawing.SystemColors.Control;
553 this.txtMouthO.Location = new System.Drawing.Point(173, 125);
554 this.txtMouthO.Name = "txtMouthO";
555 this.txtMouthO.ReadOnly = true;
556 this.txtMouthO.Size = new System.Drawing.Size(455, 23);
557 this.txtMouthO.TabIndex = 24;
558 this.txtMouthO.TabStop = false;
559 this.txtMouthO.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_o.png";
560 this.txtMouthO.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
561 //
562 // btnSelectMouthE
563 //
564 this.btnSelectMouthE.Location = new System.Drawing.Point(104, 93);
565 this.btnSelectMouthE.Name = "btnSelectMouthE";
566 this.btnSelectMouthE.Size = new System.Drawing.Size(60, 28);
567 this.btnSelectMouthE.TabIndex = 20;
568 this.btnSelectMouthE.Text = "選択";
569 this.btnSelectMouthE.UseVisualStyleBackColor = true;
570 this.btnSelectMouthE.Click += new System.EventHandler(this.btnSelectMouthE_Click);
571 //
572 // label14
573 //
574 this.label14.AutoSize = true;
575 this.label14.Location = new System.Drawing.Point(76, 99);
576 this.label14.Name = "label14";
577 this.label14.Size = new System.Drawing.Size(21, 16);
578 this.label14.TabIndex = 22;
579 this.label14.Text = "え";
580 //
581 // txtMouthE
582 //
583 this.txtMouthE.BackColor = System.Drawing.SystemColors.Control;
584 this.txtMouthE.Location = new System.Drawing.Point(173, 96);
585 this.txtMouthE.Name = "txtMouthE";
586 this.txtMouthE.ReadOnly = true;
587 this.txtMouthE.Size = new System.Drawing.Size(455, 23);
588 this.txtMouthE.TabIndex = 21;
589 this.txtMouthE.TabStop = false;
590 this.txtMouthE.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_e.png";
591 this.txtMouthE.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
592 //
593 // btnSelectMouthU
594 //
595 this.btnSelectMouthU.Location = new System.Drawing.Point(104, 65);
596 this.btnSelectMouthU.Name = "btnSelectMouthU";
597 this.btnSelectMouthU.Size = new System.Drawing.Size(60, 28);
598 this.btnSelectMouthU.TabIndex = 19;
599 this.btnSelectMouthU.Text = "選択";
600 this.btnSelectMouthU.UseVisualStyleBackColor = true;
601 this.btnSelectMouthU.Click += new System.EventHandler(this.btnSelectMouthU_Click);
602 //
603 // label10
604 //
605 this.label10.AutoSize = true;
606 this.label10.Location = new System.Drawing.Point(76, 71);
607 this.label10.Name = "label10";
608 this.label10.Size = new System.Drawing.Size(18, 16);
609 this.label10.TabIndex = 19;
610 this.label10.Text = "う";
611 //
612 // txtMouthU
613 //
614 this.txtMouthU.BackColor = System.Drawing.SystemColors.Control;
615 this.txtMouthU.Location = new System.Drawing.Point(173, 68);
616 this.txtMouthU.Name = "txtMouthU";
617 this.txtMouthU.ReadOnly = true;
618 this.txtMouthU.Size = new System.Drawing.Size(455, 23);
619 this.txtMouthU.TabIndex = 18;
620 this.txtMouthU.TabStop = false;
621 this.txtMouthU.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_u.png";
622 this.txtMouthU.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
623 //
624 // btnSelectMouthI
625 //
626 this.btnSelectMouthI.Location = new System.Drawing.Point(104, 36);
627 this.btnSelectMouthI.Name = "btnSelectMouthI";
628 this.btnSelectMouthI.Size = new System.Drawing.Size(60, 28);
629 this.btnSelectMouthI.TabIndex = 18;
630 this.btnSelectMouthI.Text = "選択";
631 this.btnSelectMouthI.UseVisualStyleBackColor = true;
632 this.btnSelectMouthI.Click += new System.EventHandler(this.btnSelectMouthI_Click);
633 //
634 // label11
635 //
636 this.label11.AutoSize = true;
637 this.label11.Location = new System.Drawing.Point(76, 42);
638 this.label11.Name = "label11";
639 this.label11.Size = new System.Drawing.Size(21, 16);
640 this.label11.TabIndex = 16;
641 this.label11.Text = "い";
642 //
643 // txtMouthI
644 //
645 this.txtMouthI.BackColor = System.Drawing.SystemColors.Control;
646 this.txtMouthI.Location = new System.Drawing.Point(173, 39);
647 this.txtMouthI.Name = "txtMouthI";
648 this.txtMouthI.ReadOnly = true;
649 this.txtMouthI.Size = new System.Drawing.Size(455, 23);
650 this.txtMouthI.TabIndex = 15;
651 this.txtMouthI.TabStop = false;
652 this.txtMouthI.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_i.png";
653 this.txtMouthI.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
654 //
655 // btnSelectMouthA
656 //
657 this.btnSelectMouthA.Location = new System.Drawing.Point(104, 7);
658 this.btnSelectMouthA.Name = "btnSelectMouthA";
659 this.btnSelectMouthA.Size = new System.Drawing.Size(60, 28);
660 this.btnSelectMouthA.TabIndex = 17;
661 this.btnSelectMouthA.Text = "選択";
662 this.btnSelectMouthA.UseVisualStyleBackColor = true;
663 this.btnSelectMouthA.Click += new System.EventHandler(this.btnSelectMouthA_Click);
664 //
665 // label12
666 //
667 this.label12.AutoSize = true;
668 this.label12.Location = new System.Drawing.Point(76, 13);
669 this.label12.Name = "label12";
670 this.label12.Size = new System.Drawing.Size(21, 16);
671 this.label12.TabIndex = 13;
672 this.label12.Text = "あ";
673 //
674 // txtMouthA
675 //
676 this.txtMouthA.BackColor = System.Drawing.SystemColors.Control;
677 this.txtMouthA.Location = new System.Drawing.Point(173, 10);
678 this.txtMouthA.Name = "txtMouthA";
679 this.txtMouthA.ReadOnly = true;
680 this.txtMouthA.Size = new System.Drawing.Size(455, 23);
681 this.txtMouthA.TabIndex = 12;
682 this.txtMouthA.TabStop = false;
683 this.txtMouthA.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_a.png";
684 this.txtMouthA.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
685 //
686 // tabEyeManual
687 //
688 this.tabEyeManual.Controls.Add(this.btnDelEyeAdd6);
689 this.tabEyeManual.Controls.Add(this.btnDelEyeAdd5);
690 this.tabEyeManual.Controls.Add(this.btnDelEyeAdd4);
691 this.tabEyeManual.Controls.Add(this.btnDelEyeAdd3);
692 this.tabEyeManual.Controls.Add(this.btnDelEyeAdd2);
693 this.tabEyeManual.Controls.Add(this.btnDelEyeAdd1);
694 this.tabEyeManual.Controls.Add(this.txtEyeAdd6Name);
695 this.tabEyeManual.Controls.Add(this.txtEyeAdd5Name);
696 this.tabEyeManual.Controls.Add(this.txtEyeAdd4Name);
697 this.tabEyeManual.Controls.Add(this.txtEyeAdd3Name);
698 this.tabEyeManual.Controls.Add(this.txtEyeAdd2Name);
699 this.tabEyeManual.Controls.Add(this.txtEyeAdd1Name);
700 this.tabEyeManual.Controls.Add(this.btnSelectEyeAdd6);
701 this.tabEyeManual.Controls.Add(this.txtEyeAdd6);
702 this.tabEyeManual.Controls.Add(this.btnSelectEyeAdd5);
703 this.tabEyeManual.Controls.Add(this.txtEyeAdd5);
704 this.tabEyeManual.Controls.Add(this.btnSelectEyeAdd4);
705 this.tabEyeManual.Controls.Add(this.txtEyeAdd4);
706 this.tabEyeManual.Controls.Add(this.btnSelectEyeAdd3);
707 this.tabEyeManual.Controls.Add(this.txtEyeAdd3);
708 this.tabEyeManual.Controls.Add(this.btnSelectEyeAdd2);
709 this.tabEyeManual.Controls.Add(this.txtEyeAdd2);
710 this.tabEyeManual.Controls.Add(this.btnSelectEyeAdd1);
711 this.tabEyeManual.Controls.Add(this.txtEyeAdd1);
712 this.tabEyeManual.Location = new System.Drawing.Point(4, 25);
713 this.tabEyeManual.Name = "tabEyeManual";
714 this.tabEyeManual.Size = new System.Drawing.Size(655, 246);
715 this.tabEyeManual.TabIndex = 3;
716 this.tabEyeManual.Text = " 目手動 ";
717 this.tabEyeManual.UseVisualStyleBackColor = true;
718 //
719 // btnDelEyeAdd6
720 //
721 this.btnDelEyeAdd6.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
722 this.btnDelEyeAdd6.Location = new System.Drawing.Point(629, 154);
723 this.btnDelEyeAdd6.Name = "btnDelEyeAdd6";
724 this.btnDelEyeAdd6.Size = new System.Drawing.Size(23, 23);
725 this.btnDelEyeAdd6.TabIndex = 71;
726 this.btnDelEyeAdd6.TabStop = false;
727 this.btnDelEyeAdd6.Text = "×";
728 this.btnDelEyeAdd6.UseVisualStyleBackColor = true;
729 this.btnDelEyeAdd6.Click += new System.EventHandler(this.btnDelEyeAdd6_Click);
730 //
731 // btnDelEyeAdd5
732 //
733 this.btnDelEyeAdd5.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
734 this.btnDelEyeAdd5.Location = new System.Drawing.Point(629, 125);
735 this.btnDelEyeAdd5.Name = "btnDelEyeAdd5";
736 this.btnDelEyeAdd5.Size = new System.Drawing.Size(23, 23);
737 this.btnDelEyeAdd5.TabIndex = 70;
738 this.btnDelEyeAdd5.TabStop = false;
739 this.btnDelEyeAdd5.Text = "×";
740 this.btnDelEyeAdd5.UseVisualStyleBackColor = true;
741 this.btnDelEyeAdd5.Click += new System.EventHandler(this.btnDelEyeAdd5_Click);
742 //
743 // btnDelEyeAdd4
744 //
745 this.btnDelEyeAdd4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
746 this.btnDelEyeAdd4.Location = new System.Drawing.Point(629, 96);
747 this.btnDelEyeAdd4.Name = "btnDelEyeAdd4";
748 this.btnDelEyeAdd4.Size = new System.Drawing.Size(23, 23);
749 this.btnDelEyeAdd4.TabIndex = 69;
750 this.btnDelEyeAdd4.TabStop = false;
751 this.btnDelEyeAdd4.Text = "×";
752 this.btnDelEyeAdd4.UseVisualStyleBackColor = true;
753 this.btnDelEyeAdd4.Click += new System.EventHandler(this.btnDelEyeAdd4_Click);
754 //
755 // btnDelEyeAdd3
756 //
757 this.btnDelEyeAdd3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
758 this.btnDelEyeAdd3.Location = new System.Drawing.Point(629, 68);
759 this.btnDelEyeAdd3.Name = "btnDelEyeAdd3";
760 this.btnDelEyeAdd3.Size = new System.Drawing.Size(23, 23);
761 this.btnDelEyeAdd3.TabIndex = 68;
762 this.btnDelEyeAdd3.TabStop = false;
763 this.btnDelEyeAdd3.Text = "×";
764 this.btnDelEyeAdd3.UseVisualStyleBackColor = true;
765 this.btnDelEyeAdd3.Click += new System.EventHandler(this.btnDelEyeAdd3_Click);
766 //
767 // btnDelEyeAdd2
768 //
769 this.btnDelEyeAdd2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
770 this.btnDelEyeAdd2.Location = new System.Drawing.Point(629, 41);
771 this.btnDelEyeAdd2.Name = "btnDelEyeAdd2";
772 this.btnDelEyeAdd2.Size = new System.Drawing.Size(23, 23);
773 this.btnDelEyeAdd2.TabIndex = 67;
774 this.btnDelEyeAdd2.TabStop = false;
775 this.btnDelEyeAdd2.Text = "×";
776 this.btnDelEyeAdd2.UseVisualStyleBackColor = true;
777 this.btnDelEyeAdd2.Click += new System.EventHandler(this.btnDelEyeAdd2_Click);
778 //
779 // btnDelEyeAdd1
780 //
781 this.btnDelEyeAdd1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
782 this.btnDelEyeAdd1.Location = new System.Drawing.Point(629, 12);
783 this.btnDelEyeAdd1.Name = "btnDelEyeAdd1";
784 this.btnDelEyeAdd1.Size = new System.Drawing.Size(23, 23);
785 this.btnDelEyeAdd1.TabIndex = 66;
786 this.btnDelEyeAdd1.TabStop = false;
787 this.btnDelEyeAdd1.Text = "×";
788 this.btnDelEyeAdd1.UseVisualStyleBackColor = true;
789 this.btnDelEyeAdd1.Click += new System.EventHandler(this.btnDelEyeAdd1_Click);
790 //
791 // txtEyeAdd6Name
792 //
793 this.txtEyeAdd6Name.Location = new System.Drawing.Point(38, 154);
794 this.txtEyeAdd6Name.Name = "txtEyeAdd6Name";
795 this.txtEyeAdd6Name.Size = new System.Drawing.Size(60, 23);
796 this.txtEyeAdd6Name.TabIndex = 35;
797 this.txtEyeAdd6Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
798 //
799 // txtEyeAdd5Name
800 //
801 this.txtEyeAdd5Name.Location = new System.Drawing.Point(38, 125);
802 this.txtEyeAdd5Name.Name = "txtEyeAdd5Name";
803 this.txtEyeAdd5Name.Size = new System.Drawing.Size(60, 23);
804 this.txtEyeAdd5Name.TabIndex = 33;
805 this.txtEyeAdd5Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
806 //
807 // txtEyeAdd4Name
808 //
809 this.txtEyeAdd4Name.Location = new System.Drawing.Point(38, 96);
810 this.txtEyeAdd4Name.Name = "txtEyeAdd4Name";
811 this.txtEyeAdd4Name.Size = new System.Drawing.Size(60, 23);
812 this.txtEyeAdd4Name.TabIndex = 31;
813 this.txtEyeAdd4Name.Text = "ウインク";
814 this.txtEyeAdd4Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
815 //
816 // txtEyeAdd3Name
817 //
818 this.txtEyeAdd3Name.Location = new System.Drawing.Point(38, 68);
819 this.txtEyeAdd3Name.Name = "txtEyeAdd3Name";
820 this.txtEyeAdd3Name.Size = new System.Drawing.Size(60, 23);
821 this.txtEyeAdd3Name.TabIndex = 29;
822 this.txtEyeAdd3Name.Text = "--";
823 this.txtEyeAdd3Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
824 //
825 // txtEyeAdd2Name
826 //
827 this.txtEyeAdd2Name.Location = new System.Drawing.Point(38, 39);
828 this.txtEyeAdd2Name.Name = "txtEyeAdd2Name";
829 this.txtEyeAdd2Name.Size = new System.Drawing.Size(60, 23);
830 this.txtEyeAdd2Name.TabIndex = 27;
831 this.txtEyeAdd2Name.Text = "><";
832 this.txtEyeAdd2Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
833 //
834 // txtEyeAdd1Name
835 //
836 this.txtEyeAdd1Name.Location = new System.Drawing.Point(38, 10);
837 this.txtEyeAdd1Name.Name = "txtEyeAdd1Name";
838 this.txtEyeAdd1Name.Size = new System.Drawing.Size(60, 23);
839 this.txtEyeAdd1Name.TabIndex = 25;
840 this.txtEyeAdd1Name.Text = "ニコ";
841 this.txtEyeAdd1Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
842 //
843 // btnSelectEyeAdd6
844 //
845 this.btnSelectEyeAdd6.Location = new System.Drawing.Point(104, 151);
846 this.btnSelectEyeAdd6.Name = "btnSelectEyeAdd6";
847 this.btnSelectEyeAdd6.Size = new System.Drawing.Size(60, 28);
848 this.btnSelectEyeAdd6.TabIndex = 36;
849 this.btnSelectEyeAdd6.Text = "選択";
850 this.btnSelectEyeAdd6.UseVisualStyleBackColor = true;
851 this.btnSelectEyeAdd6.Click += new System.EventHandler(this.btnSelectEyeAdd6_Click);
852 //
853 // txtEyeAdd6
854 //
855 this.txtEyeAdd6.BackColor = System.Drawing.SystemColors.Control;
856 this.txtEyeAdd6.Location = new System.Drawing.Point(173, 154);
857 this.txtEyeAdd6.Name = "txtEyeAdd6";
858 this.txtEyeAdd6.ReadOnly = true;
859 this.txtEyeAdd6.Size = new System.Drawing.Size(455, 23);
860 this.txtEyeAdd6.TabIndex = 45;
861 this.txtEyeAdd6.TabStop = false;
862 this.txtEyeAdd6.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
863 //
864 // btnSelectEyeAdd5
865 //
866 this.btnSelectEyeAdd5.Location = new System.Drawing.Point(104, 122);
867 this.btnSelectEyeAdd5.Name = "btnSelectEyeAdd5";
868 this.btnSelectEyeAdd5.Size = new System.Drawing.Size(60, 28);
869 this.btnSelectEyeAdd5.TabIndex = 34;
870 this.btnSelectEyeAdd5.Text = "選択";
871 this.btnSelectEyeAdd5.UseVisualStyleBackColor = true;
872 this.btnSelectEyeAdd5.Click += new System.EventHandler(this.btnSelectEyeAdd5_Click);
873 //
874 // txtEyeAdd5
875 //
876 this.txtEyeAdd5.BackColor = System.Drawing.SystemColors.Control;
877 this.txtEyeAdd5.Location = new System.Drawing.Point(173, 125);
878 this.txtEyeAdd5.Name = "txtEyeAdd5";
879 this.txtEyeAdd5.ReadOnly = true;
880 this.txtEyeAdd5.Size = new System.Drawing.Size(455, 23);
881 this.txtEyeAdd5.TabIndex = 42;
882 this.txtEyeAdd5.TabStop = false;
883 this.txtEyeAdd5.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
884 //
885 // btnSelectEyeAdd4
886 //
887 this.btnSelectEyeAdd4.Location = new System.Drawing.Point(104, 93);
888 this.btnSelectEyeAdd4.Name = "btnSelectEyeAdd4";
889 this.btnSelectEyeAdd4.Size = new System.Drawing.Size(60, 28);
890 this.btnSelectEyeAdd4.TabIndex = 32;
891 this.btnSelectEyeAdd4.Text = "選択";
892 this.btnSelectEyeAdd4.UseVisualStyleBackColor = true;
893 this.btnSelectEyeAdd4.Click += new System.EventHandler(this.btnSelectEyeAdd4_Click);
894 //
895 // txtEyeAdd4
896 //
897 this.txtEyeAdd4.BackColor = System.Drawing.SystemColors.Control;
898 this.txtEyeAdd4.Location = new System.Drawing.Point(173, 96);
899 this.txtEyeAdd4.Name = "txtEyeAdd4";
900 this.txtEyeAdd4.ReadOnly = true;
901 this.txtEyeAdd4.Size = new System.Drawing.Size(455, 23);
902 this.txtEyeAdd4.TabIndex = 39;
903 this.txtEyeAdd4.TabStop = false;
904 this.txtEyeAdd4.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\eye_wink.png";
905 this.txtEyeAdd4.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
906 //
907 // btnSelectEyeAdd3
908 //
909 this.btnSelectEyeAdd3.Location = new System.Drawing.Point(104, 65);
910 this.btnSelectEyeAdd3.Name = "btnSelectEyeAdd3";
911 this.btnSelectEyeAdd3.Size = new System.Drawing.Size(60, 28);
912 this.btnSelectEyeAdd3.TabIndex = 30;
913 this.btnSelectEyeAdd3.Text = "選択";
914 this.btnSelectEyeAdd3.UseVisualStyleBackColor = true;
915 this.btnSelectEyeAdd3.Click += new System.EventHandler(this.btnSelectEyeAdd3_Click);
916 //
917 // txtEyeAdd3
918 //
919 this.txtEyeAdd3.BackColor = System.Drawing.SystemColors.Control;
920 this.txtEyeAdd3.Location = new System.Drawing.Point(173, 68);
921 this.txtEyeAdd3.Name = "txtEyeAdd3";
922 this.txtEyeAdd3.ReadOnly = true;
923 this.txtEyeAdd3.Size = new System.Drawing.Size(455, 23);
924 this.txtEyeAdd3.TabIndex = 36;
925 this.txtEyeAdd3.TabStop = false;
926 this.txtEyeAdd3.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\eye_ase.png";
927 this.txtEyeAdd3.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
928 //
929 // btnSelectEyeAdd2
930 //
931 this.btnSelectEyeAdd2.Location = new System.Drawing.Point(104, 36);
932 this.btnSelectEyeAdd2.Name = "btnSelectEyeAdd2";
933 this.btnSelectEyeAdd2.Size = new System.Drawing.Size(60, 28);
934 this.btnSelectEyeAdd2.TabIndex = 28;
935 this.btnSelectEyeAdd2.Text = "選択";
936 this.btnSelectEyeAdd2.UseVisualStyleBackColor = true;
937 this.btnSelectEyeAdd2.Click += new System.EventHandler(this.btnSelectEyeAdd2_Click);
938 //
939 // txtEyeAdd2
940 //
941 this.txtEyeAdd2.BackColor = System.Drawing.SystemColors.Control;
942 this.txtEyeAdd2.Location = new System.Drawing.Point(173, 39);
943 this.txtEyeAdd2.Name = "txtEyeAdd2";
944 this.txtEyeAdd2.ReadOnly = true;
945 this.txtEyeAdd2.Size = new System.Drawing.Size(455, 23);
946 this.txtEyeAdd2.TabIndex = 33;
947 this.txtEyeAdd2.TabStop = false;
948 this.txtEyeAdd2.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\eye_dameda.png";
949 this.txtEyeAdd2.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
950 //
951 // btnSelectEyeAdd1
952 //
953 this.btnSelectEyeAdd1.Location = new System.Drawing.Point(104, 7);
954 this.btnSelectEyeAdd1.Name = "btnSelectEyeAdd1";
955 this.btnSelectEyeAdd1.Size = new System.Drawing.Size(60, 28);
956 this.btnSelectEyeAdd1.TabIndex = 26;
957 this.btnSelectEyeAdd1.Text = "選択";
958 this.btnSelectEyeAdd1.UseVisualStyleBackColor = true;
959 this.btnSelectEyeAdd1.Click += new System.EventHandler(this.btnSelectEyeAdd1_Click);
960 //
961 // txtEyeAdd1
962 //
963 this.txtEyeAdd1.BackColor = System.Drawing.SystemColors.Control;
964 this.txtEyeAdd1.Location = new System.Drawing.Point(173, 10);
965 this.txtEyeAdd1.Name = "txtEyeAdd1";
966 this.txtEyeAdd1.ReadOnly = true;
967 this.txtEyeAdd1.Size = new System.Drawing.Size(455, 23);
968 this.txtEyeAdd1.TabIndex = 30;
969 this.txtEyeAdd1.TabStop = false;
970 this.txtEyeAdd1.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\eye_niko.png";
971 this.txtEyeAdd1.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
972 //
973 // tabMouthManual
974 //
975 this.tabMouthManual.Controls.Add(this.btnDelMouthAdd6);
976 this.tabMouthManual.Controls.Add(this.btnDelMouthAdd5);
977 this.tabMouthManual.Controls.Add(this.btnDelMouthAdd4);
978 this.tabMouthManual.Controls.Add(this.btnDelMouthAdd3);
979 this.tabMouthManual.Controls.Add(this.btnDelMouthAdd2);
980 this.tabMouthManual.Controls.Add(this.btnDelMouthAdd1);
981 this.tabMouthManual.Controls.Add(this.txtMouthAdd6Name);
982 this.tabMouthManual.Controls.Add(this.txtMouthAdd5Name);
983 this.tabMouthManual.Controls.Add(this.txtMouthAdd4Name);
984 this.tabMouthManual.Controls.Add(this.txtMouthAdd3Name);
985 this.tabMouthManual.Controls.Add(this.txtMouthAdd2Name);
986 this.tabMouthManual.Controls.Add(this.txtMouthAdd1Name);
987 this.tabMouthManual.Controls.Add(this.btnSelectMouthAdd6);
988 this.tabMouthManual.Controls.Add(this.txtMouthAdd6);
989 this.tabMouthManual.Controls.Add(this.btnSelectMouthAdd5);
990 this.tabMouthManual.Controls.Add(this.txtMouthAdd5);
991 this.tabMouthManual.Controls.Add(this.btnSelectMouthAdd4);
992 this.tabMouthManual.Controls.Add(this.txtMouthAdd4);
993 this.tabMouthManual.Controls.Add(this.btnSelectMouthAdd3);
994 this.tabMouthManual.Controls.Add(this.txtMouthAdd3);
995 this.tabMouthManual.Controls.Add(this.btnSelectMouthAdd2);
996 this.tabMouthManual.Controls.Add(this.txtMouthAdd2);
997 this.tabMouthManual.Controls.Add(this.btnSelectMouthAdd1);
998 this.tabMouthManual.Controls.Add(this.txtMouthAdd1);
999 this.tabMouthManual.Location = new System.Drawing.Point(4, 25);
1000 this.tabMouthManual.Name = "tabMouthManual";
1001 this.tabMouthManual.Size = new System.Drawing.Size(655, 246);
1002 this.tabMouthManual.TabIndex = 4;
1003 this.tabMouthManual.Text = " 口手動 ";
1004 this.tabMouthManual.UseVisualStyleBackColor = true;
1005 //
1006 // btnDelMouthAdd6
1007 //
1008 this.btnDelMouthAdd6.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1009 this.btnDelMouthAdd6.Location = new System.Drawing.Point(629, 154);
1010 this.btnDelMouthAdd6.Name = "btnDelMouthAdd6";
1011 this.btnDelMouthAdd6.Size = new System.Drawing.Size(23, 23);
1012 this.btnDelMouthAdd6.TabIndex = 65;
1013 this.btnDelMouthAdd6.TabStop = false;
1014 this.btnDelMouthAdd6.Text = "×";
1015 this.btnDelMouthAdd6.UseVisualStyleBackColor = true;
1016 this.btnDelMouthAdd6.Click += new System.EventHandler(this.btnDelMouthAdd6_Click);
1017 //
1018 // btnDelMouthAdd5
1019 //
1020 this.btnDelMouthAdd5.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1021 this.btnDelMouthAdd5.Location = new System.Drawing.Point(629, 125);
1022 this.btnDelMouthAdd5.Name = "btnDelMouthAdd5";
1023 this.btnDelMouthAdd5.Size = new System.Drawing.Size(23, 23);
1024 this.btnDelMouthAdd5.TabIndex = 64;
1025 this.btnDelMouthAdd5.TabStop = false;
1026 this.btnDelMouthAdd5.Text = "×";
1027 this.btnDelMouthAdd5.UseVisualStyleBackColor = true;
1028 this.btnDelMouthAdd5.Click += new System.EventHandler(this.btnDelMouthAdd5_Click);
1029 //
1030 // btnDelMouthAdd4
1031 //
1032 this.btnDelMouthAdd4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1033 this.btnDelMouthAdd4.Location = new System.Drawing.Point(629, 96);
1034 this.btnDelMouthAdd4.Name = "btnDelMouthAdd4";
1035 this.btnDelMouthAdd4.Size = new System.Drawing.Size(23, 23);
1036 this.btnDelMouthAdd4.TabIndex = 63;
1037 this.btnDelMouthAdd4.TabStop = false;
1038 this.btnDelMouthAdd4.Text = "×";
1039 this.btnDelMouthAdd4.UseVisualStyleBackColor = true;
1040 this.btnDelMouthAdd4.Click += new System.EventHandler(this.btnDelMouthAdd4_Click);
1041 //
1042 // btnDelMouthAdd3
1043 //
1044 this.btnDelMouthAdd3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1045 this.btnDelMouthAdd3.Location = new System.Drawing.Point(629, 68);
1046 this.btnDelMouthAdd3.Name = "btnDelMouthAdd3";
1047 this.btnDelMouthAdd3.Size = new System.Drawing.Size(23, 23);
1048 this.btnDelMouthAdd3.TabIndex = 62;
1049 this.btnDelMouthAdd3.TabStop = false;
1050 this.btnDelMouthAdd3.Text = "×";
1051 this.btnDelMouthAdd3.UseVisualStyleBackColor = true;
1052 this.btnDelMouthAdd3.Click += new System.EventHandler(this.btnDelMouthAdd3_Click);
1053 //
1054 // btnDelMouthAdd2
1055 //
1056 this.btnDelMouthAdd2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1057 this.btnDelMouthAdd2.Location = new System.Drawing.Point(629, 41);
1058 this.btnDelMouthAdd2.Name = "btnDelMouthAdd2";
1059 this.btnDelMouthAdd2.Size = new System.Drawing.Size(23, 23);
1060 this.btnDelMouthAdd2.TabIndex = 61;
1061 this.btnDelMouthAdd2.TabStop = false;
1062 this.btnDelMouthAdd2.Text = "×";
1063 this.btnDelMouthAdd2.UseVisualStyleBackColor = true;
1064 this.btnDelMouthAdd2.Click += new System.EventHandler(this.btnDelMouthAdd2_Click);
1065 //
1066 // btnDelMouthAdd1
1067 //
1068 this.btnDelMouthAdd1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1069 this.btnDelMouthAdd1.Location = new System.Drawing.Point(629, 12);
1070 this.btnDelMouthAdd1.Name = "btnDelMouthAdd1";
1071 this.btnDelMouthAdd1.Size = new System.Drawing.Size(23, 23);
1072 this.btnDelMouthAdd1.TabIndex = 60;
1073 this.btnDelMouthAdd1.TabStop = false;
1074 this.btnDelMouthAdd1.Text = "×";
1075 this.btnDelMouthAdd1.UseVisualStyleBackColor = true;
1076 this.btnDelMouthAdd1.Click += new System.EventHandler(this.btnDelMouthAdd1_Click);
1077 //
1078 // txtMouthAdd6Name
1079 //
1080 this.txtMouthAdd6Name.Location = new System.Drawing.Point(38, 154);
1081 this.txtMouthAdd6Name.Name = "txtMouthAdd6Name";
1082 this.txtMouthAdd6Name.Size = new System.Drawing.Size(60, 23);
1083 this.txtMouthAdd6Name.TabIndex = 47;
1084 this.txtMouthAdd6Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1085 //
1086 // txtMouthAdd5Name
1087 //
1088 this.txtMouthAdd5Name.Location = new System.Drawing.Point(38, 125);
1089 this.txtMouthAdd5Name.Name = "txtMouthAdd5Name";
1090 this.txtMouthAdd5Name.Size = new System.Drawing.Size(60, 23);
1091 this.txtMouthAdd5Name.TabIndex = 45;
1092 this.txtMouthAdd5Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1093 //
1094 // txtMouthAdd4Name
1095 //
1096 this.txtMouthAdd4Name.Location = new System.Drawing.Point(38, 96);
1097 this.txtMouthAdd4Name.Name = "txtMouthAdd4Name";
1098 this.txtMouthAdd4Name.Size = new System.Drawing.Size(60, 23);
1099 this.txtMouthAdd4Name.TabIndex = 43;
1100 this.txtMouthAdd4Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1101 //
1102 // txtMouthAdd3Name
1103 //
1104 this.txtMouthAdd3Name.Location = new System.Drawing.Point(38, 68);
1105 this.txtMouthAdd3Name.Name = "txtMouthAdd3Name";
1106 this.txtMouthAdd3Name.Size = new System.Drawing.Size(60, 23);
1107 this.txtMouthAdd3Name.TabIndex = 41;
1108 this.txtMouthAdd3Name.Text = "へ";
1109 this.txtMouthAdd3Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1110 //
1111 // txtMouthAdd2Name
1112 //
1113 this.txtMouthAdd2Name.Location = new System.Drawing.Point(38, 39);
1114 this.txtMouthAdd2Name.Name = "txtMouthAdd2Name";
1115 this.txtMouthAdd2Name.Size = new System.Drawing.Size(60, 23);
1116 this.txtMouthAdd2Name.TabIndex = 39;
1117 this.txtMouthAdd2Name.Text = "ワ";
1118 this.txtMouthAdd2Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1119 //
1120 // txtMouthAdd1Name
1121 //
1122 this.txtMouthAdd1Name.Location = new System.Drawing.Point(38, 10);
1123 this.txtMouthAdd1Name.Name = "txtMouthAdd1Name";
1124 this.txtMouthAdd1Name.Size = new System.Drawing.Size(60, 23);
1125 this.txtMouthAdd1Name.TabIndex = 37;
1126 this.txtMouthAdd1Name.Text = "・";
1127 this.txtMouthAdd1Name.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1128 //
1129 // btnSelectMouthAdd6
1130 //
1131 this.btnSelectMouthAdd6.Location = new System.Drawing.Point(104, 151);
1132 this.btnSelectMouthAdd6.Name = "btnSelectMouthAdd6";
1133 this.btnSelectMouthAdd6.Size = new System.Drawing.Size(60, 28);
1134 this.btnSelectMouthAdd6.TabIndex = 48;
1135 this.btnSelectMouthAdd6.Text = "選択";
1136 this.btnSelectMouthAdd6.UseVisualStyleBackColor = true;
1137 this.btnSelectMouthAdd6.Click += new System.EventHandler(this.btnSelectMouthAdd6_Click);
1138 //
1139 // txtMouthAdd6
1140 //
1141 this.txtMouthAdd6.BackColor = System.Drawing.SystemColors.Control;
1142 this.txtMouthAdd6.Location = new System.Drawing.Point(173, 154);
1143 this.txtMouthAdd6.Name = "txtMouthAdd6";
1144 this.txtMouthAdd6.ReadOnly = true;
1145 this.txtMouthAdd6.Size = new System.Drawing.Size(455, 23);
1146 this.txtMouthAdd6.TabIndex = 59;
1147 this.txtMouthAdd6.TabStop = false;
1148 this.txtMouthAdd6.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1149 //
1150 // btnSelectMouthAdd5
1151 //
1152 this.btnSelectMouthAdd5.Location = new System.Drawing.Point(104, 122);
1153 this.btnSelectMouthAdd5.Name = "btnSelectMouthAdd5";
1154 this.btnSelectMouthAdd5.Size = new System.Drawing.Size(60, 28);
1155 this.btnSelectMouthAdd5.TabIndex = 46;
1156 this.btnSelectMouthAdd5.Text = "選択";
1157 this.btnSelectMouthAdd5.UseVisualStyleBackColor = true;
1158 this.btnSelectMouthAdd5.Click += new System.EventHandler(this.btnSelectMouthAdd5_Click);
1159 //
1160 // txtMouthAdd5
1161 //
1162 this.txtMouthAdd5.BackColor = System.Drawing.SystemColors.Control;
1163 this.txtMouthAdd5.Location = new System.Drawing.Point(173, 125);
1164 this.txtMouthAdd5.Name = "txtMouthAdd5";
1165 this.txtMouthAdd5.ReadOnly = true;
1166 this.txtMouthAdd5.Size = new System.Drawing.Size(455, 23);
1167 this.txtMouthAdd5.TabIndex = 57;
1168 this.txtMouthAdd5.TabStop = false;
1169 this.txtMouthAdd5.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1170 //
1171 // btnSelectMouthAdd4
1172 //
1173 this.btnSelectMouthAdd4.Location = new System.Drawing.Point(104, 93);
1174 this.btnSelectMouthAdd4.Name = "btnSelectMouthAdd4";
1175 this.btnSelectMouthAdd4.Size = new System.Drawing.Size(60, 28);
1176 this.btnSelectMouthAdd4.TabIndex = 44;
1177 this.btnSelectMouthAdd4.Text = "選択";
1178 this.btnSelectMouthAdd4.UseVisualStyleBackColor = true;
1179 this.btnSelectMouthAdd4.Click += new System.EventHandler(this.btnSelectMouthAdd4_Click);
1180 //
1181 // txtMouthAdd4
1182 //
1183 this.txtMouthAdd4.BackColor = System.Drawing.SystemColors.Control;
1184 this.txtMouthAdd4.Location = new System.Drawing.Point(173, 96);
1185 this.txtMouthAdd4.Name = "txtMouthAdd4";
1186 this.txtMouthAdd4.ReadOnly = true;
1187 this.txtMouthAdd4.Size = new System.Drawing.Size(455, 23);
1188 this.txtMouthAdd4.TabIndex = 55;
1189 this.txtMouthAdd4.TabStop = false;
1190 this.txtMouthAdd4.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1191 //
1192 // btnSelectMouthAdd3
1193 //
1194 this.btnSelectMouthAdd3.Location = new System.Drawing.Point(104, 65);
1195 this.btnSelectMouthAdd3.Name = "btnSelectMouthAdd3";
1196 this.btnSelectMouthAdd3.Size = new System.Drawing.Size(60, 28);
1197 this.btnSelectMouthAdd3.TabIndex = 42;
1198 this.btnSelectMouthAdd3.Text = "選択";
1199 this.btnSelectMouthAdd3.UseVisualStyleBackColor = true;
1200 this.btnSelectMouthAdd3.Click += new System.EventHandler(this.btnSelectMouthAdd3_Click);
1201 //
1202 // txtMouthAdd3
1203 //
1204 this.txtMouthAdd3.BackColor = System.Drawing.SystemColors.Control;
1205 this.txtMouthAdd3.Location = new System.Drawing.Point(173, 68);
1206 this.txtMouthAdd3.Name = "txtMouthAdd3";
1207 this.txtMouthAdd3.ReadOnly = true;
1208 this.txtMouthAdd3.Size = new System.Drawing.Size(455, 23);
1209 this.txtMouthAdd3.TabIndex = 53;
1210 this.txtMouthAdd3.TabStop = false;
1211 this.txtMouthAdd3.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_he.png";
1212 this.txtMouthAdd3.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1213 //
1214 // btnSelectMouthAdd2
1215 //
1216 this.btnSelectMouthAdd2.Location = new System.Drawing.Point(104, 36);
1217 this.btnSelectMouthAdd2.Name = "btnSelectMouthAdd2";
1218 this.btnSelectMouthAdd2.Size = new System.Drawing.Size(60, 28);
1219 this.btnSelectMouthAdd2.TabIndex = 40;
1220 this.btnSelectMouthAdd2.Text = "選択";
1221 this.btnSelectMouthAdd2.UseVisualStyleBackColor = true;
1222 this.btnSelectMouthAdd2.Click += new System.EventHandler(this.btnSelectMouthAdd2_Click);
1223 //
1224 // txtMouthAdd2
1225 //
1226 this.txtMouthAdd2.BackColor = System.Drawing.SystemColors.Control;
1227 this.txtMouthAdd2.Location = new System.Drawing.Point(173, 39);
1228 this.txtMouthAdd2.Name = "txtMouthAdd2";
1229 this.txtMouthAdd2.ReadOnly = true;
1230 this.txtMouthAdd2.Size = new System.Drawing.Size(455, 23);
1231 this.txtMouthAdd2.TabIndex = 51;
1232 this.txtMouthAdd2.TabStop = false;
1233 this.txtMouthAdd2.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_wa.png";
1234 this.txtMouthAdd2.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1235 //
1236 // btnSelectMouthAdd1
1237 //
1238 this.btnSelectMouthAdd1.Location = new System.Drawing.Point(104, 7);
1239 this.btnSelectMouthAdd1.Name = "btnSelectMouthAdd1";
1240 this.btnSelectMouthAdd1.Size = new System.Drawing.Size(60, 28);
1241 this.btnSelectMouthAdd1.TabIndex = 38;
1242 this.btnSelectMouthAdd1.Text = "選択";
1243 this.btnSelectMouthAdd1.UseVisualStyleBackColor = true;
1244 this.btnSelectMouthAdd1.Click += new System.EventHandler(this.btnSelectMouthAdd1_Click);
1245 //
1246 // txtMouthAdd1
1247 //
1248 this.txtMouthAdd1.BackColor = System.Drawing.SystemColors.Control;
1249 this.txtMouthAdd1.Location = new System.Drawing.Point(173, 10);
1250 this.txtMouthAdd1.Name = "txtMouthAdd1";
1251 this.txtMouthAdd1.ReadOnly = true;
1252 this.txtMouthAdd1.Size = new System.Drawing.Size(455, 23);
1253 this.txtMouthAdd1.TabIndex = 49;
1254 this.txtMouthAdd1.TabStop = false;
1255 this.txtMouthAdd1.Text = "D:\\RipSync2\\RSI-NAZO\\haku01\\mouth_ten.png";
1256 this.txtMouthAdd1.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
1257 //
1258 // panel1
1259 //
1260 this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1261 this.panel1.Controls.Add(this.btnVirsion);
1262 this.panel1.Controls.Add(this.btnNewFile);
1263 this.panel1.Controls.Add(this.btnClose);
1264 this.panel1.Controls.Add(this.btnSaveAs);
1265 this.panel1.Controls.Add(this.btnSave);
1266 this.panel1.Controls.Add(this.btnRead);
1267 this.panel1.Location = new System.Drawing.Point(12, 12);
1268 this.panel1.Name = "panel1";
1269 this.panel1.Size = new System.Drawing.Size(663, 36);
1270 this.panel1.TabIndex = 2;
1271 //
1272 // btnVirsion
1273 //
1274 this.btnVirsion.FlatStyle = System.Windows.Forms.FlatStyle.System;
1275 this.btnVirsion.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1276 this.btnVirsion.Location = new System.Drawing.Point(175, 3);
1277 this.btnVirsion.Name = "btnVirsion";
1278 this.btnVirsion.Size = new System.Drawing.Size(100, 28);
1279 this.btnVirsion.TabIndex = 2;
1280 this.btnVirsion.TabStop = false;
1281 this.btnVirsion.Text = "バージョン情報";
1282 this.btnVirsion.UseVisualStyleBackColor = true;
1283 this.btnVirsion.Click += new System.EventHandler(this.btnVirsion_Click);
1284 //
1285 // btnNewFile
1286 //
1287 this.btnNewFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
1288 this.btnNewFile.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1289 this.btnNewFile.Location = new System.Drawing.Point(3, 3);
1290 this.btnNewFile.Name = "btnNewFile";
1291 this.btnNewFile.Size = new System.Drawing.Size(80, 28);
1292 this.btnNewFile.TabIndex = 0;
1293 this.btnNewFile.TabStop = false;
1294 this.btnNewFile.Text = "新規作成";
1295 this.btnNewFile.UseVisualStyleBackColor = true;
1296 this.btnNewFile.Click += new System.EventHandler(this.btnNewFile_Click);
1297 //
1298 // btnClose
1299 //
1300 this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
1301 this.btnClose.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1302 this.btnClose.Location = new System.Drawing.Point(576, 3);
1303 this.btnClose.Name = "btnClose";
1304 this.btnClose.Size = new System.Drawing.Size(80, 28);
1305 this.btnClose.TabIndex = 9;
1306 this.btnClose.TabStop = false;
1307 this.btnClose.Text = "終了";
1308 this.btnClose.UseVisualStyleBackColor = true;
1309 this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
1310 //
1311 // btnSaveAs
1312 //
1313 this.btnSaveAs.Enabled = false;
1314 this.btnSaveAs.FlatStyle = System.Windows.Forms.FlatStyle.System;
1315 this.btnSaveAs.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1316 this.btnSaveAs.Location = new System.Drawing.Point(404, 3);
1317 this.btnSaveAs.Name = "btnSaveAs";
1318 this.btnSaveAs.Size = new System.Drawing.Size(80, 28);
1319 this.btnSaveAs.TabIndex = 7;
1320 this.btnSaveAs.TabStop = false;
1321 this.btnSaveAs.Text = "別名保存";
1322 this.btnSaveAs.UseVisualStyleBackColor = true;
1323 this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
1324 //
1325 // btnSave
1326 //
1327 this.btnSave.Enabled = false;
1328 this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
1329 this.btnSave.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1330 this.btnSave.Location = new System.Drawing.Point(490, 3);
1331 this.btnSave.Name = "btnSave";
1332 this.btnSave.Size = new System.Drawing.Size(80, 28);
1333 this.btnSave.TabIndex = 8;
1334 this.btnSave.TabStop = false;
1335 this.btnSave.Text = "保存";
1336 this.btnSave.UseVisualStyleBackColor = true;
1337 this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
1338 //
1339 // btnRead
1340 //
1341 this.btnRead.FlatStyle = System.Windows.Forms.FlatStyle.System;
1342 this.btnRead.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1343 this.btnRead.Location = new System.Drawing.Point(89, 3);
1344 this.btnRead.Name = "btnRead";
1345 this.btnRead.Size = new System.Drawing.Size(80, 28);
1346 this.btnRead.TabIndex = 1;
1347 this.btnRead.TabStop = false;
1348 this.btnRead.Text = "読み込み";
1349 this.btnRead.UseVisualStyleBackColor = true;
1350 this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
1351 //
1352 // openFileDialogRSI
1353 //
1354 this.openFileDialogRSI.Filter = "RipSync定義(推奨)|*.RSI|みそもくそも全部|*.*";
1355 //
1356 // saveFileDialog
1357 //
1358 this.saveFileDialog.Filter = "RipSync定義(推奨)|*.RSI|みそもくそも全部|*.*";
1359 //
1360 // openFileDialogGraphic
1361 //
1362 this.openFileDialogGraphic.Filter = "PNGファイル|*.png|みそもくそも全部|*.*";
1363 //
1364 // txtRsiFileName
1365 //
1366 this.txtRsiFileName.BackColor = System.Drawing.SystemColors.Control;
1367 this.txtRsiFileName.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1368 this.txtRsiFileName.ForeColor = System.Drawing.Color.Black;
1369 this.txtRsiFileName.Location = new System.Drawing.Point(96, 66);
1370 this.txtRsiFileName.Name = "txtRsiFileName";
1371 this.txtRsiFileName.ReadOnly = true;
1372 this.txtRsiFileName.Size = new System.Drawing.Size(579, 23);
1373 this.txtRsiFileName.TabIndex = 3;
1374 this.txtRsiFileName.TabStop = false;
1375 this.txtRsiFileName.Text = "D:\\RipSync2\\RSI-NAZO\\haku01.rsi";
1376 //
1377 // label18
1378 //
1379 this.label18.AutoSize = true;
1380 this.label18.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1381 this.label18.Location = new System.Drawing.Point(13, 69);
1382 this.label18.Name = "label18";
1383 this.label18.Size = new System.Drawing.Size(77, 16);
1384 this.label18.TabIndex = 4;
1385 this.label18.Text = "RSIファイル";
1386 //
1387 // label19
1388 //
1389 this.label19.AutoSize = true;
1390 this.label19.Font = new System.Drawing.Font("MS UI Gothic", 36F);
1391 this.label19.Location = new System.Drawing.Point(246, 447);
1392 this.label19.Name = "label19";
1393 this.label19.Size = new System.Drawing.Size(441, 48);
1394 this.label19.TabIndex = 5;
1395 this.label19.Text = "見つかっちゃった。(笑)";
1396 //
1397 // txtMessage
1398 //
1399 this.txtMessage.BackColor = System.Drawing.SystemColors.Control;
1400 this.txtMessage.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold);
1401 this.txtMessage.Location = new System.Drawing.Point(12, 376);
1402 this.txtMessage.Name = "txtMessage";
1403 this.txtMessage.ReadOnly = true;
1404 this.txtMessage.Size = new System.Drawing.Size(663, 23);
1405 this.txtMessage.TabIndex = 6;
1406 this.txtMessage.TabStop = false;
1407 //
1408 // frmRsiEditor
1409 //
1410 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
1411 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1412 this.ClientSize = new System.Drawing.Size(680, 411);
1413 this.Controls.Add(this.txtMessage);
1414 this.Controls.Add(this.label19);
1415 this.Controls.Add(this.label18);
1416 this.Controls.Add(this.txtRsiFileName);
1417 this.Controls.Add(this.tabGroup);
1418 this.Controls.Add(this.panel1);
1419 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
1420 this.Name = "frmRsiEditor";
1421 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
1422 this.Text = "RSI ファイルエディタ(仮称)";
1423 this.Load += new System.EventHandler(this.frmRsiEditor_Load);
1424 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRsiEditor_FormClosing);
1425 tabEyeAuto.ResumeLayout(false);
1426 tabEyeAuto.PerformLayout();
1427 this.tabGroup.ResumeLayout(false);
1428 this.tabKihon.ResumeLayout(false);
1429 this.tabKihon.PerformLayout();
1430 this.tabMouthAuto.ResumeLayout(false);
1431 this.tabMouthAuto.PerformLayout();
1432 this.tabEyeManual.ResumeLayout(false);
1433 this.tabEyeManual.PerformLayout();
1434 this.tabMouthManual.ResumeLayout(false);
1435 this.tabMouthManual.PerformLayout();
1436 this.panel1.ResumeLayout(false);
1437 this.ResumeLayout(false);
1438 this.PerformLayout();
1439
1440 }
1441
1442 #endregion
1443
1444 private System.Windows.Forms.TabControl tabGroup;
1445 private System.Windows.Forms.TabPage tabKihon;
1446 private System.Windows.Forms.TabPage tabMouthAuto;
1447 private System.Windows.Forms.TabPage tabEyeManual;
1448 private System.Windows.Forms.TabPage tabMouthManual;
1449 private System.Windows.Forms.TextBox txtBaseHeight;
1450 private System.Windows.Forms.TextBox txtBaseWidth;
1451 private System.Windows.Forms.Label label6;
1452 private System.Windows.Forms.Label label5;
1453 private System.Windows.Forms.Label label4;
1454 private System.Windows.Forms.Label label3;
1455 private System.Windows.Forms.Label label2;
1456 private System.Windows.Forms.Label label1;
1457 private System.Windows.Forms.TextBox txtEshi;
1458 private System.Windows.Forms.Button btnSelectBase;
1459 private System.Windows.Forms.TextBox txtBase;
1460 private System.Windows.Forms.Panel panel1;
1461 private System.Windows.Forms.Button btnNewFile;
1462 private System.Windows.Forms.Button btnClose;
1463 private System.Windows.Forms.Button btnSaveAs;
1464 private System.Windows.Forms.Button btnSave;
1465 private System.Windows.Forms.Button btnRead;
1466 private System.Windows.Forms.Button btnSelectEyeClose;
1467 private System.Windows.Forms.Label label9;
1468 private System.Windows.Forms.TextBox txtEyeClose;
1469 private System.Windows.Forms.Button btnSelectEyeThin;
1470 private System.Windows.Forms.Label label8;
1471 private System.Windows.Forms.TextBox txtEyeThin;
1472 private System.Windows.Forms.Button btnSelectEyeNormal;
1473 private System.Windows.Forms.Label label7;
1474 private System.Windows.Forms.TextBox txtEyeNormal;
1475 private System.Windows.Forms.Button btnSelectMouthN;
1476 private System.Windows.Forms.Label label15;
1477 private System.Windows.Forms.TextBox txtMouthN;
1478 private System.Windows.Forms.Button btnSelectMouthO;
1479 private System.Windows.Forms.Label label13;
1480 private System.Windows.Forms.TextBox txtMouthO;
1481 private System.Windows.Forms.Button btnSelectMouthE;
1482 private System.Windows.Forms.Label label14;
1483 private System.Windows.Forms.TextBox txtMouthE;
1484 private System.Windows.Forms.Button btnSelectMouthU;
1485 private System.Windows.Forms.Label label10;
1486 private System.Windows.Forms.TextBox txtMouthU;
1487 private System.Windows.Forms.Button btnSelectMouthI;
1488 private System.Windows.Forms.Label label11;
1489 private System.Windows.Forms.TextBox txtMouthI;
1490 private System.Windows.Forms.Button btnSelectMouthA;
1491 private System.Windows.Forms.Label label12;
1492 private System.Windows.Forms.TextBox txtMouthA;
1493 private System.Windows.Forms.TextBox txtEyeAdd6Name;
1494 private System.Windows.Forms.TextBox txtEyeAdd5Name;
1495 private System.Windows.Forms.TextBox txtEyeAdd4Name;
1496 private System.Windows.Forms.TextBox txtEyeAdd3Name;
1497 private System.Windows.Forms.TextBox txtEyeAdd2Name;
1498 private System.Windows.Forms.TextBox txtEyeAdd1Name;
1499 private System.Windows.Forms.Button btnSelectEyeAdd6;
1500 private System.Windows.Forms.TextBox txtEyeAdd6;
1501 private System.Windows.Forms.Button btnSelectEyeAdd5;
1502 private System.Windows.Forms.TextBox txtEyeAdd5;
1503 private System.Windows.Forms.Button btnSelectEyeAdd4;
1504 private System.Windows.Forms.TextBox txtEyeAdd4;
1505 private System.Windows.Forms.Button btnSelectEyeAdd3;
1506 private System.Windows.Forms.TextBox txtEyeAdd3;
1507 private System.Windows.Forms.Button btnSelectEyeAdd2;
1508 private System.Windows.Forms.TextBox txtEyeAdd2;
1509 private System.Windows.Forms.Button btnSelectEyeAdd1;
1510 private System.Windows.Forms.TextBox txtEyeAdd1;
1511 private System.Windows.Forms.TextBox txtMouthAdd6Name;
1512 private System.Windows.Forms.TextBox txtMouthAdd5Name;
1513 private System.Windows.Forms.TextBox txtMouthAdd4Name;
1514 private System.Windows.Forms.TextBox txtMouthAdd3Name;
1515 private System.Windows.Forms.TextBox txtMouthAdd2Name;
1516 private System.Windows.Forms.TextBox txtMouthAdd1Name;
1517 private System.Windows.Forms.Button btnSelectMouthAdd6;
1518 private System.Windows.Forms.TextBox txtMouthAdd6;
1519 private System.Windows.Forms.Button btnSelectMouthAdd5;
1520 private System.Windows.Forms.TextBox txtMouthAdd5;
1521 private System.Windows.Forms.Button btnSelectMouthAdd4;
1522 private System.Windows.Forms.TextBox txtMouthAdd4;
1523 private System.Windows.Forms.Button btnSelectMouthAdd3;
1524 private System.Windows.Forms.TextBox txtMouthAdd3;
1525 private System.Windows.Forms.Button btnSelectMouthAdd2;
1526 private System.Windows.Forms.TextBox txtMouthAdd2;
1527 private System.Windows.Forms.Button btnSelectMouthAdd1;
1528 private System.Windows.Forms.TextBox txtMouthAdd1;
1529 private System.Windows.Forms.Button btnSelectMouthXo;
1530 private System.Windows.Forms.Label label16;
1531 private System.Windows.Forms.TextBox txtMouthXo;
1532 private System.Windows.Forms.Button btnSelectMouthAa;
1533 private System.Windows.Forms.Label label17;
1534 private System.Windows.Forms.TextBox txtMouthAa;
1535 private OpenFileDialog openFileDialogRSI;
1536 private SaveFileDialog saveFileDialog;
1537 private OpenFileDialog openFileDialogGraphic;
1538 private TextBox txtRsiFileName;
1539 private Label label18;
1540 private Label label19;
1541 private Button btnVirsion;
1542 private TextBox txtMessage;
1543 private Button btnDelEyeAdd6;
1544 private Button btnDelEyeAdd5;
1545 private Button btnDelEyeAdd4;
1546 private Button btnDelEyeAdd3;
1547 private Button btnDelEyeAdd2;
1548 private Button btnDelEyeAdd1;
1549 private Button btnDelMouthAdd6;
1550 private Button btnDelMouthAdd5;
1551 private Button btnDelMouthAdd4;
1552 private Button btnDelMouthAdd3;
1553 private Button btnDelMouthAdd2;
1554 private Button btnDelMouthAdd1;
1555 }
1556 }
1557

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26