Develop and Download Open Source Software

Browse Subversion Repository

Contents of /SchoolIdolFestivalSimulator.Main/UnitDetailForm.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (show annotations) (download)
Fri Jun 6 09:52:39 2014 UTC (9 years, 11 months ago) by kayochin_3141
File size: 24512 byte(s)
3.1.0.1
自動編成
1 namespace SchoolIdolFestivalSimulator.Main {
2 partial class UnitDetailForm {
3 /// <summary>
4 /// 必要なデザイナー変数です。
5 /// </summary>
6 private System.ComponentModel.IContainer components = null;
7
8 /// <summary>
9 /// 使用中のリソースをすべてクリーンアップします。
10 /// </summary>
11 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
12 protected override void Dispose(bool disposing) {
13 if (disposing && (components != null)) {
14 components.Dispose();
15 }
16 base.Dispose(disposing);
17 }
18
19 #region Windows フォーム デザイナーで生成されたコード
20
21 /// <summary>
22 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
23 /// コード エディターで変更しないでください。
24 /// </summary>
25 private void InitializeComponent() {
26 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnitDetailForm));
27 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
28 this.label1 = new System.Windows.Forms.Label();
29 this.label2 = new System.Windows.Forms.Label();
30 this.label3 = new System.Windows.Forms.Label();
31 this.label4 = new System.Windows.Forms.Label();
32 this.lblSi = new System.Windows.Forms.Label();
33 this.lblK = new System.Windows.Forms.Label();
34 this.lblC1 = new System.Windows.Forms.Label();
35 this.lblSf = new System.Windows.Forms.Label();
36 this.label5 = new System.Windows.Forms.Label();
37 this.lblB = new System.Windows.Forms.Label();
38 this.label7 = new System.Windows.Forms.Label();
39 this.lblTotalBeforeSkill = new System.Windows.Forms.Label();
40 this.label8 = new System.Windows.Forms.Label();
41 this.lblSkill = new System.Windows.Forms.Label();
42 this.label9 = new System.Windows.Forms.Label();
43 this.lblTotal = new System.Windows.Forms.Label();
44 this.label6 = new System.Windows.Forms.Label();
45 this.label10 = new System.Windows.Forms.Label();
46 this.label11 = new System.Windows.Forms.Label();
47 this.label12 = new System.Windows.Forms.Label();
48 this.label13 = new System.Windows.Forms.Label();
49 this.label14 = new System.Windows.Forms.Label();
50 this.label15 = new System.Windows.Forms.Label();
51 this.tableLayoutPanel1.SuspendLayout();
52 this.SuspendLayout();
53 //
54 // tableLayoutPanel1
55 //
56 this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
57 this.tableLayoutPanel1.ColumnCount = 3;
58 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
59 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
60 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 282F));
61 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
62 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
63 this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
64 this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
65 this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
66 this.tableLayoutPanel1.Controls.Add(this.lblSi, 1, 0);
67 this.tableLayoutPanel1.Controls.Add(this.lblK, 1, 1);
68 this.tableLayoutPanel1.Controls.Add(this.lblC1, 1, 2);
69 this.tableLayoutPanel1.Controls.Add(this.lblSf, 1, 3);
70 this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
71 this.tableLayoutPanel1.Controls.Add(this.lblB, 1, 4);
72 this.tableLayoutPanel1.Controls.Add(this.label7, 0, 5);
73 this.tableLayoutPanel1.Controls.Add(this.lblTotalBeforeSkill, 1, 5);
74 this.tableLayoutPanel1.Controls.Add(this.label8, 0, 6);
75 this.tableLayoutPanel1.Controls.Add(this.lblSkill, 1, 6);
76 this.tableLayoutPanel1.Controls.Add(this.label9, 0, 7);
77 this.tableLayoutPanel1.Controls.Add(this.lblTotal, 1, 7);
78 this.tableLayoutPanel1.Controls.Add(this.label6, 2, 0);
79 this.tableLayoutPanel1.Controls.Add(this.label10, 2, 1);
80 this.tableLayoutPanel1.Controls.Add(this.label11, 2, 2);
81 this.tableLayoutPanel1.Controls.Add(this.label12, 2, 3);
82 this.tableLayoutPanel1.Controls.Add(this.label13, 2, 4);
83 this.tableLayoutPanel1.Controls.Add(this.label14, 2, 5);
84 this.tableLayoutPanel1.Controls.Add(this.label15, 2, 6);
85 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
86 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
87 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
88 this.tableLayoutPanel1.RowCount = 9;
89 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
90 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
91 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
92 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
93 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
94 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
95 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
96 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
97 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
98 this.tableLayoutPanel1.Size = new System.Drawing.Size(470, 231);
99 this.tableLayoutPanel1.TabIndex = 0;
100 this.tableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.tableLayoutPanel1_CellPaint);
101 //
102 // label1
103 //
104 this.label1.AutoSize = true;
105 this.label1.BackColor = System.Drawing.Color.Transparent;
106 this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
107 this.label1.Location = new System.Drawing.Point(5, 2);
108 this.label1.Name = "label1";
109 this.label1.Size = new System.Drawing.Size(86, 26);
110 this.label1.TabIndex = 0;
111 this.label1.Text = "Si";
112 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
113 //
114 // label2
115 //
116 this.label2.AutoSize = true;
117 this.label2.BackColor = System.Drawing.Color.Transparent;
118 this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
119 this.label2.Location = new System.Drawing.Point(5, 30);
120 this.label2.Name = "label2";
121 this.label2.Size = new System.Drawing.Size(86, 26);
122 this.label2.TabIndex = 1;
123 this.label2.Text = "K";
124 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
125 //
126 // label3
127 //
128 this.label3.AutoSize = true;
129 this.label3.BackColor = System.Drawing.Color.Transparent;
130 this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
131 this.label3.Location = new System.Drawing.Point(5, 58);
132 this.label3.Name = "label3";
133 this.label3.Size = new System.Drawing.Size(86, 26);
134 this.label3.TabIndex = 2;
135 this.label3.Text = "C1";
136 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
137 //
138 // label4
139 //
140 this.label4.AutoSize = true;
141 this.label4.BackColor = System.Drawing.Color.Transparent;
142 this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
143 this.label4.Location = new System.Drawing.Point(5, 86);
144 this.label4.Name = "label4";
145 this.label4.Size = new System.Drawing.Size(86, 26);
146 this.label4.TabIndex = 3;
147 this.label4.Text = "Sf";
148 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
149 //
150 // lblSi
151 //
152 this.lblSi.AutoSize = true;
153 this.lblSi.BackColor = System.Drawing.Color.Transparent;
154 this.lblSi.Dock = System.Windows.Forms.DockStyle.Fill;
155 this.lblSi.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
156 this.lblSi.Location = new System.Drawing.Point(99, 2);
157 this.lblSi.Name = "lblSi";
158 this.lblSi.Size = new System.Drawing.Size(84, 26);
159 this.lblSi.TabIndex = 4;
160 this.lblSi.Text = "label5";
161 this.lblSi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
162 //
163 // lblK
164 //
165 this.lblK.AutoSize = true;
166 this.lblK.BackColor = System.Drawing.Color.Transparent;
167 this.lblK.Dock = System.Windows.Forms.DockStyle.Fill;
168 this.lblK.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
169 this.lblK.Location = new System.Drawing.Point(99, 30);
170 this.lblK.Name = "lblK";
171 this.lblK.Size = new System.Drawing.Size(84, 26);
172 this.lblK.TabIndex = 5;
173 this.lblK.Text = "label5";
174 this.lblK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
175 //
176 // lblC1
177 //
178 this.lblC1.AutoSize = true;
179 this.lblC1.BackColor = System.Drawing.Color.Transparent;
180 this.lblC1.Dock = System.Windows.Forms.DockStyle.Fill;
181 this.lblC1.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
182 this.lblC1.Location = new System.Drawing.Point(99, 58);
183 this.lblC1.Name = "lblC1";
184 this.lblC1.Size = new System.Drawing.Size(84, 26);
185 this.lblC1.TabIndex = 6;
186 this.lblC1.Text = "label5";
187 this.lblC1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
188 //
189 // lblSf
190 //
191 this.lblSf.AutoSize = true;
192 this.lblSf.BackColor = System.Drawing.Color.Transparent;
193 this.lblSf.Dock = System.Windows.Forms.DockStyle.Fill;
194 this.lblSf.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
195 this.lblSf.Location = new System.Drawing.Point(99, 86);
196 this.lblSf.Name = "lblSf";
197 this.lblSf.Size = new System.Drawing.Size(84, 26);
198 this.lblSf.TabIndex = 7;
199 this.lblSf.Text = "label5";
200 this.lblSf.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
201 //
202 // label5
203 //
204 this.label5.AutoSize = true;
205 this.label5.BackColor = System.Drawing.Color.Transparent;
206 this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
207 this.label5.Location = new System.Drawing.Point(5, 114);
208 this.label5.Name = "label5";
209 this.label5.Size = new System.Drawing.Size(86, 26);
210 this.label5.TabIndex = 8;
211 this.label5.Text = "B";
212 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
213 //
214 // lblB
215 //
216 this.lblB.AutoSize = true;
217 this.lblB.BackColor = System.Drawing.Color.Transparent;
218 this.lblB.Dock = System.Windows.Forms.DockStyle.Fill;
219 this.lblB.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
220 this.lblB.Location = new System.Drawing.Point(99, 114);
221 this.lblB.Name = "lblB";
222 this.lblB.Size = new System.Drawing.Size(84, 26);
223 this.lblB.TabIndex = 9;
224 this.lblB.Text = "lbl";
225 this.lblB.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
226 //
227 // label7
228 //
229 this.label7.AutoSize = true;
230 this.label7.BackColor = System.Drawing.Color.Transparent;
231 this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
232 this.label7.Location = new System.Drawing.Point(5, 142);
233 this.label7.Name = "label7";
234 this.label7.Size = new System.Drawing.Size(86, 26);
235 this.label7.TabIndex = 11;
236 this.label7.Text = "補正前合計";
237 this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
238 //
239 // lblTotalBeforeSkill
240 //
241 this.lblTotalBeforeSkill.AutoSize = true;
242 this.lblTotalBeforeSkill.BackColor = System.Drawing.Color.Transparent;
243 this.lblTotalBeforeSkill.Dock = System.Windows.Forms.DockStyle.Fill;
244 this.lblTotalBeforeSkill.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
245 this.lblTotalBeforeSkill.Location = new System.Drawing.Point(99, 142);
246 this.lblTotalBeforeSkill.Name = "lblTotalBeforeSkill";
247 this.lblTotalBeforeSkill.Size = new System.Drawing.Size(84, 26);
248 this.lblTotalBeforeSkill.TabIndex = 14;
249 this.lblTotalBeforeSkill.Text = "label9";
250 this.lblTotalBeforeSkill.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
251 //
252 // label8
253 //
254 this.label8.AutoSize = true;
255 this.label8.BackColor = System.Drawing.Color.Transparent;
256 this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
257 this.label8.Location = new System.Drawing.Point(5, 170);
258 this.label8.Name = "label8";
259 this.label8.Size = new System.Drawing.Size(86, 26);
260 this.label8.TabIndex = 12;
261 this.label8.Text = "スキル補正分";
262 this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
263 //
264 // lblSkill
265 //
266 this.lblSkill.AutoSize = true;
267 this.lblSkill.BackColor = System.Drawing.Color.Transparent;
268 this.lblSkill.Dock = System.Windows.Forms.DockStyle.Fill;
269 this.lblSkill.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
270 this.lblSkill.Location = new System.Drawing.Point(99, 170);
271 this.lblSkill.Name = "lblSkill";
272 this.lblSkill.Size = new System.Drawing.Size(84, 26);
273 this.lblSkill.TabIndex = 15;
274 this.lblSkill.Text = "label9";
275 this.lblSkill.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
276 //
277 // label9
278 //
279 this.label9.AutoSize = true;
280 this.label9.BackColor = System.Drawing.Color.Transparent;
281 this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
282 this.label9.Location = new System.Drawing.Point(5, 198);
283 this.label9.Name = "label9";
284 this.label9.Size = new System.Drawing.Size(86, 26);
285 this.label9.TabIndex = 16;
286 this.label9.Text = "合計";
287 this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
288 //
289 // lblTotal
290 //
291 this.lblTotal.AutoSize = true;
292 this.lblTotal.BackColor = System.Drawing.Color.Transparent;
293 this.lblTotal.Dock = System.Windows.Forms.DockStyle.Fill;
294 this.lblTotal.Font = new System.Drawing.Font("MS ゴシック", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
295 this.lblTotal.Location = new System.Drawing.Point(99, 198);
296 this.lblTotal.Name = "lblTotal";
297 this.lblTotal.Size = new System.Drawing.Size(84, 26);
298 this.lblTotal.TabIndex = 17;
299 this.lblTotal.Text = "label10";
300 this.lblTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
301 //
302 // label6
303 //
304 this.label6.AutoSize = true;
305 this.label6.BackColor = System.Drawing.Color.Transparent;
306 this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
307 this.label6.Location = new System.Drawing.Point(191, 2);
308 this.label6.Name = "label6";
309 this.label6.Size = new System.Drawing.Size(276, 26);
310 this.label6.TabIndex = 18;
311 this.label6.Text = "ユニット編成画面で表示される、楽曲と同じ属性の属性ステータス";
312 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
313 //
314 // label10
315 //
316 this.label10.AutoSize = true;
317 this.label10.BackColor = System.Drawing.Color.Transparent;
318 this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
319 this.label10.Location = new System.Drawing.Point(191, 30);
320 this.label10.Name = "label10";
321 this.label10.Size = new System.Drawing.Size(276, 26);
322 this.label10.TabIndex = 19;
323 this.label10.Text = "楽曲と同じ属性のメンバーの絆pt";
324 this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
325 //
326 // label11
327 //
328 this.label11.AutoSize = true;
329 this.label11.BackColor = System.Drawing.Color.Transparent;
330 this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
331 this.label11.Location = new System.Drawing.Point(191, 58);
332 this.label11.Name = "label11";
333 this.label11.Size = new System.Drawing.Size(276, 26);
334 this.label11.TabIndex = 20;
335 this.label11.Text = "自ユニットのセンタースキル補正(人数で按分)";
336 this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
337 //
338 // label12
339 //
340 this.label12.AutoSize = true;
341 this.label12.BackColor = System.Drawing.Color.Transparent;
342 this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
343 this.label12.Location = new System.Drawing.Point(191, 86);
344 this.label12.Name = "label12";
345 this.label12.Size = new System.Drawing.Size(276, 26);
346 this.label12.TabIndex = 21;
347 this.label12.Text = "属性ステータス";
348 this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
349 //
350 // label13
351 //
352 this.label13.AutoSize = true;
353 this.label13.BackColor = System.Drawing.Color.Transparent;
354 this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
355 this.label13.Location = new System.Drawing.Point(191, 114);
356 this.label13.Name = "label13";
357 this.label13.Size = new System.Drawing.Size(276, 26);
358 this.label13.TabIndex = 22;
359 this.label13.Text = "(ユニットの補正込の属性ステータスSf) × 0.0125";
360 this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
361 //
362 // label14
363 //
364 this.label14.AutoSize = true;
365 this.label14.BackColor = System.Drawing.Color.Transparent;
366 this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
367 this.label14.Location = new System.Drawing.Point(191, 142);
368 this.label14.Name = "label14";
369 this.label14.Size = new System.Drawing.Size(276, 26);
370 this.label14.TabIndex = 23;
371 this.label14.Text = "スキル補正前獲得スコア合計";
372 this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
373 //
374 // label15
375 //
376 this.label15.AutoSize = true;
377 this.label15.BackColor = System.Drawing.Color.Transparent;
378 this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
379 this.label15.Location = new System.Drawing.Point(191, 170);
380 this.label15.Name = "label15";
381 this.label15.Size = new System.Drawing.Size(276, 26);
382 this.label15.TabIndex = 24;
383 this.label15.Text = "スキル発動での取得スコア";
384 this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
385 //
386 // UnitDetailForm
387 //
388 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
389 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
390 this.ClientSize = new System.Drawing.Size(470, 231);
391 this.Controls.Add(this.tableLayoutPanel1);
392 this.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
393 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
394 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
395 this.Name = "UnitDetailForm";
396 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
397 this.Text = "詳細";
398 this.Load += new System.EventHandler(this.UnitDetailForm_Load);
399 this.tableLayoutPanel1.ResumeLayout(false);
400 this.tableLayoutPanel1.PerformLayout();
401 this.ResumeLayout(false);
402
403 }
404
405 #endregion
406
407 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
408 private System.Windows.Forms.Label label1;
409 private System.Windows.Forms.Label label2;
410 private System.Windows.Forms.Label label3;
411 private System.Windows.Forms.Label label4;
412 private System.Windows.Forms.Label lblSi;
413 private System.Windows.Forms.Label lblK;
414 private System.Windows.Forms.Label lblC1;
415 private System.Windows.Forms.Label lblSf;
416 private System.Windows.Forms.Label label5;
417 private System.Windows.Forms.Label lblB;
418 private System.Windows.Forms.Label label7;
419 private System.Windows.Forms.Label label8;
420 private System.Windows.Forms.Label lblTotalBeforeSkill;
421 private System.Windows.Forms.Label lblSkill;
422 private System.Windows.Forms.Label label9;
423 private System.Windows.Forms.Label lblTotal;
424 private System.Windows.Forms.Label label6;
425 private System.Windows.Forms.Label label10;
426 private System.Windows.Forms.Label label11;
427 private System.Windows.Forms.Label label12;
428 private System.Windows.Forms.Label label13;
429 private System.Windows.Forms.Label label14;
430 private System.Windows.Forms.Label label15;
431 }
432 }

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