-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
304 lines (298 loc) · 15.1 KB
/
Form1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
namespace WindowsFormsApplication1
{
partial class Form1
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.selectbtn = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.word_Number = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.FontSize = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.HotTrack;
this.label2.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label2.Location = new System.Drawing.Point(410, 126);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 21);
this.label2.TabIndex = 4;
this.label2.Text = "에서";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(16, 286);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(550, 250);
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.InitialImage = null;
this.pictureBox2.Location = new System.Drawing.Point(16, 12);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(306, 237);
this.pictureBox2.TabIndex = 7;
this.pictureBox2.TabStop = false;
//
// selectbtn
//
this.selectbtn.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.selectbtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.selectbtn.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.selectbtn.Location = new System.Drawing.Point(346, 197);
this.selectbtn.Name = "selectbtn";
this.selectbtn.Size = new System.Drawing.Size(223, 52);
this.selectbtn.TabIndex = 8;
this.selectbtn.Text = "뽑아봅시다!";
this.selectbtn.UseVisualStyleBackColor = false;
this.selectbtn.Click += new System.EventHandler(this.button1_Click);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.BackColor = System.Drawing.SystemColors.HotTrack;
this.checkBox1.Cursor = System.Windows.Forms.Cursors.Default;
this.checkBox1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.checkBox1.Location = new System.Drawing.Point(357, 89);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(48, 16);
this.checkBox1.TabIndex = 9;
this.checkBox1.Text = "국가";
this.checkBox1.UseVisualStyleBackColor = false;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.BackColor = System.Drawing.SystemColors.HotTrack;
this.checkBox2.Cursor = System.Windows.Forms.Cursors.Default;
this.checkBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.checkBox2.Location = new System.Drawing.Point(357, 111);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(48, 16);
this.checkBox2.TabIndex = 10;
this.checkBox2.Text = "동물";
this.checkBox2.UseVisualStyleBackColor = false;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.BackColor = System.Drawing.SystemColors.HotTrack;
this.checkBox3.Cursor = System.Windows.Forms.Cursors.Default;
this.checkBox3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.checkBox3.Location = new System.Drawing.Point(357, 133);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(48, 16);
this.checkBox3.TabIndex = 11;
this.checkBox3.Text = "과일";
this.checkBox3.UseVisualStyleBackColor = false;
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.BackColor = System.Drawing.SystemColors.HotTrack;
this.checkBox4.Cursor = System.Windows.Forms.Cursors.Default;
this.checkBox4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.checkBox4.Location = new System.Drawing.Point(357, 155);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(48, 16);
this.checkBox4.TabIndex = 12;
this.checkBox4.Text = "음식";
this.checkBox4.UseVisualStyleBackColor = false;
this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
//
// pictureBox3
//
this.pictureBox3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBox3.BackColor = System.Drawing.SystemColors.HotTrack;
this.pictureBox3.Location = new System.Drawing.Point(346, 84);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(223, 95);
this.pictureBox3.TabIndex = 13;
this.pictureBox3.TabStop = false;
//
// word_Number
//
this.word_Number.Location = new System.Drawing.Point(468, 128);
this.word_Number.Name = "word_Number";
this.word_Number.Size = new System.Drawing.Size(66, 21);
this.word_Number.TabIndex = 14;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.SystemColors.HotTrack;
this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label3.Location = new System.Drawing.Point(540, 131);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(21, 12);
this.label3.TabIndex = 15;
this.label3.Text = "개!";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.HotTrack;
this.label1.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(374, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(169, 24);
this.label1.TabIndex = 16;
this.label1.Text = "ㅣ선택 상자ㅣ";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.LinkVisited = true;
this.linkLabel1.Location = new System.Drawing.Point(93, 252);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(114, 12);
this.linkLabel1.TabIndex = 17;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "inghyunho.blog.me";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 252);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(82, 12);
this.label4.TabIndex = 18;
this.label4.Text = "Developed by";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.SystemColors.HotTrack;
this.label5.Location = new System.Drawing.Point(466, 152);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(63, 24);
this.label5.TabIndex = 19;
this.label5.Text = "*최대 40개\r\n\r\n";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// FontSize
//
this.FontSize.Location = new System.Drawing.Point(530, 255);
this.FontSize.Name = "FontSize";
this.FontSize.Size = new System.Drawing.Size(31, 21);
this.FontSize.TabIndex = 20;
this.FontSize.Text = "28";
this.FontSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.FontSize.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(449, 258);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(80, 12);
this.label6.TabIndex = 21;
this.label6.Text = "Set Font Size";
this.label6.Click += new System.EventHandler(this.label6_Click);
//
// Form1
//
this.AcceptButton = this.selectbtn;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Highlight;
this.ClientSize = new System.Drawing.Size(584, 561);
this.Controls.Add(this.label6);
this.Controls.Add(this.FontSize);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label1);
this.Controls.Add(this.label3);
this.Controls.Add(this.word_Number);
this.Controls.Add(this.checkBox4);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.selectbtn);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox3);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(600, 600);
this.MinimumSize = new System.Drawing.Size(600, 600);
this.Name = "Form1";
this.Text = "Random Pick";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button selectbtn;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.TextBox word_Number;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox FontSize;
private System.Windows.Forms.Label label6;
}
}