-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm5.Designer.cs
More file actions
218 lines (213 loc) · 6.99 KB
/
Copy pathForm5.Designer.cs
File metadata and controls
218 lines (213 loc) · 6.99 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
namespace FlightReservation
{
partial class Form5
{
/// <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()
{
label1 = new Label();
label2 = new Label();
label3 = new Label();
label4 = new Label();
label5 = new Label();
label6 = new Label();
textBox1 = new TextBox();
textBox2 = new TextBox();
textBox3 = new TextBox();
textBox4 = new TextBox();
textBox5 = new TextBox();
button1 = new Button();
button2 = new Button();
label7 = new Label();
textBox6 = new TextBox();
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(54, 16);
label1.Name = "label1";
label1.Size = new Size(79, 15);
label1.TabIndex = 0;
label1.Text = "AirCraft Code";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(54, 52);
label2.Name = "label2";
label2.Size = new Size(83, 15);
label2.TabIndex = 1;
label2.Text = "AirCraft Name";
//
// label3
//
label3.Font = new Font("Segoe UI", 14F);
label3.Location = new Point(112, 86);
label3.Name = "label3";
label3.Size = new Size(328, 31);
label3.TabIndex = 2;
label3.Text = "Update Information About Type";
label3.TextAlign = ContentAlignment.MiddleCenter;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(54, 128);
label4.Name = "label4";
label4.Size = new Size(60, 15);
label4.TabIndex = 3;
label4.Text = "Max Seats";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(54, 168);
label5.Name = "label5";
label5.Size = new Size(50, 15);
label5.TabIndex = 4;
label5.Text = "Made In";
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(54, 209);
label6.Name = "label6";
label6.Size = new Size(94, 15);
label6.TabIndex = 5;
label6.Text = "Company Name";
//
// textBox1
//
textBox1.Location = new Point(169, 8);
textBox1.Name = "textBox1";
textBox1.Size = new Size(100, 23);
textBox1.TabIndex = 6;
//
// textBox2
//
textBox2.Location = new Point(169, 44);
textBox2.Name = "textBox2";
textBox2.Size = new Size(100, 23);
textBox2.TabIndex = 7;
//
// textBox3
//
textBox3.Location = new Point(169, 120);
textBox3.Name = "textBox3";
textBox3.Size = new Size(100, 23);
textBox3.TabIndex = 8;
//
// textBox4
//
textBox4.Location = new Point(169, 160);
textBox4.Name = "textBox4";
textBox4.Size = new Size(100, 23);
textBox4.TabIndex = 9;
//
// textBox5
//
textBox5.Location = new Point(169, 201);
textBox5.Name = "textBox5";
textBox5.Size = new Size(100, 23);
textBox5.TabIndex = 10;
//
// button1
//
button1.Font = new Font("Segoe UI", 12F);
button1.Location = new Point(218, 301);
button1.Name = "button1";
button1.Size = new Size(153, 32);
button1.TabIndex = 13;
button1.Text = "Update AirCraft";
button1.UseVisualStyleBackColor = true;
//
// button2
//
button2.Font = new Font("Segoe UI", 12F);
button2.Location = new Point(466, 22);
button2.Name = "button2";
button2.Size = new Size(104, 33);
button2.TabIndex = 14;
button2.Text = "Amin Page";
button2.UseVisualStyleBackColor = true;
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(54, 253);
label7.Name = "label7";
label7.Size = new Size(79, 15);
label7.TabIndex = 15;
label7.Text = "AirCraft Code";
//
// textBox6
//
textBox6.Location = new Point(169, 245);
textBox6.Name = "textBox6";
textBox6.Size = new Size(100, 23);
textBox6.TabIndex = 16;
//
// Form5
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(588, 345);
Controls.Add(textBox6);
Controls.Add(label7);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(textBox5);
Controls.Add(textBox4);
Controls.Add(textBox3);
Controls.Add(textBox2);
Controls.Add(textBox1);
Controls.Add(label6);
Controls.Add(label5);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Name = "Form5";
Text = "Update AireCraft";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label label1;
private Label label2;
private Label label3;
private Label label4;
private Label label5;
private Label label6;
private TextBox textBox1;
private TextBox textBox2;
private TextBox textBox3;
private TextBox textBox4;
private TextBox textBox5;
private Button button1;
private Button button2;
private Label label7;
private TextBox textBox6;
}
}