Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (show annotations) (download)
Fri Jun 6 12:57:06 2014 UTC (9 years, 11 months ago) by kayochin_3141
File size: 37107 byte(s)
自動入力→int.minvalue不具合
1 namespace SchoolIdolFestivalSimulator.Main {
2 partial class EditMemberForm {
3 /// <summary>
4 /// Required designer variable.
5 /// </summary>
6 private System.ComponentModel.IContainer components = null;
7
8 /// <summary>
9 /// Clean up any resources being used.
10 /// </summary>
11 /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
20
21 /// <summary>
22 /// Required method for Designer support - do not modify
23 /// the contents of this method with the code editor.
24 /// </summary>
25 private void InitializeComponent() {
26 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditMemberForm));
27 this.label1 = new System.Windows.Forms.Label();
28 this.label2 = new System.Windows.Forms.Label();
29 this.pct = new System.Windows.Forms.PictureBox();
30 this.label3 = new System.Windows.Forms.Label();
31 this.label4 = new System.Windows.Forms.Label();
32 this.label5 = new System.Windows.Forms.Label();
33 this.cboStatusType = new System.Windows.Forms.ComboBox();
34 this.label6 = new System.Windows.Forms.Label();
35 this.label7 = new System.Windows.Forms.Label();
36 this.label8 = new System.Windows.Forms.Label();
37 this.label9 = new System.Windows.Forms.Label();
38 this.groupBox1 = new System.Windows.Forms.GroupBox();
39 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
40 this.label10 = new System.Windows.Forms.Label();
41 this.txtSkillName = new System.Windows.Forms.TextBox();
42 this.label11 = new System.Windows.Forms.Label();
43 this.txtSkillLevel = new SQLReport.Main.NumericTextBox();
44 this.label12 = new System.Windows.Forms.Label();
45 this.cboSkillRaiseType = new System.Windows.Forms.ComboBox();
46 this.cboSkillUpType = new System.Windows.Forms.ComboBox();
47 this.label13 = new System.Windows.Forms.Label();
48 this.label16 = new System.Windows.Forms.Label();
49 this.label14 = new System.Windows.Forms.Label();
50 this.cboCenterSkill = new System.Windows.Forms.ComboBox();
51 this.label15 = new System.Windows.Forms.Label();
52 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
53 this.txtCardNo = new SQLReport.Main.NumericTextBox();
54 this.cboName = new System.Windows.Forms.ComboBox();
55 this.cboRarity = new System.Windows.Forms.ComboBox();
56 this.label17 = new System.Windows.Forms.Label();
57 this.txtBonds = new SQLReport.Main.NumericTextBox();
58 this.txtStamina = new SQLReport.Main.NumericTextBox();
59 this.txtSmileValue = new SQLReport.Main.NumericTextBox();
60 this.txtPureValue = new SQLReport.Main.NumericTextBox();
61 this.txtCoolValue = new SQLReport.Main.NumericTextBox();
62 this.cmdMax = new System.Windows.Forms.Button();
63 this.cmdSearch = new System.Windows.Forms.Button();
64 this.cmdAwakenMax = new System.Windows.Forms.Button();
65 this.panel1 = new System.Windows.Forms.Panel();
66 this.cmdContinue = new System.Windows.Forms.Button();
67 this.cmdCancel = new System.Windows.Forms.Button();
68 this.cmdOK = new System.Windows.Forms.Button();
69 this.txtSkillUpValue = new SQLReport.Main.NumericTextBox();
70 this.txtSkillRatio = new SQLReport.Main.NumericTextBox();
71 this.txtSkillRaiseCount = new SQLReport.Main.NumericTextBox();
72 ((System.ComponentModel.ISupportInitialize)(this.pct)).BeginInit();
73 this.groupBox1.SuspendLayout();
74 this.tableLayoutPanel2.SuspendLayout();
75 this.tableLayoutPanel1.SuspendLayout();
76 this.panel1.SuspendLayout();
77 this.SuspendLayout();
78 //
79 // label1
80 //
81 this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
82 this.label1.AutoSize = true;
83 this.label1.Location = new System.Drawing.Point(42, 36);
84 this.label1.Name = "label1";
85 this.label1.Size = new System.Drawing.Size(35, 12);
86 this.label1.TabIndex = 0;
87 this.label1.Text = "名前:";
88 //
89 // label2
90 //
91 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
92 this.label2.AutoSize = true;
93 this.label2.Location = new System.Drawing.Point(233, 43);
94 this.label2.Name = "label2";
95 this.label2.Size = new System.Drawing.Size(46, 12);
96 this.label2.TabIndex = 2;
97 this.label2.Text = "アイコン:";
98 //
99 // pct
100 //
101 this.tableLayoutPanel1.SetColumnSpan(this.pct, 3);
102 this.pct.Location = new System.Drawing.Point(233, 58);
103 this.pct.Name = "pct";
104 this.tableLayoutPanel1.SetRowSpan(this.pct, 3);
105 this.pct.Size = new System.Drawing.Size(76, 70);
106 this.pct.TabIndex = 3;
107 this.pct.TabStop = false;
108 //
109 // label3
110 //
111 this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
112 this.label3.AutoSize = true;
113 this.label3.Location = new System.Drawing.Point(52, 8);
114 this.label3.Name = "label3";
115 this.label3.Size = new System.Drawing.Size(25, 12);
116 this.label3.TabIndex = 4;
117 this.label3.Text = "No:";
118 //
119 // label4
120 //
121 this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
122 this.label4.AutoSize = true;
123 this.label4.Location = new System.Drawing.Point(54, 113);
124 this.label4.Name = "label4";
125 this.label4.Size = new System.Drawing.Size(23, 12);
126 this.label4.TabIndex = 6;
127 this.label4.Text = "絆:";
128 //
129 // label5
130 //
131 this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
132 this.label5.AutoSize = true;
133 this.label5.Location = new System.Drawing.Point(42, 88);
134 this.label5.Name = "label5";
135 this.label5.Size = new System.Drawing.Size(35, 12);
136 this.label5.TabIndex = 8;
137 this.label5.Text = "属性:";
138 //
139 // cboStatusType
140 //
141 this.cboStatusType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
142 this.cboStatusType.FormattingEnabled = true;
143 this.cboStatusType.Items.AddRange(new object[] {
144 "スマイル",
145 "ピュア",
146 "クール"});
147 this.cboStatusType.Location = new System.Drawing.Point(83, 84);
148 this.cboStatusType.Name = "cboStatusType";
149 this.cboStatusType.Size = new System.Drawing.Size(144, 20);
150 this.cboStatusType.TabIndex = 4;
151 //
152 // label6
153 //
154 this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
155 this.label6.AutoSize = true;
156 this.label6.Location = new System.Drawing.Point(42, 140);
157 this.label6.Name = "label6";
158 this.label6.Size = new System.Drawing.Size(35, 12);
159 this.label6.TabIndex = 10;
160 this.label6.Text = "体力:";
161 //
162 // label7
163 //
164 this.label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
165 this.label7.AutoSize = true;
166 this.label7.Location = new System.Drawing.Point(29, 169);
167 this.label7.Name = "label7";
168 this.label7.Size = new System.Drawing.Size(48, 12);
169 this.label7.TabIndex = 12;
170 this.label7.Text = "スマイル:";
171 //
172 // label8
173 //
174 this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
175 this.label8.AutoSize = true;
176 this.label8.Location = new System.Drawing.Point(40, 196);
177 this.label8.Name = "label8";
178 this.label8.Size = new System.Drawing.Size(37, 12);
179 this.label8.TabIndex = 13;
180 this.label8.Text = "ピュア:";
181 //
182 // label9
183 //
184 this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right;
185 this.label9.AutoSize = true;
186 this.label9.Location = new System.Drawing.Point(38, 222);
187 this.label9.Name = "label9";
188 this.label9.Size = new System.Drawing.Size(39, 12);
189 this.label9.TabIndex = 14;
190 this.label9.Text = "クール:";
191 //
192 // groupBox1
193 //
194 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
195 this.groupBox1.Location = new System.Drawing.Point(351, 5);
196 this.groupBox1.Name = "groupBox1";
197 this.groupBox1.Size = new System.Drawing.Size(313, 223);
198 this.groupBox1.TabIndex = 1;
199 this.groupBox1.TabStop = false;
200 this.groupBox1.Text = "スキル";
201 //
202 // tableLayoutPanel2
203 //
204 this.tableLayoutPanel2.ColumnCount = 4;
205 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 86F));
206 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F));
207 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 151F));
208 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
209 this.tableLayoutPanel2.Controls.Add(this.label10, 0, 0);
210 this.tableLayoutPanel2.Controls.Add(this.txtSkillName, 1, 0);
211 this.tableLayoutPanel2.Controls.Add(this.label11, 0, 1);
212 this.tableLayoutPanel2.Controls.Add(this.txtSkillLevel, 1, 1);
213 this.tableLayoutPanel2.Controls.Add(this.label12, 2, 3);
214 this.tableLayoutPanel2.Controls.Add(this.cboSkillRaiseType, 1, 2);
215 this.tableLayoutPanel2.Controls.Add(this.cboSkillUpType, 1, 5);
216 this.tableLayoutPanel2.Controls.Add(this.label13, 2, 5);
217 this.tableLayoutPanel2.Controls.Add(this.label16, 2, 4);
218 this.tableLayoutPanel2.Controls.Add(this.label14, 2, 6);
219 this.tableLayoutPanel2.Controls.Add(this.cboCenterSkill, 1, 7);
220 this.tableLayoutPanel2.Controls.Add(this.label15, 0, 7);
221 this.tableLayoutPanel2.Controls.Add(this.txtSkillUpValue, 1, 6);
222 this.tableLayoutPanel2.Controls.Add(this.txtSkillRatio, 1, 4);
223 this.tableLayoutPanel2.Controls.Add(this.txtSkillRaiseCount, 1, 3);
224 this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 14);
225 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
226 this.tableLayoutPanel2.RowCount = 12;
227 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
228 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
229 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
230 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
231 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
232 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
233 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
234 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
235 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
236 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
237 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
238 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
239 this.tableLayoutPanel2.Size = new System.Drawing.Size(301, 208);
240 this.tableLayoutPanel2.TabIndex = 21;
241 //
242 // label10
243 //
244 this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
245 this.label10.AutoSize = true;
246 this.label10.Location = new System.Drawing.Point(31, 6);
247 this.label10.Name = "label10";
248 this.label10.Size = new System.Drawing.Size(52, 12);
249 this.label10.TabIndex = 0;
250 this.label10.Text = "スキル名:";
251 //
252 // txtSkillName
253 //
254 this.txtSkillName.Location = new System.Drawing.Point(89, 3);
255 this.txtSkillName.Name = "txtSkillName";
256 this.txtSkillName.Size = new System.Drawing.Size(130, 19);
257 this.txtSkillName.TabIndex = 1;
258 //
259 // label11
260 //
261 this.label11.Anchor = System.Windows.Forms.AnchorStyles.Right;
262 this.label11.AutoSize = true;
263 this.label11.Location = new System.Drawing.Point(43, 31);
264 this.label11.Name = "label11";
265 this.label11.Size = new System.Drawing.Size(40, 12);
266 this.label11.TabIndex = 2;
267 this.label11.Text = "レベル:";
268 //
269 // txtSkillLevel
270 //
271 this.txtSkillLevel.Location = new System.Drawing.Point(89, 28);
272 this.txtSkillLevel.Name = "txtSkillLevel";
273 this.txtSkillLevel.Size = new System.Drawing.Size(70, 19);
274 this.txtSkillLevel.TabIndex = 2;
275 //
276 // label12
277 //
278 this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
279 this.label12.AutoSize = true;
280 this.label12.Location = new System.Drawing.Point(225, 82);
281 this.label12.Name = "label12";
282 this.label12.Size = new System.Drawing.Size(31, 12);
283 this.label12.TabIndex = 6;
284 this.label12.Text = "ごとに";
285 //
286 // cboSkillRaiseType
287 //
288 this.cboSkillRaiseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
289 this.cboSkillRaiseType.FormattingEnabled = true;
290 this.cboSkillRaiseType.Items.AddRange(new object[] {
291 "なし",
292 "コンボ",
293 "リズムアイコン",
294 "PERFECT",
295 "秒",
296 "スコア"});
297 this.cboSkillRaiseType.Location = new System.Drawing.Point(89, 53);
298 this.cboSkillRaiseType.Name = "cboSkillRaiseType";
299 this.cboSkillRaiseType.Size = new System.Drawing.Size(130, 20);
300 this.cboSkillRaiseType.TabIndex = 3;
301 //
302 // cboSkillUpType
303 //
304 this.cboSkillUpType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
305 this.cboSkillUpType.FormattingEnabled = true;
306 this.cboSkillUpType.Items.AddRange(new object[] {
307 "なし",
308 "スコア",
309 "体力",
310 "判定"});
311 this.cboSkillUpType.Location = new System.Drawing.Point(89, 129);
312 this.cboSkillUpType.Name = "cboSkillUpType";
313 this.cboSkillUpType.Size = new System.Drawing.Size(130, 20);
314 this.cboSkillUpType.TabIndex = 6;
315 //
316 // label13
317 //
318 this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
319 this.label13.AutoSize = true;
320 this.label13.Location = new System.Drawing.Point(225, 133);
321 this.label13.Name = "label13";
322 this.label13.Size = new System.Drawing.Size(15, 12);
323 this.label13.TabIndex = 8;
324 this.label13.Text = "が";
325 //
326 // label16
327 //
328 this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
329 this.label16.AutoSize = true;
330 this.label16.Location = new System.Drawing.Point(225, 107);
331 this.label16.Name = "label16";
332 this.label16.Size = new System.Drawing.Size(61, 12);
333 this.label16.TabIndex = 14;
334 this.label16.Text = "%の確率で";
335 //
336 // label14
337 //
338 this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
339 this.label14.AutoSize = true;
340 this.label14.Location = new System.Drawing.Point(225, 158);
341 this.label14.Name = "label14";
342 this.label14.Size = new System.Drawing.Size(36, 12);
343 this.label14.TabIndex = 10;
344 this.label14.Text = "上がる";
345 //
346 // cboCenterSkill
347 //
348 this.cboCenterSkill.Anchor = System.Windows.Forms.AnchorStyles.Left;
349 this.tableLayoutPanel2.SetColumnSpan(this.cboCenterSkill, 2);
350 this.cboCenterSkill.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
351 this.cboCenterSkill.FormattingEnabled = true;
352 this.cboCenterSkill.Items.AddRange(new object[] {
353 "なし",
354 "スマイルパワー",
355 "ピュアパワー",
356 "クールパワー",
357 "スマイルハート",
358 "ピュアハート",
359 "クールハート",
360 "スマイルプリンセス",
361 "ピュアエンジェル",
362 "クールエンプレス",
363 "スマイルエンジェル",
364 "スマイルエンプレス",
365 "ピュアプリンセス",
366 "ピュアエンプレス",
367 "クールプリンセス",
368 "クールエンジェル"});
369 this.cboCenterSkill.Location = new System.Drawing.Point(89, 180);
370 this.cboCenterSkill.Name = "cboCenterSkill";
371 this.cboCenterSkill.Size = new System.Drawing.Size(167, 20);
372 this.cboCenterSkill.TabIndex = 8;
373 //
374 // label15
375 //
376 this.label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
377 this.label15.AutoSize = true;
378 this.label15.Location = new System.Drawing.Point(6, 184);
379 this.label15.Name = "label15";
380 this.label15.Size = new System.Drawing.Size(77, 12);
381 this.label15.TabIndex = 11;
382 this.label15.Text = "センタースキル:";
383 //
384 // tableLayoutPanel1
385 //
386 this.tableLayoutPanel1.ColumnCount = 8;
387 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
388 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
389 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
390 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 52F));
391 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));
392 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
393 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
394 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
395 this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
396 this.tableLayoutPanel1.Controls.Add(this.txtCardNo, 1, 0);
397 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
398 this.tableLayoutPanel1.Controls.Add(this.cboName, 1, 1);
399 this.tableLayoutPanel1.Controls.Add(this.label9, 0, 10);
400 this.tableLayoutPanel1.Controls.Add(this.label8, 0, 7);
401 this.tableLayoutPanel1.Controls.Add(this.label7, 0, 6);
402 this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
403 this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);
404 this.tableLayoutPanel1.Controls.Add(this.label5, 0, 3);
405 this.tableLayoutPanel1.Controls.Add(this.cboRarity, 1, 2);
406 this.tableLayoutPanel1.Controls.Add(this.label17, 0, 2);
407 this.tableLayoutPanel1.Controls.Add(this.cboStatusType, 1, 3);
408 this.tableLayoutPanel1.Controls.Add(this.txtBonds, 1, 4);
409 this.tableLayoutPanel1.Controls.Add(this.txtStamina, 1, 5);
410 this.tableLayoutPanel1.Controls.Add(this.txtSmileValue, 1, 6);
411 this.tableLayoutPanel1.Controls.Add(this.txtPureValue, 1, 7);
412 this.tableLayoutPanel1.Controls.Add(this.txtCoolValue, 1, 10);
413 this.tableLayoutPanel1.Controls.Add(this.cmdMax, 2, 5);
414 this.tableLayoutPanel1.Controls.Add(this.pct, 2, 2);
415 this.tableLayoutPanel1.Controls.Add(this.label2, 2, 1);
416 this.tableLayoutPanel1.Controls.Add(this.cmdSearch, 2, 0);
417 this.tableLayoutPanel1.Controls.Add(this.cmdAwakenMax, 2, 6);
418 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 5);
419 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
420 this.tableLayoutPanel1.RowCount = 16;
421 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
422 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
423 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
424 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
425 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
426 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
427 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
428 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
429 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
430 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
431 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
432 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 14F));
433 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
434 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
435 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
436 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
437 this.tableLayoutPanel1.Size = new System.Drawing.Size(345, 241);
438 this.tableLayoutPanel1.TabIndex = 0;
439 //
440 // txtCardNo
441 //
442 this.txtCardNo.Location = new System.Drawing.Point(83, 3);
443 this.txtCardNo.Name = "txtCardNo";
444 this.txtCardNo.Size = new System.Drawing.Size(100, 19);
445 this.txtCardNo.TabIndex = 0;
446 //
447 // cboName
448 //
449 this.cboName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
450 this.cboName.FormattingEnabled = true;
451 this.cboName.Items.AddRange(new object[] {
452 "高坂穂乃果",
453 "絢瀬絵里",
454 "南ことり",
455 "園田海未",
456 "星空凛",
457 "西木野真姫",
458 "東條希",
459 "小泉花陽",
460 "矢澤にこ"});
461 this.cboName.Location = new System.Drawing.Point(83, 32);
462 this.cboName.Name = "cboName";
463 this.cboName.Size = new System.Drawing.Size(144, 20);
464 this.cboName.TabIndex = 2;
465 this.cboName.SelectedIndexChanged += new System.EventHandler(this.cboName_SelectedIndexChanged);
466 //
467 // cboRarity
468 //
469 this.cboRarity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
470 this.cboRarity.FormattingEnabled = true;
471 this.cboRarity.Items.AddRange(new object[] {
472 "未覚醒 N",
473 "覚醒済 N",
474 "未覚醒 R",
475 "覚醒済 R",
476 "未覚醒 SR",
477 "覚醒済 SR",
478 "未覚醒 UR",
479 "覚醒済 UR"});
480 this.cboRarity.Location = new System.Drawing.Point(83, 58);
481 this.cboRarity.Name = "cboRarity";
482 this.cboRarity.Size = new System.Drawing.Size(121, 20);
483 this.cboRarity.TabIndex = 3;
484 //
485 // label17
486 //
487 this.label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
488 this.label17.AutoSize = true;
489 this.label17.Location = new System.Drawing.Point(25, 62);
490 this.label17.Name = "label17";
491 this.label17.Size = new System.Drawing.Size(52, 12);
492 this.label17.TabIndex = 17;
493 this.label17.Text = "レアリティ:";
494 //
495 // txtBonds
496 //
497 this.txtBonds.Location = new System.Drawing.Point(83, 110);
498 this.txtBonds.Name = "txtBonds";
499 this.txtBonds.Size = new System.Drawing.Size(100, 19);
500 this.txtBonds.TabIndex = 5;
501 //
502 // txtStamina
503 //
504 this.txtStamina.Location = new System.Drawing.Point(83, 135);
505 this.txtStamina.Name = "txtStamina";
506 this.txtStamina.Size = new System.Drawing.Size(100, 19);
507 this.txtStamina.TabIndex = 6;
508 //
509 // txtSmileValue
510 //
511 this.txtSmileValue.Location = new System.Drawing.Point(83, 164);
512 this.txtSmileValue.Name = "txtSmileValue";
513 this.txtSmileValue.Size = new System.Drawing.Size(100, 19);
514 this.txtSmileValue.TabIndex = 7;
515 //
516 // txtPureValue
517 //
518 this.txtPureValue.Location = new System.Drawing.Point(83, 193);
519 this.txtPureValue.Name = "txtPureValue";
520 this.txtPureValue.Size = new System.Drawing.Size(100, 19);
521 this.txtPureValue.TabIndex = 8;
522 //
523 // txtCoolValue
524 //
525 this.txtCoolValue.Location = new System.Drawing.Point(83, 218);
526 this.txtCoolValue.Name = "txtCoolValue";
527 this.txtCoolValue.Size = new System.Drawing.Size(100, 19);
528 this.txtCoolValue.TabIndex = 9;
529 //
530 // cmdMax
531 //
532 this.tableLayoutPanel1.SetColumnSpan(this.cmdMax, 2);
533 this.cmdMax.Location = new System.Drawing.Point(233, 135);
534 this.cmdMax.Name = "cmdMax";
535 this.cmdMax.Size = new System.Drawing.Size(103, 23);
536 this.cmdMax.TabIndex = 10;
537 this.cmdMax.Text = "未覚醒絆LvMax";
538 this.cmdMax.UseVisualStyleBackColor = true;
539 this.cmdMax.Click += new System.EventHandler(this.cmdMax_Click);
540 //
541 // cmdSearch
542 //
543 this.tableLayoutPanel1.SetColumnSpan(this.cmdSearch, 2);
544 this.cmdSearch.Location = new System.Drawing.Point(233, 3);
545 this.cmdSearch.Name = "cmdSearch";
546 this.cmdSearch.Size = new System.Drawing.Size(75, 23);
547 this.cmdSearch.TabIndex = 1;
548 this.cmdSearch.Text = "検索";
549 this.cmdSearch.UseVisualStyleBackColor = true;
550 this.cmdSearch.Click += new System.EventHandler(this.cmdSearch_Click);
551 //
552 // cmdAwakenMax
553 //
554 this.tableLayoutPanel1.SetColumnSpan(this.cmdAwakenMax, 2);
555 this.cmdAwakenMax.Location = new System.Drawing.Point(233, 164);
556 this.cmdAwakenMax.Name = "cmdAwakenMax";
557 this.cmdAwakenMax.Size = new System.Drawing.Size(103, 23);
558 this.cmdAwakenMax.TabIndex = 11;
559 this.cmdAwakenMax.Text = "覚醒済絆LvMax";
560 this.cmdAwakenMax.UseVisualStyleBackColor = true;
561 this.cmdAwakenMax.Click += new System.EventHandler(this.cmdAwakenMax_Click);
562 //
563 // panel1
564 //
565 this.panel1.Controls.Add(this.cmdContinue);
566 this.panel1.Controls.Add(this.cmdCancel);
567 this.panel1.Controls.Add(this.cmdOK);
568 this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
569 this.panel1.Location = new System.Drawing.Point(0, 246);
570 this.panel1.Name = "panel1";
571 this.panel1.Size = new System.Drawing.Size(668, 37);
572 this.panel1.TabIndex = 20;
573 //
574 // cmdContinue
575 //
576 this.cmdContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
577 this.cmdContinue.Location = new System.Drawing.Point(475, 8);
578 this.cmdContinue.Name = "cmdContinue";
579 this.cmdContinue.Size = new System.Drawing.Size(75, 23);
580 this.cmdContinue.TabIndex = 1;
581 this.cmdContinue.Text = "続けて";
582 this.cmdContinue.UseVisualStyleBackColor = true;
583 this.cmdContinue.Click += new System.EventHandler(this.cmdContinue_Click);
584 //
585 // cmdCancel
586 //
587 this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
588 this.cmdCancel.Location = new System.Drawing.Point(584, 8);
589 this.cmdCancel.Name = "cmdCancel";
590 this.cmdCancel.Size = new System.Drawing.Size(75, 23);
591 this.cmdCancel.TabIndex = 2;
592 this.cmdCancel.Text = "キャンセル";
593 this.cmdCancel.UseVisualStyleBackColor = true;
594 this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
595 //
596 // cmdOK
597 //
598 this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
599 this.cmdOK.Location = new System.Drawing.Point(394, 8);
600 this.cmdOK.Name = "cmdOK";
601 this.cmdOK.Size = new System.Drawing.Size(75, 23);
602 this.cmdOK.TabIndex = 0;
603 this.cmdOK.Text = "OK";
604 this.cmdOK.UseVisualStyleBackColor = true;
605 this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
606 //
607 // txtSkillUpValue
608 //
609 this.txtSkillUpValue.Location = new System.Drawing.Point(89, 155);
610 this.txtSkillUpValue.Name = "txtSkillUpValue";
611 this.txtSkillUpValue.Size = new System.Drawing.Size(100, 19);
612 this.txtSkillUpValue.TabIndex = 7;
613 //
614 // txtSkillRatio
615 //
616 this.txtSkillRatio.Location = new System.Drawing.Point(89, 104);
617 this.txtSkillRatio.Name = "txtSkillRatio";
618 this.txtSkillRatio.Size = new System.Drawing.Size(100, 19);
619 this.txtSkillRatio.TabIndex = 5;
620 //
621 // txtSkillRaiseCount
622 //
623 this.txtSkillRaiseCount.Location = new System.Drawing.Point(89, 79);
624 this.txtSkillRaiseCount.Name = "txtSkillRaiseCount";
625 this.txtSkillRaiseCount.Size = new System.Drawing.Size(100, 19);
626 this.txtSkillRaiseCount.TabIndex = 4;
627 //
628 // EditMemberForm
629 //
630 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
631 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
632 this.ClientSize = new System.Drawing.Size(668, 283);
633 this.Controls.Add(this.panel1);
634 this.Controls.Add(this.tableLayoutPanel1);
635 this.Controls.Add(this.groupBox1);
636 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
637 this.Name = "EditMemberForm";
638 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
639 this.Text = "メンバー登録";
640 this.Load += new System.EventHandler(this.EditMemberForm_Load);
641 ((System.ComponentModel.ISupportInitialize)(this.pct)).EndInit();
642 this.groupBox1.ResumeLayout(false);
643 this.tableLayoutPanel2.ResumeLayout(false);
644 this.tableLayoutPanel2.PerformLayout();
645 this.tableLayoutPanel1.ResumeLayout(false);
646 this.tableLayoutPanel1.PerformLayout();
647 this.panel1.ResumeLayout(false);
648 this.ResumeLayout(false);
649
650 }
651
652 #endregion
653
654 private System.Windows.Forms.Label label1;
655 private System.Windows.Forms.Label label2;
656 private System.Windows.Forms.PictureBox pct;
657 private System.Windows.Forms.Label label3;
658 private SQLReport.Main.NumericTextBox txtCardNo;
659 private System.Windows.Forms.Label label4;
660 private SQLReport.Main.NumericTextBox txtBonds;
661 private System.Windows.Forms.Label label5;
662 private System.Windows.Forms.ComboBox cboStatusType;
663 private System.Windows.Forms.Label label6;
664 private SQLReport.Main.NumericTextBox txtStamina;
665 private System.Windows.Forms.Label label7;
666 private System.Windows.Forms.Label label8;
667 private System.Windows.Forms.Label label9;
668 private SQLReport.Main.NumericTextBox txtSmileValue;
669 private SQLReport.Main.NumericTextBox txtPureValue;
670 private SQLReport.Main.NumericTextBox txtCoolValue;
671 private System.Windows.Forms.GroupBox groupBox1;
672 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
673 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
674 private System.Windows.Forms.Label label14;
675 private System.Windows.Forms.Label label10;
676 private System.Windows.Forms.TextBox txtSkillName;
677 private System.Windows.Forms.Label label13;
678 private System.Windows.Forms.Label label11;
679 private System.Windows.Forms.ComboBox cboSkillUpType;
680 private SQLReport.Main.NumericTextBox txtSkillLevel;
681 private System.Windows.Forms.Label label12;
682 private System.Windows.Forms.ComboBox cboSkillRaiseType;
683 private System.Windows.Forms.Label label15;
684 private System.Windows.Forms.ComboBox cboCenterSkill;
685 private System.Windows.Forms.Panel panel1;
686 private System.Windows.Forms.Button cmdCancel;
687 private System.Windows.Forms.Button cmdOK;
688 private System.Windows.Forms.Label label16;
689 private System.Windows.Forms.ComboBox cboName;
690 private System.Windows.Forms.ComboBox cboRarity;
691 private System.Windows.Forms.Label label17;
692 private System.Windows.Forms.Button cmdContinue;
693 private System.Windows.Forms.Button cmdMax;
694 private System.Windows.Forms.Button cmdSearch;
695 private System.Windows.Forms.Button cmdAwakenMax;
696 private SQLReport.Main.NumericTextBox txtSkillUpValue;
697 private SQLReport.Main.NumericTextBox txtSkillRatio;
698 private SQLReport.Main.NumericTextBox txtSkillRaiseCount;
699 }
700 }

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