-
Notifications
You must be signed in to change notification settings - Fork 0
/
AddCustomer.Designer.cs
216 lines (210 loc) · 10.4 KB
/
AddCustomer.Designer.cs
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
namespace KHALAQPROOF
{
partial class AddCustomer
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddCustomer));
this.ResetBtn = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.SaveBtn = new System.Windows.Forms.Button();
this.CPhoneTb = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.CAddressTb = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.CNameTb = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// ResetBtn
//
this.ResetBtn.BackColor = System.Drawing.Color.LimeGreen;
this.ResetBtn.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.ResetBtn.Location = new System.Drawing.Point(254, 545);
this.ResetBtn.Margin = new System.Windows.Forms.Padding(5);
this.ResetBtn.Name = "ResetBtn";
this.ResetBtn.Size = new System.Drawing.Size(94, 43);
this.ResetBtn.TabIndex = 31;
this.ResetBtn.TabStop = false;
this.ResetBtn.Text = "Reset";
this.ResetBtn.UseVisualStyleBackColor = false;
this.ResetBtn.Click += new System.EventHandler(this.ResetBtn_Click);
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(560, 2);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(46, 38);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 30;
this.pictureBox2.TabStop = false;
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
//
// SaveBtn
//
this.SaveBtn.BackColor = System.Drawing.Color.LimeGreen;
this.SaveBtn.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.SaveBtn.Location = new System.Drawing.Point(88, 545);
this.SaveBtn.Margin = new System.Windows.Forms.Padding(5);
this.SaveBtn.Name = "SaveBtn";
this.SaveBtn.Size = new System.Drawing.Size(94, 43);
this.SaveBtn.TabIndex = 29;
this.SaveBtn.TabStop = false;
this.SaveBtn.Text = "Save";
this.SaveBtn.UseVisualStyleBackColor = false;
this.SaveBtn.Click += new System.EventHandler(this.button1_Click);
//
// CPhoneTb
//
this.CPhoneTb.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.CPhoneTb.Location = new System.Drawing.Point(82, 456);
this.CPhoneTb.Name = "CPhoneTb";
this.CPhoneTb.Size = new System.Drawing.Size(310, 32);
this.CPhoneTb.TabIndex = 26;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label5.ForeColor = System.Drawing.SystemColors.MenuText;
this.label5.Location = new System.Drawing.Point(82, 410);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(178, 25);
this.label5.TabIndex = 25;
this.label5.Text = "Customer Phone";
//
// CAddressTb
//
this.CAddressTb.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.CAddressTb.Location = new System.Drawing.Point(82, 278);
this.CAddressTb.Multiline = true;
this.CAddressTb.Name = "CAddressTb";
this.CAddressTb.Size = new System.Drawing.Size(310, 129);
this.CAddressTb.TabIndex = 24;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label3.ForeColor = System.Drawing.SystemColors.MenuText;
this.label3.Location = new System.Drawing.Point(82, 232);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(195, 25);
this.label3.TabIndex = 23;
this.label3.Text = "Customer Address";
//
// CNameTb
//
this.CNameTb.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.CNameTb.Location = new System.Drawing.Point(82, 178);
this.CNameTb.Name = "CNameTb";
this.CNameTb.Size = new System.Drawing.Size(310, 32);
this.CNameTb.TabIndex = 22;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label2.ForeColor = System.Drawing.SystemColors.MenuText;
this.label2.Location = new System.Drawing.Point(82, 132);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(174, 25);
this.label2.TabIndex = 21;
this.label2.Text = "Customer Name";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Gill Sans Ultra Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label1.ForeColor = System.Drawing.SystemColors.MenuText;
this.label1.Location = new System.Drawing.Point(100, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(192, 29);
this.label1.TabIndex = 20;
this.label1.Text = "Add Customer";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(-7, -1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(93, 76);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 19;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// AddCustomer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.PaleVioletRed;
this.ClientSize = new System.Drawing.Size(604, 800);
this.Controls.Add(this.ResetBtn);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.SaveBtn);
this.Controls.Add(this.CPhoneTb);
this.Controls.Add(this.label5);
this.Controls.Add(this.CAddressTb);
this.Controls.Add(this.label3);
this.Controls.Add(this.CNameTb);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "AddCustomer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AddCustomer";
this.Load += new System.EventHandler(this.AddCustomer_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Button button2;
private PictureBox pictureBox2;
private Button button1;
private TextBox textBox4;
private Label label5;
private TextBox textBox2;
private Label label3;
private TextBox textBox1;
private Label label2;
private Label label1;
private PictureBox pictureBox1;
private Button ResetBtn;
private Button SaveBtn;
private TextBox CPhone;
private TextBox CAddressTb;
private TextBox CNameTb;
private TextBox CPhoneTb;
}
}