using System.ComponentModel; namespace C969Project; partial class AddUpdateCustomerForm { /// /// Required designer variable. /// private IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { label1 = new System.Windows.Forms.Label(); saveButton = new System.Windows.Forms.Button(); cancelButton = new System.Windows.Forms.Button(); label2 = new System.Windows.Forms.Label(); textBox1 = new System.Windows.Forms.TextBox(); textBox2 = new System.Windows.Forms.TextBox(); label3 = new System.Windows.Forms.Label(); textBox3 = new System.Windows.Forms.TextBox(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); SuspendLayout(); // // label1 // label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)0)); label1.Location = new System.Drawing.Point(12, 9); label1.Name = "label1"; label1.Size = new System.Drawing.Size(776, 23); label1.TabIndex = 0; label1.Text = "Add Customer"; label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // saveButton // saveButton.Location = new System.Drawing.Point(632, 415); saveButton.Name = "saveButton"; saveButton.Size = new System.Drawing.Size(75, 23); saveButton.TabIndex = 1; saveButton.Text = "Save"; saveButton.UseVisualStyleBackColor = true; // // cancelButton // cancelButton.Location = new System.Drawing.Point(713, 415); cancelButton.Name = "cancelButton"; cancelButton.Size = new System.Drawing.Size(75, 23); cancelButton.TabIndex = 2; cancelButton.Text = "Cancel"; cancelButton.UseVisualStyleBackColor = true; // // label2 // label2.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, ((System.Drawing.FontStyle)(System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)), System.Drawing.GraphicsUnit.Point, ((byte)0)); label2.Location = new System.Drawing.Point(12, 61); label2.Name = "label2"; label2.Size = new System.Drawing.Size(332, 23); label2.TabIndex = 3; label2.Text = "Name"; label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox1 // textBox1.Location = new System.Drawing.Point(12, 87); textBox1.Name = "textBox1"; textBox1.Size = new System.Drawing.Size(332, 23); textBox1.TabIndex = 4; // // textBox2 // textBox2.Location = new System.Drawing.Point(12, 144); textBox2.Name = "textBox2"; textBox2.Size = new System.Drawing.Size(332, 23); textBox2.TabIndex = 6; // // label3 // label3.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, ((System.Drawing.FontStyle)(System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)), System.Drawing.GraphicsUnit.Point, ((byte)0)); label3.Location = new System.Drawing.Point(12, 118); label3.Name = "label3"; label3.Size = new System.Drawing.Size(332, 23); label3.TabIndex = 5; label3.Text = "Phone"; label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox3 // textBox3.Location = new System.Drawing.Point(12, 212); textBox3.Name = "textBox3"; textBox3.Size = new System.Drawing.Size(218, 23); textBox3.TabIndex = 8; // // label4 // label4.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, ((System.Drawing.FontStyle)(System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)), System.Drawing.GraphicsUnit.Point, ((byte)0)); label4.Location = new System.Drawing.Point(12, 186); label4.Name = "label4"; label4.Size = new System.Drawing.Size(332, 23); label4.TabIndex = 7; label4.Text = "Address"; label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label5 // label5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)0)); label5.Location = new System.Drawing.Point(248, 212); label5.Name = "label5"; label5.Size = new System.Drawing.Size(63, 23); label5.TabIndex = 9; label5.Text = "Address"; label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // AddUpdateCustomerForm // AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BackColor = System.Drawing.SystemColors.Control; ClientSize = new System.Drawing.Size(800, 450); Controls.Add(label5); Controls.Add(textBox3); Controls.Add(label4); Controls.Add(textBox2); Controls.Add(label3); Controls.Add(textBox1); Controls.Add(label2); Controls.Add(cancelButton); Controls.Add(saveButton); Controls.Add(label1); Location = new System.Drawing.Point(15, 15); Text = "Add Customer"; ResumeLayout(false); PerformLayout(); } private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; #endregion }