-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainform.Designer.cs
More file actions
158 lines (152 loc) · 8.4 KB
/
mainform.Designer.cs
File metadata and controls
158 lines (152 loc) · 8.4 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
namespace Teamproject1
{
partial class mainform
{
/// <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(mainform));
this.maincopywirte = new System.Windows.Forms.Label();
this.maincopywrite2 = new System.Windows.Forms.Label();
this.mainpicturebox = new System.Windows.Forms.PictureBox();
this.loadingbar = new System.Windows.Forms.PictureBox();
this.loginbutton = new System.Windows.Forms.Button();
this.gobutton = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.mainpicturebox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.loadingbar)).BeginInit();
this.SuspendLayout();
//
// maincopywirte
//
this.maincopywirte.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.maincopywirte.Cursor = System.Windows.Forms.Cursors.No;
this.maincopywirte.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.maincopywirte.Font = new System.Drawing.Font("나눔스퀘어_ac ExtraBold", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.maincopywirte.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.maincopywirte.Image = ((System.Drawing.Image)(resources.GetObject("maincopywirte.Image")));
this.maincopywirte.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.maincopywirte.Location = new System.Drawing.Point(4, 344);
this.maincopywirte.Name = "maincopywirte";
this.maincopywirte.Size = new System.Drawing.Size(312, 152);
this.maincopywirte.TabIndex = 0;
this.maincopywirte.Text = "제멋대로인 날씨, 뭘 입어야 할지 모르겠다면?";
//
// maincopywrite2
//
this.maincopywrite2.AutoSize = true;
this.maincopywrite2.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.maincopywrite2.Font = new System.Drawing.Font("나눔스퀘어_ac Bold", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.maincopywrite2.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.maincopywrite2.Image = ((System.Drawing.Image)(resources.GetObject("maincopywrite2.Image")));
this.maincopywrite2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.maincopywrite2.Location = new System.Drawing.Point(9, 508);
this.maincopywrite2.Name = "maincopywrite2";
this.maincopywrite2.Size = new System.Drawing.Size(181, 18);
this.maincopywrite2.TabIndex = 1;
this.maincopywrite2.Text = "스타일 여행을 떠나보세요";
//
// mainpicturebox
//
this.mainpicturebox.Image = ((System.Drawing.Image)(resources.GetObject("mainpicturebox.Image")));
this.mainpicturebox.Location = new System.Drawing.Point(0, 12);
this.mainpicturebox.Name = "mainpicturebox";
this.mainpicturebox.Size = new System.Drawing.Size(536, 813);
this.mainpicturebox.TabIndex = 0;
this.mainpicturebox.TabStop = false;
//
// loadingbar
//
this.loadingbar.Image = ((System.Drawing.Image)(resources.GetObject("loadingbar.Image")));
this.loadingbar.Location = new System.Drawing.Point(12, 686);
this.loadingbar.Name = "loadingbar";
this.loadingbar.Size = new System.Drawing.Size(478, 22);
this.loadingbar.TabIndex = 2;
this.loadingbar.TabStop = false;
//
// loginbutton
//
this.loginbutton.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.loginbutton.Font = new System.Drawing.Font("나눔스퀘어_ac ExtraBold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.loginbutton.ForeColor = System.Drawing.SystemColors.Highlight;
this.loginbutton.Location = new System.Drawing.Point(430, 492);
this.loginbutton.Name = "loginbutton";
this.loginbutton.Size = new System.Drawing.Size(60, 50);
this.loginbutton.TabIndex = 4;
this.loginbutton.Text = "LOGIN";
this.loginbutton.UseVisualStyleBackColor = false;
//
// gobutton
//
this.gobutton.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.gobutton.Font = new System.Drawing.Font("나눔스퀘어라운드 ExtraBold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.gobutton.ForeColor = System.Drawing.SystemColors.Highlight;
this.gobutton.Location = new System.Drawing.Point(430, 428);
this.gobutton.Name = "gobutton";
this.gobutton.Size = new System.Drawing.Size(60, 52);
this.gobutton.TabIndex = 5;
this.gobutton.Text = "GO";
this.gobutton.UseVisualStyleBackColor = false;
//
// button1
//
this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.button1.Font = new System.Drawing.Font("나눔스퀘어_ac ExtraBold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.button1.ForeColor = System.Drawing.Color.DarkCyan;
this.button1.Location = new System.Drawing.Point(430, 560);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(60, 61);
this.button1.TabIndex = 7;
this.button1.Text = "BUTTON2";
this.button1.UseVisualStyleBackColor = false;
//
// mainform
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(525, 741);
this.Controls.Add(this.button1);
this.Controls.Add(this.gobutton);
this.Controls.Add(this.loginbutton);
this.Controls.Add(this.loadingbar);
this.Controls.Add(this.maincopywrite2);
this.Controls.Add(this.maincopywirte);
this.Controls.Add(this.mainpicturebox);
this.IsMdiContainer = true;
this.Name = "mainform";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.mainpicturebox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.loadingbar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label maincopywirte;
private System.Windows.Forms.Label maincopywrite2;
private System.Windows.Forms.PictureBox mainpicturebox;
private System.Windows.Forms.PictureBox loadingbar;
private System.Windows.Forms.Button loginbutton;
private System.Windows.Forms.Button gobutton;
private System.Windows.Forms.Button button1;
}
}