Develop and Download Open Source Software

Browse Subversion Repository

Diff of /RsiEditor/RsiEditor.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by pex, Sun Jul 26 02:18:54 2009 UTC revision 3 by pex, Fri Jun 4 08:26:57 2010 UTC
# Line 29  namespace RipSync.RsiEditor Line 29  namespace RipSync.RsiEditor
29          /// </summary>          /// </summary>
30          private void InitializeComponent()          private void InitializeComponent()
31          {          {
             System.Windows.Forms.TabPage tabEyeAuto;  
32              this.btnSelectEyeClose = new System.Windows.Forms.Button();              this.btnSelectEyeClose = new System.Windows.Forms.Button();
33              this.label9 = new System.Windows.Forms.Label();              this.label9 = new System.Windows.Forms.Label();
34              this.txtEyeClose = new System.Windows.Forms.TextBox();              this.txtEyeClose = new System.Windows.Forms.TextBox();
# Line 52  namespace RipSync.RsiEditor Line 51  namespace RipSync.RsiEditor
51              this.label1 = new System.Windows.Forms.Label();              this.label1 = new System.Windows.Forms.Label();
52              this.txtBase = new System.Windows.Forms.TextBox();              this.txtBase = new System.Windows.Forms.TextBox();
53              this.txtEshi = new System.Windows.Forms.TextBox();              this.txtEshi = new System.Windows.Forms.TextBox();
54                this.tabEyeAuto = new System.Windows.Forms.TabPage();
55              this.tabMouthAuto = new System.Windows.Forms.TabPage();              this.tabMouthAuto = new System.Windows.Forms.TabPage();
56              this.btnSelectMouthXo = new System.Windows.Forms.Button();              this.btnSelectMouthXo = new System.Windows.Forms.Button();
57              this.label16 = new System.Windows.Forms.Label();              this.label16 = new System.Windows.Forms.Label();
# Line 128  namespace RipSync.RsiEditor Line 128  namespace RipSync.RsiEditor
128              this.btnSelectMouthAdd1 = new System.Windows.Forms.Button();              this.btnSelectMouthAdd1 = new System.Windows.Forms.Button();
129              this.txtMouthAdd1 = new System.Windows.Forms.TextBox();              this.txtMouthAdd1 = new System.Windows.Forms.TextBox();
130              this.panel1 = new System.Windows.Forms.Panel();              this.panel1 = new System.Windows.Forms.Panel();
131                this.label20 = new System.Windows.Forms.Label();
132                this.cboLangage = new System.Windows.Forms.ComboBox();
133              this.btnVirsion = new System.Windows.Forms.Button();              this.btnVirsion = new System.Windows.Forms.Button();
134              this.btnNewFile = new System.Windows.Forms.Button();              this.btnNewFile = new System.Windows.Forms.Button();
135              this.btnClose = new System.Windows.Forms.Button();              this.btnClose = new System.Windows.Forms.Button();
# Line 141  namespace RipSync.RsiEditor Line 143  namespace RipSync.RsiEditor
143              this.label18 = new System.Windows.Forms.Label();              this.label18 = new System.Windows.Forms.Label();
144              this.label19 = new System.Windows.Forms.Label();              this.label19 = new System.Windows.Forms.Label();
145              this.txtMessage = new System.Windows.Forms.TextBox();              this.txtMessage = new System.Windows.Forms.TextBox();
             tabEyeAuto = new System.Windows.Forms.TabPage();  
             tabEyeAuto.SuspendLayout();  
146              this.tabGroup.SuspendLayout();              this.tabGroup.SuspendLayout();
147              this.tabKihon.SuspendLayout();              this.tabKihon.SuspendLayout();
148                this.tabEyeAuto.SuspendLayout();
149              this.tabMouthAuto.SuspendLayout();              this.tabMouthAuto.SuspendLayout();
150              this.tabEyeManual.SuspendLayout();              this.tabEyeManual.SuspendLayout();
151              this.tabMouthManual.SuspendLayout();              this.tabMouthManual.SuspendLayout();
152              this.panel1.SuspendLayout();              this.panel1.SuspendLayout();
153              this.SuspendLayout();              this.SuspendLayout();
154              //              //
             // tabEyeAuto  
             //  
             tabEyeAuto.Controls.Add(this.btnSelectEyeClose);  
             tabEyeAuto.Controls.Add(this.label9);  
             tabEyeAuto.Controls.Add(this.txtEyeClose);  
             tabEyeAuto.Controls.Add(this.btnSelectEyeThin);  
             tabEyeAuto.Controls.Add(this.label8);  
             tabEyeAuto.Controls.Add(this.txtEyeThin);  
             tabEyeAuto.Controls.Add(this.btnSelectEyeNormal);  
             tabEyeAuto.Controls.Add(this.label7);  
             tabEyeAuto.Controls.Add(this.txtEyeNormal);  
             tabEyeAuto.Location = new System.Drawing.Point(4, 25);  
             tabEyeAuto.Name = "tabEyeAuto";  
             tabEyeAuto.Padding = new System.Windows.Forms.Padding(3);  
             tabEyeAuto.Size = new System.Drawing.Size(655, 246);  
             tabEyeAuto.TabIndex = 1;  
             tabEyeAuto.Text = " 目自動 ";  
             tabEyeAuto.UseVisualStyleBackColor = true;  
             //  
155              // btnSelectEyeClose              // btnSelectEyeClose
156              //              //
157              this.btnSelectEyeClose.Location = new System.Drawing.Point(104, 65);              this.btnSelectEyeClose.Location = new System.Drawing.Point(104, 65);
# Line 266  namespace RipSync.RsiEditor Line 248  namespace RipSync.RsiEditor
248              // tabGroup              // tabGroup
249              //              //
250              this.tabGroup.Controls.Add(this.tabKihon);              this.tabGroup.Controls.Add(this.tabKihon);
251              this.tabGroup.Controls.Add(tabEyeAuto);              this.tabGroup.Controls.Add(this.tabEyeAuto);
252              this.tabGroup.Controls.Add(this.tabMouthAuto);              this.tabGroup.Controls.Add(this.tabMouthAuto);
253              this.tabGroup.Controls.Add(this.tabEyeManual);              this.tabGroup.Controls.Add(this.tabEyeManual);
254              this.tabGroup.Controls.Add(this.tabMouthManual);              this.tabGroup.Controls.Add(this.tabMouthManual);
# Line 275  namespace RipSync.RsiEditor Line 257  namespace RipSync.RsiEditor
257              this.tabGroup.Location = new System.Drawing.Point(12, 95);              this.tabGroup.Location = new System.Drawing.Point(12, 95);
258              this.tabGroup.Name = "tabGroup";              this.tabGroup.Name = "tabGroup";
259              this.tabGroup.SelectedIndex = 0;              this.tabGroup.SelectedIndex = 0;
260              this.tabGroup.Size = new System.Drawing.Size(663, 275);              this.tabGroup.Size = new System.Drawing.Size(735, 275);
261              this.tabGroup.TabIndex = 0;              this.tabGroup.TabIndex = 0;
262              this.tabGroup.Click += new System.EventHandler(this.tabGroup_Click);              this.tabGroup.Click += new System.EventHandler(this.tabGroup_Click);
263              //              //
# Line 296  namespace RipSync.RsiEditor Line 278  namespace RipSync.RsiEditor
278              this.tabKihon.Location = new System.Drawing.Point(4, 25);              this.tabKihon.Location = new System.Drawing.Point(4, 25);
279              this.tabKihon.Name = "tabKihon";              this.tabKihon.Name = "tabKihon";
280              this.tabKihon.Padding = new System.Windows.Forms.Padding(3);              this.tabKihon.Padding = new System.Windows.Forms.Padding(3);
281              this.tabKihon.Size = new System.Drawing.Size(655, 246);              this.tabKihon.Size = new System.Drawing.Size(727, 246);
282              this.tabKihon.TabIndex = 0;              this.tabKihon.TabIndex = 0;
283              this.tabKihon.Text = " 基本設定 ";              this.tabKihon.Text = " 基本設定 ";
284              this.tabKihon.UseVisualStyleBackColor = true;              this.tabKihon.UseVisualStyleBackColor = true;
# Line 402  namespace RipSync.RsiEditor Line 384  namespace RipSync.RsiEditor
384              this.txtEshi.Text = "謎の男-弱音ハク";              this.txtEshi.Text = "謎の男-弱音ハク";
385              this.txtEshi.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);              this.txtEshi.TextChanged += new System.EventHandler(this.txtBoxCommon_TextChanged);
386              //              //
387                // 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              // tabMouthAuto              // tabMouthAuto
407              //              //
408              this.tabMouthAuto.Controls.Add(this.btnSelectMouthXo);              this.tabMouthAuto.Controls.Add(this.btnSelectMouthXo);
# Line 430  namespace RipSync.RsiEditor Line 431  namespace RipSync.RsiEditor
431              this.tabMouthAuto.Controls.Add(this.txtMouthA);              this.tabMouthAuto.Controls.Add(this.txtMouthA);
432              this.tabMouthAuto.Location = new System.Drawing.Point(4, 25);              this.tabMouthAuto.Location = new System.Drawing.Point(4, 25);
433              this.tabMouthAuto.Name = "tabMouthAuto";              this.tabMouthAuto.Name = "tabMouthAuto";
434              this.tabMouthAuto.Size = new System.Drawing.Size(655, 246);              this.tabMouthAuto.Size = new System.Drawing.Size(727, 246);
435              this.tabMouthAuto.TabIndex = 2;              this.tabMouthAuto.TabIndex = 2;
436              this.tabMouthAuto.Text = " 口自動 ";              this.tabMouthAuto.Text = " 口自動 ";
437              this.tabMouthAuto.UseVisualStyleBackColor = true;              this.tabMouthAuto.UseVisualStyleBackColor = true;
# Line 711  namespace RipSync.RsiEditor Line 712  namespace RipSync.RsiEditor
712              this.tabEyeManual.Controls.Add(this.txtEyeAdd1);              this.tabEyeManual.Controls.Add(this.txtEyeAdd1);
713              this.tabEyeManual.Location = new System.Drawing.Point(4, 25);              this.tabEyeManual.Location = new System.Drawing.Point(4, 25);
714              this.tabEyeManual.Name = "tabEyeManual";              this.tabEyeManual.Name = "tabEyeManual";
715              this.tabEyeManual.Size = new System.Drawing.Size(655, 246);              this.tabEyeManual.Size = new System.Drawing.Size(727, 246);
716              this.tabEyeManual.TabIndex = 3;              this.tabEyeManual.TabIndex = 3;
717              this.tabEyeManual.Text = " 目手動 ";              this.tabEyeManual.Text = " 目手動 ";
718              this.tabEyeManual.UseVisualStyleBackColor = true;              this.tabEyeManual.UseVisualStyleBackColor = true;
719              //              //
720              // btnDelEyeAdd6              // btnDelEyeAdd6
721              //              //
722              this.btnDelEyeAdd6.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelEyeAdd6.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
723              this.btnDelEyeAdd6.Location = new System.Drawing.Point(629, 154);              this.btnDelEyeAdd6.Location = new System.Drawing.Point(629, 154);
724              this.btnDelEyeAdd6.Name = "btnDelEyeAdd6";              this.btnDelEyeAdd6.Name = "btnDelEyeAdd6";
725              this.btnDelEyeAdd6.Size = new System.Drawing.Size(23, 23);              this.btnDelEyeAdd6.Size = new System.Drawing.Size(50, 23);
726              this.btnDelEyeAdd6.TabIndex = 71;              this.btnDelEyeAdd6.TabIndex = 71;
727              this.btnDelEyeAdd6.TabStop = false;              this.btnDelEyeAdd6.TabStop = false;
728              this.btnDelEyeAdd6.Text = "×";              this.btnDelEyeAdd6.Text = "削除";
729              this.btnDelEyeAdd6.UseVisualStyleBackColor = true;              this.btnDelEyeAdd6.UseVisualStyleBackColor = true;
730              this.btnDelEyeAdd6.Click += new System.EventHandler(this.btnDelEyeAdd6_Click);              this.btnDelEyeAdd6.Click += new System.EventHandler(this.btnDelEyeAdd6_Click);
731              //              //
732              // btnDelEyeAdd5              // btnDelEyeAdd5
733              //              //
734              this.btnDelEyeAdd5.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelEyeAdd5.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
735              this.btnDelEyeAdd5.Location = new System.Drawing.Point(629, 125);              this.btnDelEyeAdd5.Location = new System.Drawing.Point(629, 125);
736              this.btnDelEyeAdd5.Name = "btnDelEyeAdd5";              this.btnDelEyeAdd5.Name = "btnDelEyeAdd5";
737              this.btnDelEyeAdd5.Size = new System.Drawing.Size(23, 23);              this.btnDelEyeAdd5.Size = new System.Drawing.Size(50, 23);
738              this.btnDelEyeAdd5.TabIndex = 70;              this.btnDelEyeAdd5.TabIndex = 70;
739              this.btnDelEyeAdd5.TabStop = false;              this.btnDelEyeAdd5.TabStop = false;
740              this.btnDelEyeAdd5.Text = "×";              this.btnDelEyeAdd5.Text = "削除";
741              this.btnDelEyeAdd5.UseVisualStyleBackColor = true;              this.btnDelEyeAdd5.UseVisualStyleBackColor = true;
742              this.btnDelEyeAdd5.Click += new System.EventHandler(this.btnDelEyeAdd5_Click);              this.btnDelEyeAdd5.Click += new System.EventHandler(this.btnDelEyeAdd5_Click);
743              //              //
744              // btnDelEyeAdd4              // btnDelEyeAdd4
745              //              //
746              this.btnDelEyeAdd4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelEyeAdd4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
747              this.btnDelEyeAdd4.Location = new System.Drawing.Point(629, 96);              this.btnDelEyeAdd4.Location = new System.Drawing.Point(629, 96);
748              this.btnDelEyeAdd4.Name = "btnDelEyeAdd4";              this.btnDelEyeAdd4.Name = "btnDelEyeAdd4";
749              this.btnDelEyeAdd4.Size = new System.Drawing.Size(23, 23);              this.btnDelEyeAdd4.Size = new System.Drawing.Size(50, 23);
750              this.btnDelEyeAdd4.TabIndex = 69;              this.btnDelEyeAdd4.TabIndex = 69;
751              this.btnDelEyeAdd4.TabStop = false;              this.btnDelEyeAdd4.TabStop = false;
752              this.btnDelEyeAdd4.Text = "×";              this.btnDelEyeAdd4.Text = "削除";
753              this.btnDelEyeAdd4.UseVisualStyleBackColor = true;              this.btnDelEyeAdd4.UseVisualStyleBackColor = true;
754              this.btnDelEyeAdd4.Click += new System.EventHandler(this.btnDelEyeAdd4_Click);              this.btnDelEyeAdd4.Click += new System.EventHandler(this.btnDelEyeAdd4_Click);
755              //              //
756              // btnDelEyeAdd3              // btnDelEyeAdd3
757              //              //
758              this.btnDelEyeAdd3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelEyeAdd3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
759              this.btnDelEyeAdd3.Location = new System.Drawing.Point(629, 68);              this.btnDelEyeAdd3.Location = new System.Drawing.Point(629, 68);
760              this.btnDelEyeAdd3.Name = "btnDelEyeAdd3";              this.btnDelEyeAdd3.Name = "btnDelEyeAdd3";
761              this.btnDelEyeAdd3.Size = new System.Drawing.Size(23, 23);              this.btnDelEyeAdd3.Size = new System.Drawing.Size(50, 23);
762              this.btnDelEyeAdd3.TabIndex = 68;              this.btnDelEyeAdd3.TabIndex = 68;
763              this.btnDelEyeAdd3.TabStop = false;              this.btnDelEyeAdd3.TabStop = false;
764              this.btnDelEyeAdd3.Text = "×";              this.btnDelEyeAdd3.Text = "削除";
765              this.btnDelEyeAdd3.UseVisualStyleBackColor = true;              this.btnDelEyeAdd3.UseVisualStyleBackColor = true;
766              this.btnDelEyeAdd3.Click += new System.EventHandler(this.btnDelEyeAdd3_Click);              this.btnDelEyeAdd3.Click += new System.EventHandler(this.btnDelEyeAdd3_Click);
767              //              //
768              // btnDelEyeAdd2              // btnDelEyeAdd2
769              //              //
770              this.btnDelEyeAdd2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelEyeAdd2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
771              this.btnDelEyeAdd2.Location = new System.Drawing.Point(629, 41);              this.btnDelEyeAdd2.Location = new System.Drawing.Point(629, 41);
772              this.btnDelEyeAdd2.Name = "btnDelEyeAdd2";              this.btnDelEyeAdd2.Name = "btnDelEyeAdd2";
773              this.btnDelEyeAdd2.Size = new System.Drawing.Size(23, 23);              this.btnDelEyeAdd2.Size = new System.Drawing.Size(50, 23);
774              this.btnDelEyeAdd2.TabIndex = 67;              this.btnDelEyeAdd2.TabIndex = 67;
775              this.btnDelEyeAdd2.TabStop = false;              this.btnDelEyeAdd2.TabStop = false;
776              this.btnDelEyeAdd2.Text = "×";              this.btnDelEyeAdd2.Text = "削除";
777              this.btnDelEyeAdd2.UseVisualStyleBackColor = true;              this.btnDelEyeAdd2.UseVisualStyleBackColor = true;
778              this.btnDelEyeAdd2.Click += new System.EventHandler(this.btnDelEyeAdd2_Click);              this.btnDelEyeAdd2.Click += new System.EventHandler(this.btnDelEyeAdd2_Click);
779              //              //
780              // btnDelEyeAdd1              // btnDelEyeAdd1
781              //              //
782              this.btnDelEyeAdd1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelEyeAdd1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
783              this.btnDelEyeAdd1.Location = new System.Drawing.Point(629, 12);              this.btnDelEyeAdd1.Location = new System.Drawing.Point(629, 12);
784              this.btnDelEyeAdd1.Name = "btnDelEyeAdd1";              this.btnDelEyeAdd1.Name = "btnDelEyeAdd1";
785              this.btnDelEyeAdd1.Size = new System.Drawing.Size(23, 23);              this.btnDelEyeAdd1.Size = new System.Drawing.Size(50, 23);
786              this.btnDelEyeAdd1.TabIndex = 66;              this.btnDelEyeAdd1.TabIndex = 66;
787              this.btnDelEyeAdd1.TabStop = false;              this.btnDelEyeAdd1.TabStop = false;
788              this.btnDelEyeAdd1.Text = "×";              this.btnDelEyeAdd1.Text = "削除";
789              this.btnDelEyeAdd1.UseVisualStyleBackColor = true;              this.btnDelEyeAdd1.UseVisualStyleBackColor = true;
790              this.btnDelEyeAdd1.Click += new System.EventHandler(this.btnDelEyeAdd1_Click);              this.btnDelEyeAdd1.Click += new System.EventHandler(this.btnDelEyeAdd1_Click);
791              //              //
# Line 998  namespace RipSync.RsiEditor Line 999  namespace RipSync.RsiEditor
999              this.tabMouthManual.Controls.Add(this.txtMouthAdd1);              this.tabMouthManual.Controls.Add(this.txtMouthAdd1);
1000              this.tabMouthManual.Location = new System.Drawing.Point(4, 25);              this.tabMouthManual.Location = new System.Drawing.Point(4, 25);
1001              this.tabMouthManual.Name = "tabMouthManual";              this.tabMouthManual.Name = "tabMouthManual";
1002              this.tabMouthManual.Size = new System.Drawing.Size(655, 246);              this.tabMouthManual.Size = new System.Drawing.Size(727, 246);
1003              this.tabMouthManual.TabIndex = 4;              this.tabMouthManual.TabIndex = 4;
1004              this.tabMouthManual.Text = " 口手動 ";              this.tabMouthManual.Text = " 口手動 ";
1005              this.tabMouthManual.UseVisualStyleBackColor = true;              this.tabMouthManual.UseVisualStyleBackColor = true;
1006              //              //
1007              // btnDelMouthAdd6              // btnDelMouthAdd6
1008              //              //
1009              this.btnDelMouthAdd6.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelMouthAdd6.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1010              this.btnDelMouthAdd6.Location = new System.Drawing.Point(629, 154);              this.btnDelMouthAdd6.Location = new System.Drawing.Point(629, 154);
1011              this.btnDelMouthAdd6.Name = "btnDelMouthAdd6";              this.btnDelMouthAdd6.Name = "btnDelMouthAdd6";
1012              this.btnDelMouthAdd6.Size = new System.Drawing.Size(23, 23);              this.btnDelMouthAdd6.Size = new System.Drawing.Size(50, 23);
1013              this.btnDelMouthAdd6.TabIndex = 65;              this.btnDelMouthAdd6.TabIndex = 65;
1014              this.btnDelMouthAdd6.TabStop = false;              this.btnDelMouthAdd6.TabStop = false;
1015              this.btnDelMouthAdd6.Text = "×";              this.btnDelMouthAdd6.Text = "削除";
1016              this.btnDelMouthAdd6.UseVisualStyleBackColor = true;              this.btnDelMouthAdd6.UseVisualStyleBackColor = true;
1017              this.btnDelMouthAdd6.Click += new System.EventHandler(this.btnDelMouthAdd6_Click);              this.btnDelMouthAdd6.Click += new System.EventHandler(this.btnDelMouthAdd6_Click);
1018              //              //
1019              // btnDelMouthAdd5              // btnDelMouthAdd5
1020              //              //
1021              this.btnDelMouthAdd5.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelMouthAdd5.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1022              this.btnDelMouthAdd5.Location = new System.Drawing.Point(629, 125);              this.btnDelMouthAdd5.Location = new System.Drawing.Point(629, 125);
1023              this.btnDelMouthAdd5.Name = "btnDelMouthAdd5";              this.btnDelMouthAdd5.Name = "btnDelMouthAdd5";
1024              this.btnDelMouthAdd5.Size = new System.Drawing.Size(23, 23);              this.btnDelMouthAdd5.Size = new System.Drawing.Size(50, 23);
1025              this.btnDelMouthAdd5.TabIndex = 64;              this.btnDelMouthAdd5.TabIndex = 64;
1026              this.btnDelMouthAdd5.TabStop = false;              this.btnDelMouthAdd5.TabStop = false;
1027              this.btnDelMouthAdd5.Text = "×";              this.btnDelMouthAdd5.Text = "削除";
1028              this.btnDelMouthAdd5.UseVisualStyleBackColor = true;              this.btnDelMouthAdd5.UseVisualStyleBackColor = true;
1029              this.btnDelMouthAdd5.Click += new System.EventHandler(this.btnDelMouthAdd5_Click);              this.btnDelMouthAdd5.Click += new System.EventHandler(this.btnDelMouthAdd5_Click);
1030              //              //
1031              // btnDelMouthAdd4              // btnDelMouthAdd4
1032              //              //
1033              this.btnDelMouthAdd4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelMouthAdd4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1034              this.btnDelMouthAdd4.Location = new System.Drawing.Point(629, 96);              this.btnDelMouthAdd4.Location = new System.Drawing.Point(629, 96);
1035              this.btnDelMouthAdd4.Name = "btnDelMouthAdd4";              this.btnDelMouthAdd4.Name = "btnDelMouthAdd4";
1036              this.btnDelMouthAdd4.Size = new System.Drawing.Size(23, 23);              this.btnDelMouthAdd4.Size = new System.Drawing.Size(50, 23);
1037              this.btnDelMouthAdd4.TabIndex = 63;              this.btnDelMouthAdd4.TabIndex = 63;
1038              this.btnDelMouthAdd4.TabStop = false;              this.btnDelMouthAdd4.TabStop = false;
1039              this.btnDelMouthAdd4.Text = "×";              this.btnDelMouthAdd4.Text = "削除";
1040              this.btnDelMouthAdd4.UseVisualStyleBackColor = true;              this.btnDelMouthAdd4.UseVisualStyleBackColor = true;
1041              this.btnDelMouthAdd4.Click += new System.EventHandler(this.btnDelMouthAdd4_Click);              this.btnDelMouthAdd4.Click += new System.EventHandler(this.btnDelMouthAdd4_Click);
1042              //              //
1043              // btnDelMouthAdd3              // btnDelMouthAdd3
1044              //              //
1045              this.btnDelMouthAdd3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelMouthAdd3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1046              this.btnDelMouthAdd3.Location = new System.Drawing.Point(629, 68);              this.btnDelMouthAdd3.Location = new System.Drawing.Point(629, 68);
1047              this.btnDelMouthAdd3.Name = "btnDelMouthAdd3";              this.btnDelMouthAdd3.Name = "btnDelMouthAdd3";
1048              this.btnDelMouthAdd3.Size = new System.Drawing.Size(23, 23);              this.btnDelMouthAdd3.Size = new System.Drawing.Size(50, 23);
1049              this.btnDelMouthAdd3.TabIndex = 62;              this.btnDelMouthAdd3.TabIndex = 62;
1050              this.btnDelMouthAdd3.TabStop = false;              this.btnDelMouthAdd3.TabStop = false;
1051              this.btnDelMouthAdd3.Text = "×";              this.btnDelMouthAdd3.Text = "削除";
1052              this.btnDelMouthAdd3.UseVisualStyleBackColor = true;              this.btnDelMouthAdd3.UseVisualStyleBackColor = true;
1053              this.btnDelMouthAdd3.Click += new System.EventHandler(this.btnDelMouthAdd3_Click);              this.btnDelMouthAdd3.Click += new System.EventHandler(this.btnDelMouthAdd3_Click);
1054              //              //
1055              // btnDelMouthAdd2              // btnDelMouthAdd2
1056              //              //
1057              this.btnDelMouthAdd2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelMouthAdd2.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1058              this.btnDelMouthAdd2.Location = new System.Drawing.Point(629, 41);              this.btnDelMouthAdd2.Location = new System.Drawing.Point(629, 41);
1059              this.btnDelMouthAdd2.Name = "btnDelMouthAdd2";              this.btnDelMouthAdd2.Name = "btnDelMouthAdd2";
1060              this.btnDelMouthAdd2.Size = new System.Drawing.Size(23, 23);              this.btnDelMouthAdd2.Size = new System.Drawing.Size(50, 23);
1061              this.btnDelMouthAdd2.TabIndex = 61;              this.btnDelMouthAdd2.TabIndex = 61;
1062              this.btnDelMouthAdd2.TabStop = false;              this.btnDelMouthAdd2.TabStop = false;
1063              this.btnDelMouthAdd2.Text = "×";              this.btnDelMouthAdd2.Text = "削除";
1064              this.btnDelMouthAdd2.UseVisualStyleBackColor = true;              this.btnDelMouthAdd2.UseVisualStyleBackColor = true;
1065              this.btnDelMouthAdd2.Click += new System.EventHandler(this.btnDelMouthAdd2_Click);              this.btnDelMouthAdd2.Click += new System.EventHandler(this.btnDelMouthAdd2_Click);
1066              //              //
1067              // btnDelMouthAdd1              // btnDelMouthAdd1
1068              //              //
1069              this.btnDelMouthAdd1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));              this.btnDelMouthAdd1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1070              this.btnDelMouthAdd1.Location = new System.Drawing.Point(629, 12);              this.btnDelMouthAdd1.Location = new System.Drawing.Point(629, 12);
1071              this.btnDelMouthAdd1.Name = "btnDelMouthAdd1";              this.btnDelMouthAdd1.Name = "btnDelMouthAdd1";
1072              this.btnDelMouthAdd1.Size = new System.Drawing.Size(23, 23);              this.btnDelMouthAdd1.Size = new System.Drawing.Size(50, 23);
1073              this.btnDelMouthAdd1.TabIndex = 60;              this.btnDelMouthAdd1.TabIndex = 60;
1074              this.btnDelMouthAdd1.TabStop = false;              this.btnDelMouthAdd1.TabStop = false;
1075              this.btnDelMouthAdd1.Text = "×";              this.btnDelMouthAdd1.Text = "削除";
1076              this.btnDelMouthAdd1.UseVisualStyleBackColor = true;              this.btnDelMouthAdd1.UseVisualStyleBackColor = true;
1077              this.btnDelMouthAdd1.Click += new System.EventHandler(this.btnDelMouthAdd1_Click);              this.btnDelMouthAdd1.Click += new System.EventHandler(this.btnDelMouthAdd1_Click);
1078              //              //
# Line 1258  namespace RipSync.RsiEditor Line 1259  namespace RipSync.RsiEditor
1259              // panel1              // panel1
1260              //              //
1261              this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;              this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1262                this.panel1.Controls.Add(this.label20);
1263                this.panel1.Controls.Add(this.cboLangage);
1264              this.panel1.Controls.Add(this.btnVirsion);              this.panel1.Controls.Add(this.btnVirsion);
1265              this.panel1.Controls.Add(this.btnNewFile);              this.panel1.Controls.Add(this.btnNewFile);
1266              this.panel1.Controls.Add(this.btnClose);              this.panel1.Controls.Add(this.btnClose);
# Line 1266  namespace RipSync.RsiEditor Line 1269  namespace RipSync.RsiEditor
1269              this.panel1.Controls.Add(this.btnRead);              this.panel1.Controls.Add(this.btnRead);
1270              this.panel1.Location = new System.Drawing.Point(12, 12);              this.panel1.Location = new System.Drawing.Point(12, 12);
1271              this.panel1.Name = "panel1";              this.panel1.Name = "panel1";
1272              this.panel1.Size = new System.Drawing.Size(663, 36);              this.panel1.Size = new System.Drawing.Size(735, 36);
1273              this.panel1.TabIndex = 2;              this.panel1.TabIndex = 2;
1274              //              //
1275                // 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              // btnVirsion              // btnVirsion
1297              //              //
1298              this.btnVirsion.FlatStyle = System.Windows.Forms.FlatStyle.System;              this.btnVirsion.FlatStyle = System.Windows.Forms.FlatStyle.System;
# Line 1299  namespace RipSync.RsiEditor Line 1323  namespace RipSync.RsiEditor
1323              //              //
1324              this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;              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)));              this.btnClose.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1326              this.btnClose.Location = new System.Drawing.Point(576, 3);              this.btnClose.Location = new System.Drawing.Point(648, 3);
1327              this.btnClose.Name = "btnClose";              this.btnClose.Name = "btnClose";
1328              this.btnClose.Size = new System.Drawing.Size(80, 28);              this.btnClose.Size = new System.Drawing.Size(80, 28);
1329              this.btnClose.TabIndex = 9;              this.btnClose.TabIndex = 9;
# Line 1313  namespace RipSync.RsiEditor Line 1337  namespace RipSync.RsiEditor
1337              this.btnSaveAs.Enabled = false;              this.btnSaveAs.Enabled = false;
1338              this.btnSaveAs.FlatStyle = System.Windows.Forms.FlatStyle.System;              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)));              this.btnSaveAs.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1340              this.btnSaveAs.Location = new System.Drawing.Point(404, 3);              this.btnSaveAs.Location = new System.Drawing.Point(476, 3);
1341              this.btnSaveAs.Name = "btnSaveAs";              this.btnSaveAs.Name = "btnSaveAs";
1342              this.btnSaveAs.Size = new System.Drawing.Size(80, 28);              this.btnSaveAs.Size = new System.Drawing.Size(80, 28);
1343              this.btnSaveAs.TabIndex = 7;              this.btnSaveAs.TabIndex = 7;
# Line 1327  namespace RipSync.RsiEditor Line 1351  namespace RipSync.RsiEditor
1351              this.btnSave.Enabled = false;              this.btnSave.Enabled = false;
1352              this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;              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)));              this.btnSave.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1354              this.btnSave.Location = new System.Drawing.Point(490, 3);              this.btnSave.Location = new System.Drawing.Point(562, 3);
1355              this.btnSave.Name = "btnSave";              this.btnSave.Name = "btnSave";
1356              this.btnSave.Size = new System.Drawing.Size(80, 28);              this.btnSave.Size = new System.Drawing.Size(80, 28);
1357              this.btnSave.TabIndex = 8;              this.btnSave.TabIndex = 8;
# Line 1369  namespace RipSync.RsiEditor Line 1393  namespace RipSync.RsiEditor
1393              this.txtRsiFileName.Location = new System.Drawing.Point(96, 66);              this.txtRsiFileName.Location = new System.Drawing.Point(96, 66);
1394              this.txtRsiFileName.Name = "txtRsiFileName";              this.txtRsiFileName.Name = "txtRsiFileName";
1395              this.txtRsiFileName.ReadOnly = true;              this.txtRsiFileName.ReadOnly = true;
1396              this.txtRsiFileName.Size = new System.Drawing.Size(579, 23);              this.txtRsiFileName.Size = new System.Drawing.Size(651, 23);
1397              this.txtRsiFileName.TabIndex = 3;              this.txtRsiFileName.TabIndex = 3;
1398              this.txtRsiFileName.TabStop = false;              this.txtRsiFileName.TabStop = false;
1399              this.txtRsiFileName.Text = "D:\\RipSync2\\RSI-NAZO\\haku01.rsi";              this.txtRsiFileName.Text = "D:\\RipSync2\\RSI-NAZO\\haku01.rsi";
# Line 1401  namespace RipSync.RsiEditor Line 1425  namespace RipSync.RsiEditor
1425              this.txtMessage.Location = new System.Drawing.Point(12, 376);              this.txtMessage.Location = new System.Drawing.Point(12, 376);
1426              this.txtMessage.Name = "txtMessage";              this.txtMessage.Name = "txtMessage";
1427              this.txtMessage.ReadOnly = true;              this.txtMessage.ReadOnly = true;
1428              this.txtMessage.Size = new System.Drawing.Size(663, 23);              this.txtMessage.Size = new System.Drawing.Size(735, 23);
1429              this.txtMessage.TabIndex = 6;              this.txtMessage.TabIndex = 6;
1430              this.txtMessage.TabStop = false;              this.txtMessage.TabStop = false;
1431              //              //
# Line 1409  namespace RipSync.RsiEditor Line 1433  namespace RipSync.RsiEditor
1433              //              //
1434              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
1435              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1436              this.ClientSize = new System.Drawing.Size(680, 411);              this.ClientSize = new System.Drawing.Size(759, 411);
1437              this.Controls.Add(this.txtMessage);              this.Controls.Add(this.txtMessage);
1438              this.Controls.Add(this.label19);              this.Controls.Add(this.label19);
1439              this.Controls.Add(this.label18);              this.Controls.Add(this.label18);
# Line 1422  namespace RipSync.RsiEditor Line 1446  namespace RipSync.RsiEditor
1446              this.Text = "RSI ファイルエディタ(仮称)";              this.Text = "RSI ファイルエディタ(仮称)";
1447              this.Load += new System.EventHandler(this.frmRsiEditor_Load);              this.Load += new System.EventHandler(this.frmRsiEditor_Load);
1448              this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRsiEditor_FormClosing);              this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRsiEditor_FormClosing);
             tabEyeAuto.ResumeLayout(false);  
             tabEyeAuto.PerformLayout();  
