-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm11.Designer.cs
More file actions
202 lines (197 loc) · 6.6 KB
/
Copy pathForm11.Designer.cs
File metadata and controls
202 lines (197 loc) · 6.6 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
namespace FlightReservation
{
partial class Form11
{
/// <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()
{
button1 = new Button();
label1 = new Label();
label2 = new Label();
label3 = new Label();
label4 = new Label();
textBox1 = new TextBox();
textBox2 = new TextBox();
textBox3 = new TextBox();
textBox4 = new TextBox();
textBox5 = new TextBox();
textBox6 = new TextBox();
button2 = new Button();
label6 = new Label();
SuspendLayout();
//
// button1
//
button1.Font = new Font("Segoe UI", 12F);
button1.Location = new Point(47, 49);
button1.Name = "button1";
button1.Size = new Size(147, 36);
button1.TabIndex = 0;
button1.Text = "User Page";
button1.UseVisualStyleBackColor = true;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 14F);
label1.Location = new Point(279, 135);
label1.Name = "label1";
label1.Size = new Size(73, 25);
label1.TabIndex = 1;
label1.Text = "User ID";
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Segoe UI", 14F);
label2.Location = new Point(279, 186);
label2.Name = "label2";
label2.Size = new Size(102, 25);
label2.TabIndex = 2;
label2.Text = "First Name";
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Segoe UI", 14F);
label3.Location = new Point(279, 238);
label3.Name = "label3";
label3.Size = new Size(100, 25);
label3.TabIndex = 3;
label3.Text = "Last Name";
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Segoe UI", 14F);
label4.Location = new Point(279, 296);
label4.Name = "label4";
label4.Size = new Size(157, 25);
label4.TabIndex = 4;
label4.Text = "Passport Number";
//
// textBox1
//
textBox1.Font = new Font("Segoe UI", 14F);
textBox1.Location = new Point(279, 74);
textBox1.Name = "textBox1";
textBox1.ReadOnly = true;
textBox1.Size = new Size(419, 32);
textBox1.TabIndex = 8;
textBox1.Text = "Update User Details";
textBox1.TextAlign = HorizontalAlignment.Center;
//
// textBox2
//
textBox2.Location = new Point(479, 140);
textBox2.Name = "textBox2";
textBox2.Size = new Size(133, 23);
textBox2.TabIndex = 9;
//
// textBox3
//
textBox3.Location = new Point(479, 191);
textBox3.Name = "textBox3";
textBox3.Size = new Size(133, 23);
textBox3.TabIndex = 10;
//
// textBox4
//
textBox4.Location = new Point(479, 243);
textBox4.Name = "textBox4";
textBox4.Size = new Size(133, 23);
textBox4.TabIndex = 11;
//
// textBox5
//
textBox5.Location = new Point(479, 301);
textBox5.Name = "textBox5";
textBox5.Size = new Size(133, 23);
textBox5.TabIndex = 12;
//
// textBox6
//
textBox6.Location = new Point(479, 363);
textBox6.Name = "textBox6";
textBox6.Size = new Size(133, 23);
textBox6.TabIndex = 13;
//
// button2
//
button2.Font = new Font("Segoe UI", 14F);
button2.Location = new Point(347, 440);
button2.Name = "button2";
button2.Size = new Size(214, 36);
button2.TabIndex = 14;
button2.Text = "Update User Details";
button2.UseVisualStyleBackColor = true;
//
// label6
//
label6.AutoSize = true;
label6.Font = new Font("Segoe UI", 14F);
label6.Location = new Point(279, 363);
label6.Name = "label6";
label6.Size = new Size(140, 25);
label6.TabIndex = 15;
label6.Text = "Phone Number";
//
// Form11
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 513);
Controls.Add(label6);
Controls.Add(button2);
Controls.Add(textBox6);
Controls.Add(textBox5);
Controls.Add(textBox4);
Controls.Add(textBox3);
Controls.Add(textBox2);
Controls.Add(textBox1);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(button1);
Name = "Form11";
Text = "Update User Details";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button1;
private Label label1;
private Label label2;
private Label label3;
private Label label4;
private TextBox textBox1;
private TextBox textBox2;
private TextBox textBox3;
private TextBox textBox4;
private TextBox textBox5;
private TextBox textBox6;
private Button button2;
private Label label6;
}
}