-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm2.Designer.cs
More file actions
227 lines (222 loc) · 7.36 KB
/
Copy pathForm2.Designer.cs
File metadata and controls
227 lines (222 loc) · 7.36 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
namespace FlightReservation
{
partial class Form2
{
/// <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()
{
textBox1 = new TextBox();
textBox2 = new TextBox();
textBox3 = new TextBox();
label1 = new Label();
label2 = new Label();
label3 = new Label();
label4 = new Label();
label5 = new Label();
dateTimePicker1 = new DateTimePicker();
dateTimePicker2 = new DateTimePicker();
button1 = new Button();
button2 = new Button();
label6 = new Label();
label7 = new Label();
textBox4 = new TextBox();
textBox5 = new TextBox();
SuspendLayout();
//
// textBox1
//
textBox1.Location = new Point(244, 24);
textBox1.Name = "textBox1";
textBox1.Size = new Size(200, 23);
textBox1.TabIndex = 0;
//
// textBox2
//
textBox2.Location = new Point(244, 66);
textBox2.Name = "textBox2";
textBox2.Size = new Size(200, 23);
textBox2.TabIndex = 1;
//
// textBox3
//
textBox3.Location = new Point(244, 112);
textBox3.Name = "textBox3";
textBox3.Size = new Size(200, 23);
textBox3.TabIndex = 2;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(145, 32);
label1.Name = "label1";
label1.Size = new Size(48, 15);
label1.TabIndex = 3;
label1.Text = "FlightID";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(145, 74);
label2.Name = "label2";
label2.Size = new Size(43, 15);
label2.TabIndex = 4;
label2.Text = "Source";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(145, 120);
label3.Name = "label3";
label3.Size = new Size(67, 15);
label3.TabIndex = 5;
label3.Text = "Destination";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(145, 171);
label4.Name = "label4";
label4.Size = new Size(53, 15);
label4.TabIndex = 6;
label4.Text = "LeftTime";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(145, 215);
label5.Name = "label5";
label5.Size = new Size(64, 15);
label5.TabIndex = 7;
label5.Text = "ArriveTime";
//
// dateTimePicker1
//
dateTimePicker1.Location = new Point(244, 163);
dateTimePicker1.Name = "dateTimePicker1";
dateTimePicker1.Size = new Size(200, 23);
dateTimePicker1.TabIndex = 8;
//
// dateTimePicker2
//
dateTimePicker2.Location = new Point(244, 209);
dateTimePicker2.Name = "dateTimePicker2";
dateTimePicker2.Size = new Size(200, 23);
dateTimePicker2.TabIndex = 9;
//
// button1
//
button1.Font = new Font("Segoe UI", 12F);
button1.Location = new Point(273, 344);
button1.Name = "button1";
button1.Size = new Size(116, 32);
button1.TabIndex = 10;
button1.Text = "Add Fight";
button1.UseVisualStyleBackColor = true;
//
// button2
//
button2.Font = new Font("Segoe UI", 12F);
button2.Location = new Point(511, 19);
button2.Name = "button2";
button2.Size = new Size(116, 36);
button2.TabIndex = 11;
button2.Text = "Admin Page";
button2.UseVisualStyleBackColor = true;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(145, 259);
label6.Name = "label6";
label6.Size = new Size(75, 15);
label6.TabIndex = 12;
label6.Text = "FlightClassID";
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(145, 301);
label7.Name = "label7";
label7.Size = new Size(76, 15);
label7.TabIndex = 13;
label7.Text = "AirLineName";
//
// textBox4
//
textBox4.Location = new Point(244, 251);
textBox4.Name = "textBox4";
textBox4.Size = new Size(200, 23);
textBox4.TabIndex = 14;
//
// textBox5
//
textBox5.Location = new Point(244, 301);
textBox5.Name = "textBox5";
textBox5.Size = new Size(200, 23);
textBox5.TabIndex = 15;
//
// Form2
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(651, 388);
Controls.Add(textBox5);
Controls.Add(textBox4);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(dateTimePicker2);
Controls.Add(dateTimePicker1);
Controls.Add(label5);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(textBox3);
Controls.Add(textBox2);
Controls.Add(textBox1);
Name = "Form2";
Text = "Add Flight";
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBox1;
private TextBox textBox2;
private TextBox textBox3;
private Label label1;
private Label label2;
private Label label3;
private Label label4;
private Label label5;
private DateTimePicker dateTimePicker1;
private DateTimePicker dateTimePicker2;
private Button button1;
private Button button2;
private Label label6;
private Label label7;
private TextBox textBox4;
private TextBox textBox5;
}
}