Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /RsiEditor/RsiEditor.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Fri Jun 4 08:26:57 2010 UTC (13 years, 10 months ago) by pex
File size: 86861 byte(s)


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

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