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(); nameTextBox = new System.Windows.Forms.TextBox(); phoneTextBox = new System.Windows.Forms.TextBox(); label3 = new System.Windows.Forms.Label(); addressTextBox = new System.Windows.Forms.TextBox(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); cityTextBox = new System.Windows.Forms.TextBox(); label7 = new System.Windows.Forms.Label(); zipTextBox = new System.Windows.Forms.TextBox(); label8 = new System.Windows.Forms.Label(); countryTextBox = new System.Windows.Forms.TextBox(); 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; // // nameTextBox // nameTextBox.Location = new System.Drawing.Point(12, 87); nameTextBox.Name = "nameTextBox"; nameTextBox.Size = new System.Drawing.Size(332, 23); nameTextBox.TabIndex = 4; // // phoneTextBox // phoneTextBox.Location = new System.Drawing.Point(12, 144); phoneTextBox.Name = "phoneTextBox"; phoneTextBox.Size = new System.Drawing.Size(332, 23); phoneTextBox.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; // // addressTextBox // addressTextBox.Location = new System.Drawing.Point(12, 212); addressTextBox.Name = "addressTextBox"; addressTextBox.Size = new System.Drawing.Size(218, 23); addressTextBox.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.Regular, System.Drawing.GraphicsUnit.Point, ((byte)0)); label5.Location = new System.Drawing.Point(236, 212); label5.Name = "label5"; label5.Size = new System.Drawing.Size(63, 23); label5.TabIndex = 9; label5.Text = "Address"; label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label6 // label6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)0)); label6.Location = new System.Drawing.Point(236, 241); label6.Name = "label6"; label6.Size = new System.Drawing.Size(63, 23); label6.TabIndex = 11; label6.Text = "City"; label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cityTextBox // cityTextBox.Location = new System.Drawing.Point(12, 241); cityTextBox.Name = "cityTextBox"; cityTextBox.Size = new System.Drawing.Size(218, 23); cityTextBox.TabIndex = 10; // // label7 // label7.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)0)); label7.Location = new System.Drawing.Point(236, 270); label7.Name = "label7"; label7.Size = new System.Drawing.Size(63, 23); label7.TabIndex = 13; label7.Text = "Zip code"; label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // zipTextBox // zipTextBox.Location = new System.Drawing.Point(12, 270); zipTextBox.Name = "zipTextBox"; zipTextBox.Size = new System.Drawing.Size(218, 23); zipTextBox.TabIndex = 12; // // label8 // label8.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)0)); label8.Location = new System.Drawing.Point(236, 299); label8.Name = "label8"; label8.Size = new System.Drawing.Size(63, 23); label8.TabIndex = 15; label8.Text = "Country"; label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // countryTextBox // countryTextBox.Location = new System.Drawing.Point(12, 299); countryTextBox.Name = "countryTextBox"; countryTextBox.Size = new System.Drawing.Size(218, 23); countryTextBox.TabIndex = 14; countryTextBox.Text = "US"; // // 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(label8); Controls.Add(countryTextBox); Controls.Add(label7); Controls.Add(zipTextBox); Controls.Add(label6); Controls.Add(cityTextBox); Controls.Add(label5); Controls.Add(addressTextBox); Controls.Add(label4); Controls.Add(phoneTextBox); Controls.Add(label3); Controls.Add(nameTextBox); 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 label8; private System.Windows.Forms.TextBox countryTextBox; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox cityTextBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox zipTextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.TextBox phoneTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox addressTextBox; 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 }