1449              this.tabGroup.ResumeLayout(false);              this.tabGroup.ResumeLayout(false);
1450              this.tabKihon.ResumeLayout(false);              this.tabKihon.ResumeLayout(false);
1451              this.tabKihon.PerformLayout();              this.tabKihon.PerformLayout();
1452                this.tabEyeAuto.ResumeLayout(false);
1453                this.tabEyeAuto.PerformLayout();
1454              this.tabMouthAuto.ResumeLayout(false);              this.tabMouthAuto.ResumeLayout(false);
1455              this.tabMouthAuto.PerformLayout();              this.tabMouthAuto.PerformLayout();
1456              this.tabEyeManual.ResumeLayout(false);              this.tabEyeManual.ResumeLayout(false);
# Line 1434  namespace RipSync.RsiEditor Line 1458  namespace RipSync.RsiEditor
1458              this.tabMouthManual.ResumeLayout(false);              this.tabMouthManual.ResumeLayout(false);
1459              this.tabMouthManual.PerformLayout();              this.tabMouthManual.PerformLayout();
1460              this.panel1.ResumeLayout(false);              this.panel1.ResumeLayout(false);
1461                this.panel1.PerformLayout();
1462              this.ResumeLayout(false);              this.ResumeLayout(false);
1463              this.PerformLayout();              this.PerformLayout();
1464    
# Line 1442  namespace RipSync.RsiEditor Line 1467  namespace RipSync.RsiEditor
1467          #endregion          #endregion
1468    
1469          private System.Windows.Forms.TabControl tabGroup;          private System.Windows.Forms.TabControl tabGroup;
         private System.Windows.Forms.TabPage tabKihon;  
1470          private System.Windows.Forms.TabPage tabMouthAuto;          private System.Windows.Forms.TabPage tabMouthAuto;
1471          private System.Windows.Forms.TabPage tabEyeManual;          private System.Windows.Forms.TabPage tabEyeManual;
1472          private System.Windows.Forms.TabPage tabMouthManual;          private System.Windows.Forms.TabPage tabMouthManual;
# Line 1552  namespace RipSync.RsiEditor Line 1576  namespace RipSync.RsiEditor
1576          private Button btnDelMouthAdd3;          private Button btnDelMouthAdd3;
1577          private Button btnDelMouthAdd2;          private Button btnDelMouthAdd2;
1578          private Button btnDelMouthAdd1;          private Button btnDelMouthAdd1;
1579            private Label label20;
1580            private ComboBox cboLangage;
1581            private TabPage tabKihon;
1582            private TabPage tabEyeAuto;
1583      }      }
1584  }  }
1585    

Legend:
Removed from v.2  
changed lines
  Added in v.3

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