-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshowfashionform.Designer.cs
More file actions
209 lines (204 loc) · 11.3 KB
/
showfashionform.Designer.cs
File metadata and controls
209 lines (204 loc) · 11.3 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
namespace Teamproject1
{
partial class showfashionform
{
/// <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(showfashionform));
this.showfasionmainbutton = new System.Windows.Forms.Button();
this.showfashioncopy = new System.Windows.Forms.Button();
this.showfasioncopy2 = new System.Windows.Forms.TextBox();
this.expicture1 = new System.Windows.Forms.PictureBox();
this.expicture2 = new System.Windows.Forms.PictureBox();
this.showother = new System.Windows.Forms.Button();
this.toprecommand = new System.Windows.Forms.Button();
this.bottomrecommand = new System.Windows.Forms.Button();
this.accessory = new System.Windows.Forms.Button();
this.extra = new System.Windows.Forms.Button();
this.question = new System.Windows.Forms.Button();
this.extradesign = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.expicture1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.expicture2)).BeginInit();
this.SuspendLayout();
//
// showfasionmainbutton
//
this.showfasionmainbutton.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.showfasionmainbutton.Font = new System.Drawing.Font("나눔스퀘어_ac ExtraBold", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.showfasionmainbutton.ForeColor = System.Drawing.SystemColors.ControlText;
this.showfasionmainbutton.Location = new System.Drawing.Point(12, 12);
this.showfasionmainbutton.Name = "showfasionmainbutton";
this.showfasionmainbutton.Size = new System.Drawing.Size(57, 51);
this.showfasionmainbutton.TabIndex = 1;
this.showfasionmainbutton.Text = "< ";
this.showfasionmainbutton.UseVisualStyleBackColor = false;
//
// showfashioncopy
//
this.showfashioncopy.Font = new System.Drawing.Font("나눔스퀘어라운드 Regular", 18F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.showfashioncopy.Location = new System.Drawing.Point(28, 69);
this.showfashioncopy.Name = "showfashioncopy";
this.showfashioncopy.Size = new System.Drawing.Size(442, 87);
this.showfashioncopy.TabIndex = 2;
this.showfashioncopy.Text = "날씨에 어울리는 최고의 착장은?";
this.showfashioncopy.UseVisualStyleBackColor = true;
//
// showfasioncopy2
//
this.showfasioncopy2.Font = new System.Drawing.Font("나눔스퀘어_ac Bold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.showfasioncopy2.Location = new System.Drawing.Point(28, 168);
this.showfasioncopy2.Name = "showfasioncopy2";
this.showfasioncopy2.Size = new System.Drawing.Size(317, 24);
this.showfasioncopy2.TabIndex = 3;
this.showfasioncopy2.Text = "오늘같은 날씨엔 이 옷이 딱이에요!";
this.showfasioncopy2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// expicture1
//
this.expicture1.Image = ((System.Drawing.Image)(resources.GetObject("expicture1.Image")));
this.expicture1.Location = new System.Drawing.Point(42, 227);
this.expicture1.Name = "expicture1";
this.expicture1.Size = new System.Drawing.Size(243, 280);
this.expicture1.TabIndex = 4;
this.expicture1.TabStop = false;
//
// expicture2
//
this.expicture2.Image = ((System.Drawing.Image)(resources.GetObject("expicture2.Image")));
this.expicture2.Location = new System.Drawing.Point(331, 227);
this.expicture2.Name = "expicture2";
this.expicture2.Size = new System.Drawing.Size(245, 280);
this.expicture2.TabIndex = 5;
this.expicture2.TabStop = false;
//
// showother
//
this.showother.Font = new System.Drawing.Font("나눔스퀘어_ac Bold", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.showother.Location = new System.Drawing.Point(42, 544);
this.showother.Name = "showother";
this.showother.Size = new System.Drawing.Size(187, 50);
this.showother.TabIndex = 6;
this.showother.Text = "다른 착장 보기";
this.showother.UseVisualStyleBackColor = true;
//
// toprecommand
//
this.toprecommand.Font = new System.Drawing.Font("나눔바른펜", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.toprecommand.Location = new System.Drawing.Point(72, 628);
this.toprecommand.Name = "toprecommand";
this.toprecommand.Size = new System.Drawing.Size(121, 95);
this.toprecommand.TabIndex = 7;
this.toprecommand.Text = "상의 추천";
this.toprecommand.UseVisualStyleBackColor = true;
//
// bottomrecommand
//
this.bottomrecommand.Font = new System.Drawing.Font("나눔바른펜", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.bottomrecommand.Location = new System.Drawing.Point(251, 626);
this.bottomrecommand.Name = "bottomrecommand";
this.bottomrecommand.Size = new System.Drawing.Size(114, 99);
this.bottomrecommand.TabIndex = 8;
this.bottomrecommand.Text = "하의 추천";
this.bottomrecommand.UseVisualStyleBackColor = true;
//
// accessory
//
this.accessory.Font = new System.Drawing.Font("나눔바른펜", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.accessory.Location = new System.Drawing.Point(422, 624);
this.accessory.Name = "accessory";
this.accessory.Size = new System.Drawing.Size(118, 99);
this.accessory.TabIndex = 9;
this.accessory.Text = "악세사리 추천";
this.accessory.UseVisualStyleBackColor = true;
//
// extra
//
this.extra.Font = new System.Drawing.Font("나눔스퀘어_ac", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.extra.Location = new System.Drawing.Point(501, 571);
this.extra.Name = "extra";
this.extra.Size = new System.Drawing.Size(75, 23);
this.extra.TabIndex = 10;
this.extra.Text = "더보기";
this.extra.UseVisualStyleBackColor = true;
//
// question
//
this.question.Font = new System.Drawing.Font("나눔바른펜", 13.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.question.Location = new System.Drawing.Point(199, 794);
this.question.Name = "question";
this.question.Size = new System.Drawing.Size(221, 46);
this.question.TabIndex = 11;
this.question.Text = "너가 한번 골라 볼래?";
this.question.UseVisualStyleBackColor = true;
//
// extradesign
//
this.extradesign.Font = new System.Drawing.Font("나눔바른펜", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.extradesign.ForeColor = System.Drawing.SystemColors.HotTrack;
this.extradesign.Location = new System.Drawing.Point(61, 872);
this.extradesign.Name = "extradesign";
this.extradesign.Size = new System.Drawing.Size(504, 102);
this.extradesign.TabIndex = 12;
this.extradesign.Text = "#데일리룩 #학교수업들으러갈때 #하객룩 #데이트룩 #제주도룩 #집앞마실룩 #영화관갈때 #집앞공원갈때";
this.extradesign.UseVisualStyleBackColor = true;
//
// showfashionform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(617, 1050);
this.Controls.Add(this.extradesign);
this.Controls.Add(this.question);
this.Controls.Add(this.extra);
this.Controls.Add(this.accessory);
this.Controls.Add(this.bottomrecommand);
this.Controls.Add(this.toprecommand);
this.Controls.Add(this.showother);
this.Controls.Add(this.expicture2);
this.Controls.Add(this.expicture1);
this.Controls.Add(this.showfasioncopy2);
this.Controls.Add(this.showfashioncopy);
this.Controls.Add(this.showfasionmainbutton);
this.Name = "showfashionform";
this.Text = "showfashionform";
((System.ComponentModel.ISupportInitialize)(this.expicture1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.expicture2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button showfasionmainbutton;
private System.Windows.Forms.Button showfashioncopy;
private System.Windows.Forms.TextBox showfasioncopy2;
private System.Windows.Forms.PictureBox expicture1;
private System.Windows.Forms.PictureBox expicture2;
private System.Windows.Forms.Button showother;
private System.Windows.Forms.Button toprecommand;
private System.Windows.Forms.Button bottomrecommand;
private System.Windows.Forms.Button accessory;
private System.Windows.Forms.Button extra;
private System.Windows.Forms.Button question;
private System.Windows.Forms.Button extradesign;
}
}