namespace CustomerMaintenance { partial class frmAddCustomer { /// /// Required designer variable. /// private System.ComponentModel.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() { txtEmail = new System.Windows.Forms.TextBox(); txtLastName = new System.Windows.Forms.TextBox(); txtFirstName = new System.Windows.Forms.TextBox(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); btnCancel = new System.Windows.Forms.Button(); btnSave = new System.Windows.Forms.Button(); SuspendLayout(); // // txtEmail // txtEmail.Location = new System.Drawing.Point(97, 88); txtEmail.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); txtEmail.Name = "txtEmail"; txtEmail.Size = new System.Drawing.Size(205, 23); txtEmail.TabIndex = 15; txtEmail.Tag = "Email"; // // txtLastName // txtLastName.Location = new System.Drawing.Point(97, 51); txtLastName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); txtLastName.Name = "txtLastName"; txtLastName.Size = new System.Drawing.Size(205, 23); txtLastName.TabIndex = 14; txtLastName.Tag = "Last Name"; // // txtFirstName // txtFirstName.Location = new System.Drawing.Point(97, 14); txtFirstName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); txtFirstName.Name = "txtFirstName"; txtFirstName.Size = new System.Drawing.Size(205, 23); txtFirstName.TabIndex = 13; txtFirstName.Tag = "First Name"; // // label4 // label4.Location = new System.Drawing.Point(13, 88); label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(84, 27); label4.TabIndex = 20; label4.Text = "Email:"; label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // label3.Location = new System.Drawing.Point(13, 51); label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label3.Name = "label3"; label3.Size = new System.Drawing.Size(84, 27); label3.TabIndex = 19; label3.Text = "Last Name:"; label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // label2.Location = new System.Drawing.Point(13, 14); label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(84, 27); label2.TabIndex = 18; label2.Text = "First Name:"; label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnCancel // btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; btnCancel.Location = new System.Drawing.Point(212, 123); btnCancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); btnCancel.Name = "btnCancel"; btnCancel.Size = new System.Drawing.Size(88, 27); btnCancel.TabIndex = 17; btnCancel.Text = "&Cancel"; btnCancel.Click += btnCancel_Click; // // btnSave // btnSave.Location = new System.Drawing.Point(118, 123); btnSave.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); btnSave.Name = "btnSave"; btnSave.Size = new System.Drawing.Size(88, 27); btnSave.TabIndex = 16; btnSave.Text = "&Save"; btnSave.Click += btnSave_Click; // // frmAddCustomer // AcceptButton = btnSave; AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; CancelButton = btnCancel; ClientSize = new System.Drawing.Size(317, 170); ControlBox = false; Controls.Add(txtEmail); Controls.Add(txtLastName); Controls.Add(txtFirstName); Controls.Add(label4); Controls.Add(label3); Controls.Add(label2); Controls.Add(btnCancel); Controls.Add(btnSave); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MaximizeBox = false; Name = "frmAddCustomer"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Add Customer"; ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtEmail; private System.Windows.Forms.TextBox txtLastName; private System.Windows.Forms.TextBox txtFirstName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnSave; } }