-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraghform.Designer.cs
More file actions
249 lines (243 loc) · 13.5 KB
/
graghform.Designer.cs
File metadata and controls
249 lines (243 loc) · 13.5 KB
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
namespace Teamproject1
{
partial class graghform
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(graghform));
this.graphformbutton = new System.Windows.Forms.Button();
this.graphformpicture = new System.Windows.Forms.PictureBox();
this.graphformcopy1 = new System.Windows.Forms.Button();
this.graphformcopy2 = new System.Windows.Forms.Button();
this.weatherinfo = new System.Windows.Forms.Button();
this.malefashion = new System.Windows.Forms.Button();
this.femalefashion = new System.Windows.Forms.Button();
this.agespecific = new System.Windows.Forms.Button();
this.seasonspecific = new System.Windows.Forms.Button();
this.design1 = new System.Windows.Forms.Button();
this.design2 = new System.Windows.Forms.Button();
this.journeylook = new System.Windows.Forms.Button();
this.datelook = new System.Windows.Forms.Button();
this.weddinglook = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.graphformpicture)).BeginInit();
this.SuspendLayout();
//
// graphformbutton
//
this.graphformbutton.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.graphformbutton.Font = new System.Drawing.Font("휴먼둥근헤드라인", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.graphformbutton.Location = new System.Drawing.Point(12, 22);
this.graphformbutton.Name = "graphformbutton";
this.graphformbutton.Size = new System.Drawing.Size(59, 47);
this.graphformbutton.TabIndex = 0;
this.graphformbutton.Text = "<";
this.graphformbutton.UseVisualStyleBackColor = false;
//
// graphformpicture
//
this.graphformpicture.Image = ((System.Drawing.Image)(resources.GetObject("graphformpicture.Image")));
this.graphformpicture.Location = new System.Drawing.Point(12, 84);
this.graphformpicture.Name = "graphformpicture";
this.graphformpicture.Size = new System.Drawing.Size(506, 262);
this.graphformpicture.TabIndex = 1;
this.graphformpicture.TabStop = false;
//
// graphformcopy1
//
this.graphformcopy1.Font = new System.Drawing.Font("나눔스퀘어_ac", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.graphformcopy1.Location = new System.Drawing.Point(12, 321);
this.graphformcopy1.Name = "graphformcopy1";
this.graphformcopy1.Size = new System.Drawing.Size(244, 69);
this.graphformcopy1.TabIndex = 2;
this.graphformcopy1.Text = "패션이 모였다";
this.graphformcopy1.UseVisualStyleBackColor = true;
//
// graphformcopy2
//
this.graphformcopy2.Font = new System.Drawing.Font("나눔스퀘어_ac", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.graphformcopy2.Location = new System.Drawing.Point(12, 396);
this.graphformcopy2.Name = "graphformcopy2";
this.graphformcopy2.Size = new System.Drawing.Size(417, 36);
this.graphformcopy2.TabIndex = 3;
this.graphformcopy2.Text = "날씨에 맞는 옷을 원하는 당신, 무엇을 고르시겠어요?";
this.graphformcopy2.UseVisualStyleBackColor = true;
//
// weatherinfo
//
this.weatherinfo.Font = new System.Drawing.Font("나눔스퀘어_ac Bold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.weatherinfo.ForeColor = System.Drawing.SystemColors.MenuHighlight;
this.weatherinfo.Location = new System.Drawing.Point(12, 438);
this.weatherinfo.Name = "weatherinfo";
this.weatherinfo.Size = new System.Drawing.Size(506, 37);
this.weatherinfo.TabIndex = 4;
this.weatherinfo.Text = "#일교차 #낮은더워 #밤에비올예정 #습해요";
this.weatherinfo.UseVisualStyleBackColor = true;
//
// malefashion
//
this.malefashion.Font = new System.Drawing.Font("나눔바른펜", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.malefashion.Location = new System.Drawing.Point(27, 554);
this.malefashion.Name = "malefashion";
this.malefashion.Size = new System.Drawing.Size(95, 89);
this.malefashion.TabIndex = 5;
this.malefashion.Text = "남자패션";
this.malefashion.UseVisualStyleBackColor = true;
//
// femalefashion
//
this.femalefashion.Font = new System.Drawing.Font("나눔바른펜", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.femalefashion.Location = new System.Drawing.Point(154, 554);
this.femalefashion.Name = "femalefashion";
this.femalefashion.Size = new System.Drawing.Size(93, 89);
this.femalefashion.TabIndex = 6;
this.femalefashion.Text = "여자패션";
this.femalefashion.UseVisualStyleBackColor = true;
//
// agespecific
//
this.agespecific.Font = new System.Drawing.Font("나눔바른펜", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.agespecific.Location = new System.Drawing.Point(279, 554);
this.agespecific.Name = "agespecific";
this.agespecific.Size = new System.Drawing.Size(98, 89);
this.agespecific.TabIndex = 7;
this.agespecific.Text = "나이별패션";
this.agespecific.UseVisualStyleBackColor = true;
//
// seasonspecific
//
this.seasonspecific.Font = new System.Drawing.Font("나눔바른펜", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.seasonspecific.Location = new System.Drawing.Point(406, 554);
this.seasonspecific.Name = "seasonspecific";
this.seasonspecific.Size = new System.Drawing.Size(98, 89);
this.seasonspecific.TabIndex = 8;
this.seasonspecific.Text = "계절패션";
this.seasonspecific.UseVisualStyleBackColor = true;
//
// design1
//
this.design1.Font = new System.Drawing.Font("나눔스퀘어_ac", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.design1.Location = new System.Drawing.Point(12, 699);
this.design1.Name = "design1";
this.design1.Size = new System.Drawing.Size(235, 44);
this.design1.TabIndex = 9;
this.design1.Text = "새로운 패션 추천";
this.design1.UseVisualStyleBackColor = true;
//
// design2
//
this.design2.Font = new System.Drawing.Font("나눔스퀘어_ac", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.design2.Location = new System.Drawing.Point(429, 720);
this.design2.Name = "design2";
this.design2.Size = new System.Drawing.Size(75, 23);
this.design2.TabIndex = 10;
this.design2.Text = "더보기";
this.design2.UseVisualStyleBackColor = true;
//
// journeylook
//
this.journeylook.Font = new System.Drawing.Font("나눔바른펜", 10.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.journeylook.Location = new System.Drawing.Point(27, 802);
this.journeylook.Name = "journeylook";
this.journeylook.Size = new System.Drawing.Size(120, 147);
this.journeylook.TabIndex = 11;
this.journeylook.Text = "여행을 떠나볼까요? 여행룩";
this.journeylook.UseVisualStyleBackColor = true;
//
// datelook
//
this.datelook.Font = new System.Drawing.Font("나눔바른펜", 10.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.datelook.Location = new System.Drawing.Point(195, 802);
this.datelook.Name = "datelook";
this.datelook.Size = new System.Drawing.Size(125, 150);
this.datelook.TabIndex = 12;
this.datelook.Text = "데이트룩 추천받아요~";
this.datelook.UseVisualStyleBackColor = true;
//
// weddinglook
//
this.weddinglook.Font = new System.Drawing.Font("나눔바른펜", 10.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.weddinglook.Location = new System.Drawing.Point(367, 802);
this.weddinglook.Name = "weddinglook";
this.weddinglook.Size = new System.Drawing.Size(127, 150);
this.weddinglook.TabIndex = 13;
this.weddinglook.Text = "결혼식 갈 때 뭐입지?";
this.weddinglook.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Font = new System.Drawing.Font("나눔바른펜", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.button1.Location = new System.Drawing.Point(220, 495);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(90, 36);
this.button1.TabIndex = 14;
this.button1.Text = "해시태그";
this.button1.UseVisualStyleBackColor = true;
//
// graghform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ButtonFace;
this.ClientSize = new System.Drawing.Size(530, 1051);
this.Controls.Add(this.button1);
this.Controls.Add(this.weddinglook);
this.Controls.Add(this.datelook);
this.Controls.Add(this.journeylook);
this.Controls.Add(this.design2);
this.Controls.Add(this.design1);
this.Controls.Add(this.seasonspecific);
this.Controls.Add(this.agespecific);
this.Controls.Add(this.femalefashion);
this.Controls.Add(this.malefashion);
this.Controls.Add(this.weatherinfo);
this.Controls.Add(this.graphformcopy2);
this.Controls.Add(this.graphformcopy1);
this.Controls.Add(this.graphformpicture);
this.Controls.Add(this.graphformbutton);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "graghform";
this.Text = "graghform";
this.Load += new System.EventHandler(this.graghform_Load);
((System.ComponentModel.ISupportInitialize)(this.graphformpicture)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button graphformbutton;
private System.Windows.Forms.PictureBox graphformpicture;
private System.Windows.Forms.Button graphformcopy1;
private System.Windows.Forms.Button graphformcopy2;
private System.Windows.Forms.Button weatherinfo;
private System.Windows.Forms.Button malefashion;
private System.Windows.Forms.Button femalefashion;
private System.Windows.Forms.Button agespecific;
private System.Windows.Forms.Button seasonspecific;
private System.Windows.Forms.Button design1;
private System.Windows.Forms.Button design2;
private System.Windows.Forms.Button journeylook;
private System.Windows.Forms.Button datelook;
private System.Windows.Forms.Button weddinglook;
private System.Windows.Forms.Button button1;
}
}