Develop and Download Open Source Software

Browse Subversion Repository

Contents of /UT3 Server Launcher/FormPreferences.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Mon Jun 15 12:38:17 2009 UTC (14 years, 9 months ago) by piglet
File size: 12390 byte(s)
日本語に対応
ツールストラップの位置が保存されないバグを修正

1 namespace UT3_Server_Launcher
2 {
3 partial class FormPreferences
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPreferences));
32 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
33 this.groupBox1 = new System.Windows.Forms.GroupBox();
34 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
35 this.btnOpenFile = new System.Windows.Forms.Button();
36 this.txtBxUT3BIN = new System.Windows.Forms.TextBox();
37 this.label1 = new System.Windows.Forms.Label();
38 this.groupBox2 = new System.Windows.Forms.GroupBox();
39 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
40 this.txtBxOPTION = new System.Windows.Forms.TextBox();
41 this.label3 = new System.Windows.Forms.Label();
42 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
43 this.chkBxDebug = new System.Windows.Forms.CheckBox();
44 this.checkBox2 = new System.Windows.Forms.CheckBox();
45 this.checkBox1 = new System.Windows.Forms.CheckBox();
46 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
47 this.btnCancel = new System.Windows.Forms.Button();
48 this.btnOK = new System.Windows.Forms.Button();
49 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
50 this.button2 = new System.Windows.Forms.Button();
51 this.textBox2 = new System.Windows.Forms.TextBox();
52 this.label2 = new System.Windows.Forms.Label();
53 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
54 this.tableLayoutPanel1.SuspendLayout();
55 this.groupBox1.SuspendLayout();
56 this.tableLayoutPanel3.SuspendLayout();
57 this.groupBox2.SuspendLayout();
58 this.tableLayoutPanel4.SuspendLayout();
59 this.tableLayoutPanel6.SuspendLayout();
60 this.tableLayoutPanel2.SuspendLayout();
61 this.tableLayoutPanel5.SuspendLayout();
62 this.SuspendLayout();
63 //
64 // tableLayoutPanel1
65 //
66 resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
67 this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
68 this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
69 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
70 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
71 //
72 // groupBox1
73 //
74 this.groupBox1.Controls.Add(this.tableLayoutPanel3);
75 resources.ApplyResources(this.groupBox1, "groupBox1");
76 this.groupBox1.Name = "groupBox1";
77 this.groupBox1.TabStop = false;
78 //
79 // tableLayoutPanel3
80 //
81 resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
82 this.tableLayoutPanel3.Controls.Add(this.btnOpenFile, 1, 1);
83 this.tableLayoutPanel3.Controls.Add(this.txtBxUT3BIN, 0, 1);
84 this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
85 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
86 //
87 // btnOpenFile
88 //
89 resources.ApplyResources(this.btnOpenFile, "btnOpenFile");
90 this.btnOpenFile.Name = "btnOpenFile";
91 this.btnOpenFile.UseVisualStyleBackColor = true;
92 this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
93 //
94 // txtBxUT3BIN
95 //
96 resources.ApplyResources(this.txtBxUT3BIN, "txtBxUT3BIN");
97 this.txtBxUT3BIN.Name = "txtBxUT3BIN";
98 //
99 // label1
100 //
101 resources.ApplyResources(this.label1, "label1");
102 this.label1.Name = "label1";
103 //
104 // groupBox2
105 //
106 this.groupBox2.Controls.Add(this.tableLayoutPanel4);
107 resources.ApplyResources(this.groupBox2, "groupBox2");
108 this.groupBox2.Name = "groupBox2";
109 this.groupBox2.TabStop = false;
110 //
111 // tableLayoutPanel4
112 //
113 resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
114 this.tableLayoutPanel4.Controls.Add(this.txtBxOPTION, 0, 1);
115 this.tableLayoutPanel4.Controls.Add(this.label3, 0, 0);
116 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel6, 0, 2);
117 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
118 //
119 // txtBxOPTION
120 //
121 this.txtBxOPTION.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::UT3_Server_Launcher.Properties.Settings.Default, "OPTION", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
122 resources.ApplyResources(this.txtBxOPTION, "txtBxOPTION");
123 this.txtBxOPTION.Name = "txtBxOPTION";
124 this.txtBxOPTION.Text = global::UT3_Server_Launcher.Properties.Settings.Default.OPTION;
125 //
126 // label3
127 //
128 resources.ApplyResources(this.label3, "label3");
129 this.label3.Name = "label3";
130 //
131 // tableLayoutPanel6
132 //
133 resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
134 this.tableLayoutPanel6.Controls.Add(this.chkBxDebug, 2, 0);
135 this.tableLayoutPanel6.Controls.Add(this.checkBox2, 1, 0);
136 this.tableLayoutPanel6.Controls.Add(this.checkBox1, 0, 0);
137 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
138 //
139 // chkBxDebug
140 //
141 resources.ApplyResources(this.chkBxDebug, "chkBxDebug");
142 this.chkBxDebug.Checked = global::UT3_Server_Launcher.Properties.Settings.Default.Debug;
143 this.chkBxDebug.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::UT3_Server_Launcher.Properties.Settings.Default, "Debug", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
144 this.chkBxDebug.Name = "chkBxDebug";
145 this.chkBxDebug.UseVisualStyleBackColor = true;
146 //
147 // checkBox2
148 //
149 resources.ApplyResources(this.checkBox2, "checkBox2");
150 this.checkBox2.Name = "checkBox2";
151 this.checkBox2.UseVisualStyleBackColor = true;
152 //
153 // checkBox1
154 //
155 resources.ApplyResources(this.checkBox1, "checkBox1");
156 this.checkBox1.Name = "checkBox1";
157 this.checkBox1.UseVisualStyleBackColor = true;
158 //
159 // tableLayoutPanel2
160 //
161 resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
162 this.tableLayoutPanel2.Controls.Add(this.btnCancel, 4, 0);
163 this.tableLayoutPanel2.Controls.Add(this.btnOK, 3, 0);
164 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
165 //
166 // btnCancel
167 //
168 resources.ApplyResources(this.btnCancel, "btnCancel");
169 this.btnCancel.Name = "btnCancel";
170 this.btnCancel.UseVisualStyleBackColor = true;
171 this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
172 //
173 // btnOK
174 //
175 resources.ApplyResources(this.btnOK, "btnOK");
176 this.btnOK.Name = "btnOK";
177 this.btnOK.UseVisualStyleBackColor = true;
178 this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
179 //
180 // tableLayoutPanel5
181 //
182 resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
183 this.tableLayoutPanel5.Controls.Add(this.button2, 1, 1);
184 this.tableLayoutPanel5.Controls.Add(this.textBox2, 0, 1);
185 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
186 //
187 // button2
188 //
189 resources.ApplyResources(this.button2, "button2");
190 this.button2.Name = "button2";
191 this.button2.UseVisualStyleBackColor = true;
192 //
193 // textBox2
194 //
195 resources.ApplyResources(this.textBox2, "textBox2");
196 this.textBox2.Name = "textBox2";
197 //
198 // label2
199 //
200 resources.ApplyResources(this.label2, "label2");
201 this.label2.Name = "label2";
202 //
203 // openFileDialog1
204 //
205 this.openFileDialog1.FileName = "openFileDialog1";
206 //
207 // FormPreferences
208 //
209 resources.ApplyResources(this, "$this");
210 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
211 this.Controls.Add(this.tableLayoutPanel1);
212 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
213 this.Name = "FormPreferences";
214 this.Load += new System.EventHandler(this.FormPreferences_Load);
215 this.tableLayoutPanel1.ResumeLayout(false);
216 this.groupBox1.ResumeLayout(false);
217 this.tableLayoutPanel3.ResumeLayout(false);
218 this.tableLayoutPanel3.PerformLayout();
219 this.groupBox2.ResumeLayout(false);
220 this.tableLayoutPanel4.ResumeLayout(false);
221 this.tableLayoutPanel4.PerformLayout();
222 this.tableLayoutPanel6.ResumeLayout(false);
223 this.tableLayoutPanel6.PerformLayout();
224 this.tableLayoutPanel2.ResumeLayout(false);
225 this.tableLayoutPanel5.ResumeLayout(false);
226 this.tableLayoutPanel5.PerformLayout();
227 this.ResumeLayout(false);
228
229 }
230
231 #endregion
232
233 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
234 private System.Windows.Forms.GroupBox groupBox1;
235 private System.Windows.Forms.GroupBox groupBox2;
236 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
237 private System.Windows.Forms.Button btnCancel;
238 private System.Windows.Forms.Button btnOK;
239 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
240 private System.Windows.Forms.Button btnOpenFile;
241 private System.Windows.Forms.TextBox txtBxUT3BIN;
242 private System.Windows.Forms.Label label1;
243 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
244 private System.Windows.Forms.TextBox txtBxOPTION;
245 private System.Windows.Forms.Label label3;
246 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
247 private System.Windows.Forms.Button button2;
248 private System.Windows.Forms.TextBox textBox2;
249 private System.Windows.Forms.Label label2;
250 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
251 private System.Windows.Forms.CheckBox checkBox2;
252 private System.Windows.Forms.CheckBox checkBox1;
253 private System.Windows.Forms.CheckBox chkBxDebug;
254 private System.Windows.Forms.OpenFileDialog openFileDialog1;
255 }
256 }

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