-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.cs
More file actions
186 lines (179 loc) · 8.27 KB
/
Form1.Designer.cs
File metadata and controls
186 lines (179 loc) · 8.27 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
namespace PictureGA
{
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()
{
this.lbl_info = new System.Windows.Forms.Label();
this.btn_model = new System.Windows.Forms.Button();
this.btn_evaluate = new System.Windows.Forms.Button();
this.btn_next = new System.Windows.Forms.Button();
this.btn_overrun = new System.Windows.Forms.Button();
this.lbl_origin = new System.Windows.Forms.Label();
this.lbl_model = new System.Windows.Forms.Label();
this.txt_log = new System.Windows.Forms.RichTextBox();
this.btn_open = new System.Windows.Forms.Button();
this.btn_parameter = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.SuspendLayout();
//
// lbl_info
//
this.lbl_info.AutoSize = true;
this.lbl_info.Location = new System.Drawing.Point(15, 16);
this.lbl_info.Name = "lbl_info";
this.lbl_info.Size = new System.Drawing.Size(78, 15);
this.lbl_info.TabIndex = 0;
this.lbl_info.Text = "information";
//
// btn_model
//
this.btn_model.Location = new System.Drawing.Point(576, 16);
this.btn_model.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_model.Name = "btn_model";
this.btn_model.Size = new System.Drawing.Size(86, 29);
this.btn_model.TabIndex = 1;
this.btn_model.Text = "Model";
this.btn_model.UseVisualStyleBackColor = true;
this.btn_model.Click += new System.EventHandler(this.btn_model_Click);
//
// btn_evaluate
//
this.btn_evaluate.Location = new System.Drawing.Point(669, 16);
this.btn_evaluate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_evaluate.Name = "btn_evaluate";
this.btn_evaluate.Size = new System.Drawing.Size(86, 29);
this.btn_evaluate.TabIndex = 2;
this.btn_evaluate.Text = "Fit";
this.btn_evaluate.UseVisualStyleBackColor = true;
this.btn_evaluate.Click += new System.EventHandler(this.btn_evaluate_Click);
//
// btn_next
//
this.btn_next.Location = new System.Drawing.Point(761, 16);
this.btn_next.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_next.Name = "btn_next";
this.btn_next.Size = new System.Drawing.Size(86, 29);
this.btn_next.TabIndex = 3;
this.btn_next.Text = "Next";
this.btn_next.UseVisualStyleBackColor = true;
this.btn_next.Click += new System.EventHandler(this.btn_next_Click);
//
// btn_overrun
//
this.btn_overrun.Location = new System.Drawing.Point(854, 16);
this.btn_overrun.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_overrun.Name = "btn_overrun";
this.btn_overrun.Size = new System.Drawing.Size(86, 29);
this.btn_overrun.TabIndex = 4;
this.btn_overrun.Text = "Run";
this.btn_overrun.UseVisualStyleBackColor = true;
this.btn_overrun.Click += new System.EventHandler(this.btn_overrun_Click);
//
// lbl_origin
//
this.lbl_origin.Location = new System.Drawing.Point(15, 65);
this.lbl_origin.Name = "lbl_origin";
this.lbl_origin.Size = new System.Drawing.Size(360, 451);
this.lbl_origin.TabIndex = 5;
this.lbl_origin.Paint += new System.Windows.Forms.PaintEventHandler(this.lbl_origin_Paint);
//
// lbl_model
//
this.lbl_model.Location = new System.Drawing.Point(382, 65);
this.lbl_model.Name = "lbl_model";
this.lbl_model.Size = new System.Drawing.Size(360, 451);
this.lbl_model.TabIndex = 6;
this.lbl_model.Paint += new System.Windows.Forms.PaintEventHandler(this.lbl_model_Paint);
//
// txt_log
//
this.txt_log.Location = new System.Drawing.Point(749, 65);
this.txt_log.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_log.Name = "txt_log";
this.txt_log.Size = new System.Drawing.Size(193, 434);
this.txt_log.TabIndex = 7;
this.txt_log.Text = "";
//
// btn_open
//
this.btn_open.Location = new System.Drawing.Point(392, 16);
this.btn_open.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_open.Name = "btn_open";
this.btn_open.Size = new System.Drawing.Size(86, 29);
this.btn_open.TabIndex = 8;
this.btn_open.Text = "Open...";
this.btn_open.UseVisualStyleBackColor = true;
this.btn_open.Click += new System.EventHandler(this.btn_open_Click);
//
// btn_parameter
//
this.btn_parameter.Location = new System.Drawing.Point(484, 16);
this.btn_parameter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_parameter.Name = "btn_parameter";
this.btn_parameter.Size = new System.Drawing.Size(86, 29);
this.btn_parameter.TabIndex = 9;
this.btn_parameter.Text = "Parameter";
this.btn_parameter.UseVisualStyleBackColor = true;
this.btn_parameter.Click += new System.EventHandler(this.btn_parameter_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(955, 539);
this.Controls.Add(this.btn_parameter);
this.Controls.Add(this.btn_open);
this.Controls.Add(this.txt_log);
this.Controls.Add(this.lbl_model);
this.Controls.Add(this.lbl_origin);
this.Controls.Add(this.btn_overrun);
this.Controls.Add(this.btn_next);
this.Controls.Add(this.btn_evaluate);
this.Controls.Add(this.btn_model);
this.Controls.Add(this.lbl_info);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Form1";
this.Text = "Picture Genetic Algorithm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbl_info;
private System.Windows.Forms.Button btn_model;
private System.Windows.Forms.Button btn_evaluate;
private System.Windows.Forms.Button btn_next;
private System.Windows.Forms.Button btn_overrun;
private System.Windows.Forms.Label lbl_origin;
private System.Windows.Forms.Label lbl_model;
private System.Windows.Forms.RichTextBox txt_log;
private System.Windows.Forms.Button btn_open;
private System.Windows.Forms.Button btn_parameter;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}