Korero – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | |
2 | namespace Korero.Economy |
||
3 | { |
||
4 | partial class PaymentForm |
||
5 | { |
||
6 | /// <summary> |
||
7 | /// Required designer variable. |
||
8 | /// </summary> |
||
9 | private System.ComponentModel.IContainer components = null; |
||
10 | |||
11 | #region Windows Form Designer generated code |
||
12 | |||
13 | /// <summary> |
||
14 | /// Required method for Designer support - do not modify |
||
15 | /// the contents of this method with the code editor. |
||
16 | /// </summary> |
||
17 | private void InitializeComponent() |
||
18 | { |
||
19 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaymentForm)); |
||
20 | this.tabControl1 = new System.Windows.Forms.TabControl(); |
||
21 | this.tabPage1 = new System.Windows.Forms.TabPage(); |
||
22 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
||
23 | this.label1 = new System.Windows.Forms.Label(); |
||
24 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
||
25 | this.button1 = new System.Windows.Forms.Button(); |
||
26 | this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); |
||
27 | this.textBox2 = new System.Windows.Forms.TextBox(); |
||
28 | this.textBox4 = new System.Windows.Forms.TextBox(); |
||
29 | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
||
30 | this.textBox3 = new System.Windows.Forms.TextBox(); |
||
31 | this.button2 = new System.Windows.Forms.Button(); |
||
32 | this.label2 = new System.Windows.Forms.Label(); |
||
33 | this.tabPage2 = new System.Windows.Forms.TabPage(); |
||
34 | this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); |
||
35 | this.label3 = new System.Windows.Forms.Label(); |
||
36 | this.label4 = new System.Windows.Forms.Label(); |
||
37 | this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); |
||
38 | this.textBox1 = new System.Windows.Forms.TextBox(); |
||
39 | this.button3 = new System.Windows.Forms.Button(); |
||
40 | this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); |
||
41 | this.textBox5 = new System.Windows.Forms.TextBox(); |
||
42 | this.button4 = new System.Windows.Forms.Button(); |
||
43 | this.tabControl1.SuspendLayout(); |
||
44 | this.tabPage1.SuspendLayout(); |
||
45 | this.tableLayoutPanel1.SuspendLayout(); |
||
46 | this.tableLayoutPanel2.SuspendLayout(); |
||
47 | this.tableLayoutPanel4.SuspendLayout(); |
||
48 | this.tableLayoutPanel3.SuspendLayout(); |
||
49 | this.tabPage2.SuspendLayout(); |
||
50 | this.tableLayoutPanel5.SuspendLayout(); |
||
51 | this.tableLayoutPanel6.SuspendLayout(); |
||
52 | this.tableLayoutPanel7.SuspendLayout(); |
||
53 | this.SuspendLayout(); |
||
54 | // |
||
55 | // tabControl1 |
||
56 | // |
||
57 | this.tabControl1.Controls.Add(this.tabPage1); |
||
58 | this.tabControl1.Controls.Add(this.tabPage2); |
||
59 | this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
60 | this.tabControl1.Location = new System.Drawing.Point(0, 0); |
||
61 | this.tabControl1.Name = "tabControl1"; |
||
62 | this.tabControl1.SelectedIndex = 0; |
||
63 | this.tabControl1.Size = new System.Drawing.Size(496, 162); |
||
64 | this.tabControl1.TabIndex = 3; |
||
65 | // |
||
66 | // tabPage1 |
||
67 | // |
||
68 | this.tabPage1.Controls.Add(this.tableLayoutPanel1); |
||
69 | this.tabPage1.Location = new System.Drawing.Point(4, 22); |
||
70 | this.tabPage1.Name = "tabPage1"; |
||
71 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3); |
||
72 | this.tabPage1.Size = new System.Drawing.Size(488, 136); |
||
73 | this.tabPage1.TabIndex = 0; |
||
74 | this.tabPage1.Text = "Avatar"; |
||
75 | this.tabPage1.UseVisualStyleBackColor = true; |
||
76 | // |
||
77 | // tableLayoutPanel1 |
||
78 | // |
||
79 | this.tableLayoutPanel1.ColumnCount = 2; |
||
80 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); |
||
81 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F)); |
||
82 | this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); |
||
83 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0); |
||
84 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 1); |
||
85 | this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); |
||
86 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
87 | this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); |
||
88 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
||
89 | this.tableLayoutPanel1.RowCount = 2; |
||
90 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
91 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
92 | this.tableLayoutPanel1.Size = new System.Drawing.Size(482, 130); |
||
93 | this.tableLayoutPanel1.TabIndex = 1; |
||
94 | // |
||
95 | // label1 |
||
96 | // |
||
97 | this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
98 | this.label1.AutoSize = true; |
||
99 | this.label1.Location = new System.Drawing.Point(3, 26); |
||
100 | this.label1.Name = "label1"; |
||
101 | this.label1.Size = new System.Drawing.Size(90, 13); |
||
102 | this.label1.TabIndex = 0; |
||
103 | this.label1.Text = "Avatar"; |
||
104 | // |
||
105 | // tableLayoutPanel2 |
||
106 | // |
||
107 | this.tableLayoutPanel2.ColumnCount = 1; |
||
108 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
109 | this.tableLayoutPanel2.Controls.Add(this.button1, 0, 1); |
||
110 | this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 0); |
||
111 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
112 | this.tableLayoutPanel2.Location = new System.Drawing.Point(99, 3); |
||
113 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
||
114 | this.tableLayoutPanel2.RowCount = 2; |
||
115 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
116 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
117 | this.tableLayoutPanel2.Size = new System.Drawing.Size(380, 59); |
||
118 | this.tableLayoutPanel2.TabIndex = 2; |
||
119 | // |
||
120 | // button1 |
||
121 | // |
||
122 | this.button1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
123 | this.button1.Location = new System.Drawing.Point(3, 32); |
||
124 | this.button1.Name = "button1"; |
||
125 | this.button1.Size = new System.Drawing.Size(374, 24); |
||
126 | this.button1.TabIndex = 1; |
||
127 | this.button1.Text = "Select"; |
||
128 | this.button1.UseVisualStyleBackColor = true; |
||
129 | this.button1.Click += new System.EventHandler(this.Button1_Click); |
||
130 | // |
||
131 | // tableLayoutPanel4 |
||
132 | // |
||
133 | this.tableLayoutPanel4.ColumnCount = 2; |
||
134 | this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
135 | this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
136 | this.tableLayoutPanel4.Controls.Add(this.textBox2, 0, 0); |
||
137 | this.tableLayoutPanel4.Controls.Add(this.textBox4, 1, 0); |
||
138 | this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; |
||
139 | this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3); |
||
140 | this.tableLayoutPanel4.Name = "tableLayoutPanel4"; |
||
141 | this.tableLayoutPanel4.RowCount = 1; |
||
142 | this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
143 | this.tableLayoutPanel4.Size = new System.Drawing.Size(374, 23); |
||
144 | this.tableLayoutPanel4.TabIndex = 2; |
||
145 | // |
||
146 | // textBox2 |
||
147 | // |
||
148 | this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
149 | this.textBox2.Location = new System.Drawing.Point(3, 3); |
||
150 | this.textBox2.Name = "textBox2"; |
||
151 | this.textBox2.ReadOnly = true; |
||
152 | this.textBox2.Size = new System.Drawing.Size(181, 20); |
||
153 | this.textBox2.TabIndex = 3; |
||
154 | // |
||
155 | // textBox4 |
||
156 | // |
||
157 | this.textBox4.Dock = System.Windows.Forms.DockStyle.Fill; |
||
158 | this.textBox4.Location = new System.Drawing.Point(190, 3); |
||
159 | this.textBox4.Name = "textBox4"; |
||
160 | this.textBox4.ReadOnly = true; |
||
161 | this.textBox4.Size = new System.Drawing.Size(181, 20); |
||
162 | this.textBox4.TabIndex = 4; |
||
163 | // |
||
164 | // tableLayoutPanel3 |
||
165 | // |
||
166 | this.tableLayoutPanel3.ColumnCount = 1; |
||
167 | this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
168 | this.tableLayoutPanel3.Controls.Add(this.textBox3, 0, 0); |
||
169 | this.tableLayoutPanel3.Controls.Add(this.button2, 0, 1); |
||
170 | this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
||
171 | this.tableLayoutPanel3.Location = new System.Drawing.Point(99, 68); |
||
172 | this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
||
173 | this.tableLayoutPanel3.RowCount = 2; |
||
174 | this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
175 | this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
176 | this.tableLayoutPanel3.Size = new System.Drawing.Size(380, 59); |
||
177 | this.tableLayoutPanel3.TabIndex = 3; |
||
178 | // |
||
179 | // textBox3 |
||
180 | // |
||
181 | this.textBox3.Dock = System.Windows.Forms.DockStyle.Fill; |
||
182 | this.textBox3.Location = new System.Drawing.Point(3, 3); |
||
183 | this.textBox3.Name = "textBox3"; |
||
184 | this.textBox3.Size = new System.Drawing.Size(374, 20); |
||
185 | this.textBox3.TabIndex = 0; |
||
186 | // |
||
187 | // button2 |
||
188 | // |
||
189 | this.button2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
190 | this.button2.Location = new System.Drawing.Point(3, 32); |
||
191 | this.button2.Name = "button2"; |
||
192 | this.button2.Size = new System.Drawing.Size(374, 24); |
||
193 | this.button2.TabIndex = 1; |
||
194 | this.button2.Text = "Pay"; |
||
195 | this.button2.UseVisualStyleBackColor = true; |
||
196 | this.button2.Click += new System.EventHandler(this.Button2_Click); |
||
197 | // |
||
198 | // label2 |
||
199 | // |
||
200 | this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
201 | this.label2.AutoSize = true; |
||
202 | this.label2.Location = new System.Drawing.Point(3, 91); |
||
203 | this.label2.Name = "label2"; |
||
204 | this.label2.Size = new System.Drawing.Size(90, 13); |
||
205 | this.label2.TabIndex = 4; |
||
206 | this.label2.Text = "Amount"; |
||
207 | // |
||
208 | // tabPage2 |
||
209 | // |
||
210 | this.tabPage2.Controls.Add(this.tableLayoutPanel5); |
||
211 | this.tabPage2.Location = new System.Drawing.Point(4, 22); |
||
212 | this.tabPage2.Name = "tabPage2"; |
||
213 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3); |
||
214 | this.tabPage2.Size = new System.Drawing.Size(488, 136); |
||
215 | this.tabPage2.TabIndex = 1; |
||
216 | this.tabPage2.Text = "Group"; |
||
217 | this.tabPage2.UseVisualStyleBackColor = true; |
||
218 | // |
||
219 | // tableLayoutPanel5 |
||
220 | // |
||
221 | this.tableLayoutPanel5.ColumnCount = 2; |
||
222 | this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); |
||
223 | this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F)); |
||
224 | this.tableLayoutPanel5.Controls.Add(this.label3, 0, 0); |
||
225 | this.tableLayoutPanel5.Controls.Add(this.label4, 0, 1); |
||
226 | this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel6, 1, 0); |
||
227 | this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel7, 1, 1); |
||
228 | this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; |
||
229 | this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 3); |
||
230 | this.tableLayoutPanel5.Name = "tableLayoutPanel5"; |
||
231 | this.tableLayoutPanel5.RowCount = 2; |
||
232 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
233 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
234 | this.tableLayoutPanel5.Size = new System.Drawing.Size(482, 130); |
||
235 | this.tableLayoutPanel5.TabIndex = 0; |
||
236 | // |
||
237 | // label3 |
||
238 | // |
||
239 | this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
240 | this.label3.AutoSize = true; |
||
241 | this.label3.Location = new System.Drawing.Point(3, 26); |
||
242 | this.label3.Name = "label3"; |
||
243 | this.label3.Size = new System.Drawing.Size(90, 13); |
||
244 | this.label3.TabIndex = 0; |
||
245 | this.label3.Text = "Group"; |
||
246 | // |
||
247 | // label4 |
||
248 | // |
||
249 | this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
250 | this.label4.AutoSize = true; |
||
251 | this.label4.Location = new System.Drawing.Point(3, 91); |
||
252 | this.label4.Name = "label4"; |
||
253 | this.label4.Size = new System.Drawing.Size(90, 13); |
||
254 | this.label4.TabIndex = 1; |
||
255 | this.label4.Text = "Amount"; |
||
256 | // |
||
257 | // tableLayoutPanel6 |
||
258 | // |
||
259 | this.tableLayoutPanel6.ColumnCount = 1; |
||
260 | this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
261 | this.tableLayoutPanel6.Controls.Add(this.textBox1, 0, 0); |
||
262 | this.tableLayoutPanel6.Controls.Add(this.button3, 0, 1); |
||
263 | this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; |
||
264 | this.tableLayoutPanel6.Location = new System.Drawing.Point(99, 3); |
||
265 | this.tableLayoutPanel6.Name = "tableLayoutPanel6"; |
||
266 | this.tableLayoutPanel6.RowCount = 2; |
||
267 | this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
268 | this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
269 | this.tableLayoutPanel6.Size = new System.Drawing.Size(380, 59); |
||
270 | this.tableLayoutPanel6.TabIndex = 2; |
||
271 | // |
||
272 | // textBox1 |
||
273 | // |
||
274 | this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
275 | this.textBox1.Location = new System.Drawing.Point(3, 3); |
||
276 | this.textBox1.Name = "textBox1"; |
||
277 | this.textBox1.ReadOnly = true; |
||
278 | this.textBox1.Size = new System.Drawing.Size(374, 20); |
||
279 | this.textBox1.TabIndex = 0; |
||
280 | // |
||
281 | // button3 |
||
282 | // |
||
283 | this.button3.Dock = System.Windows.Forms.DockStyle.Fill; |
||
284 | this.button3.Location = new System.Drawing.Point(3, 32); |
||
285 | this.button3.Name = "button3"; |
||
286 | this.button3.Size = new System.Drawing.Size(374, 24); |
||
287 | this.button3.TabIndex = 1; |
||
288 | this.button3.Text = "Select"; |
||
289 | this.button3.UseVisualStyleBackColor = true; |
||
290 | this.button3.Click += new System.EventHandler(this.Button3_Click); |
||
291 | // |
||
292 | // tableLayoutPanel7 |
||
293 | // |
||
294 | this.tableLayoutPanel7.ColumnCount = 1; |
||
295 | this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
296 | this.tableLayoutPanel7.Controls.Add(this.textBox5, 0, 0); |
||
297 | this.tableLayoutPanel7.Controls.Add(this.button4, 0, 1); |
||
298 | this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; |
||
299 | this.tableLayoutPanel7.Location = new System.Drawing.Point(99, 68); |
||
300 | this.tableLayoutPanel7.Name = "tableLayoutPanel7"; |
||
301 | this.tableLayoutPanel7.RowCount = 2; |
||
302 | this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
303 | this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
||
304 | this.tableLayoutPanel7.Size = new System.Drawing.Size(380, 59); |
||
305 | this.tableLayoutPanel7.TabIndex = 3; |
||
306 | // |
||
307 | // textBox5 |
||
308 | // |
||
309 | this.textBox5.Dock = System.Windows.Forms.DockStyle.Fill; |
||
310 | this.textBox5.Location = new System.Drawing.Point(3, 3); |
||
311 | this.textBox5.Name = "textBox5"; |
||
312 | this.textBox5.Size = new System.Drawing.Size(374, 20); |
||
313 | this.textBox5.TabIndex = 0; |
||
314 | // |
||
315 | // button4 |
||
316 | // |
||
317 | this.button4.Dock = System.Windows.Forms.DockStyle.Fill; |
||
318 | this.button4.Location = new System.Drawing.Point(3, 32); |
||
319 | this.button4.Name = "button4"; |
||
320 | this.button4.Size = new System.Drawing.Size(374, 24); |
||
321 | this.button4.TabIndex = 1; |
||
322 | this.button4.Text = "Pay"; |
||
323 | this.button4.UseVisualStyleBackColor = true; |
||
324 | this.button4.Click += new System.EventHandler(this.Button4_Click); |
||
325 | // |
||
326 | // PaymentForm |
||
327 | // |
||
328 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
329 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
330 | this.ClientSize = new System.Drawing.Size(496, 162); |
||
331 | this.Controls.Add(this.tabControl1); |
||
332 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
||
333 | this.Name = "PaymentForm"; |
||
334 | this.Text = "Korero: Make Payment"; |
||
335 | this.Load += new System.EventHandler(this.PaymentForm_Load); |
||
336 | this.tabControl1.ResumeLayout(false); |
||
337 | this.tabPage1.ResumeLayout(false); |
||
338 | this.tableLayoutPanel1.ResumeLayout(false); |
||
339 | this.tableLayoutPanel1.PerformLayout(); |
||
340 | this.tableLayoutPanel2.ResumeLayout(false); |
||
341 | this.tableLayoutPanel4.ResumeLayout(false); |
||
342 | this.tableLayoutPanel4.PerformLayout(); |
||
343 | this.tableLayoutPanel3.ResumeLayout(false); |
||
344 | this.tableLayoutPanel3.PerformLayout(); |
||
345 | this.tabPage2.ResumeLayout(false); |
||
346 | this.tableLayoutPanel5.ResumeLayout(false); |
||
347 | this.tableLayoutPanel5.PerformLayout(); |
||
348 | this.tableLayoutPanel6.ResumeLayout(false); |
||
349 | this.tableLayoutPanel6.PerformLayout(); |
||
350 | this.tableLayoutPanel7.ResumeLayout(false); |
||
351 | this.tableLayoutPanel7.PerformLayout(); |
||
352 | this.ResumeLayout(false); |
||
353 | |||
354 | } |
||
355 | |||
356 | #endregion |
||
357 | |||
358 | private System.Windows.Forms.TabControl tabControl1; |
||
359 | private System.Windows.Forms.TabPage tabPage1; |
||
360 | private System.Windows.Forms.TabPage tabPage2; |
||
361 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
||
362 | private System.Windows.Forms.Label label1; |
||
363 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
||
364 | private System.Windows.Forms.Button button1; |
||
365 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; |
||
366 | private System.Windows.Forms.TextBox textBox2; |
||
367 | private System.Windows.Forms.TextBox textBox4; |
||
368 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
||
369 | private System.Windows.Forms.TextBox textBox3; |
||
370 | private System.Windows.Forms.Button button2; |
||
371 | private System.Windows.Forms.Label label2; |
||
372 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; |
||
373 | private System.Windows.Forms.Label label3; |
||
374 | private System.Windows.Forms.Label label4; |
||
375 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; |
||
376 | private System.Windows.Forms.TextBox textBox1; |
||
377 | private System.Windows.Forms.Button button3; |
||
378 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; |
||
379 | private System.Windows.Forms.TextBox textBox5; |
||
380 | private System.Windows.Forms.Button button4; |
||
381 | } |
||
382 | } |