namespace PersonalLaundry { partial class CustomerForm { /// /// 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() { this.components = new System.ComponentModel.Container(); this.CustomerName = new System.Windows.Forms.TextBox(); this.CloseButton = new System.Windows.Forms.Button(); this.ContactName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.EmailAddress = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.AddressLine1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.AddressLine2 = new System.Windows.Forms.TextBox(); this.City = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.PostCode = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.CreatedBy = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.BillingProfileComboBox = new System.Windows.Forms.ComboBox(); this.VATNumber = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.PastelReference = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.StainExpressPercentage = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.PriceIncreasePercentage = new System.Windows.Forms.TextBox(); this.customerLoginBindingSource = new System.Windows.Forms.BindingSource(this.components); this.getCustomerInventoryResultBindingSource = new System.Windows.Forms.BindingSource(this.components); this.label13 = new System.Windows.Forms.Label(); this.EmailAddress2 = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.EmailAddress3 = new System.Windows.Forms.TextBox(); this.BagLabelComboBox = new System.Windows.Forms.ComboBox(); this.label15 = new System.Windows.Forms.Label(); this.ActiveCheckBox = new System.Windows.Forms.CheckBox(); this.cmbCompany = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.customerLoginBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.getCustomerInventoryResultBindingSource)).BeginInit(); this.SuspendLayout(); // // CustomerName // this.CustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.CustomerName.Location = new System.Drawing.Point(135, 12); this.CustomerName.Name = "CustomerName"; this.CustomerName.Size = new System.Drawing.Size(289, 20); this.CustomerName.TabIndex = 1; // // CloseButton // this.CloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); this.CloseButton.Font = new System.Drawing.Font("Franklin Gothic Medium", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CloseButton.Location = new System.Drawing.Point(911, 12); this.CloseButton.Name = "CloseButton"; this.CloseButton.Size = new System.Drawing.Size(100, 50); this.CloseButton.TabIndex = 12; this.CloseButton.Text = "Close"; this.CloseButton.UseVisualStyleBackColor = false; this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click); // // ContactName // this.ContactName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.ContactName.Location = new System.Drawing.Point(135, 65); this.ContactName.Name = "ContactName"; this.ContactName.Size = new System.Drawing.Size(289, 20); this.ContactName.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label1.Location = new System.Drawing.Point(12, 68); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 13); this.label1.TabIndex = 14; this.label1.Text = "Contact Name "; // // EmailAddress // this.EmailAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.EmailAddress.Location = new System.Drawing.Point(135, 91); this.EmailAddress.Name = "EmailAddress"; this.EmailAddress.Size = new System.Drawing.Size(289, 20); this.EmailAddress.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label2.Location = new System.Drawing.Point(12, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 13); this.label2.TabIndex = 16; this.label2.Text = "Email Address 1"; // // AddressLine1 // this.AddressLine1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.AddressLine1.Location = new System.Drawing.Point(135, 169); this.AddressLine1.Name = "AddressLine1"; this.AddressLine1.Size = new System.Drawing.Size(289, 20); this.AddressLine1.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label3.Location = new System.Drawing.Point(12, 173); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 13); this.label3.TabIndex = 18; this.label3.Text = "Address "; // // AddressLine2 // this.AddressLine2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.AddressLine2.Location = new System.Drawing.Point(135, 195); this.AddressLine2.Name = "AddressLine2"; this.AddressLine2.Size = new System.Drawing.Size(289, 20); this.AddressLine2.TabIndex = 7; // // City // this.City.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.City.Location = new System.Drawing.Point(135, 221); this.City.Name = "City"; this.City.Size = new System.Drawing.Size(289, 20); this.City.TabIndex = 8; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label4.Location = new System.Drawing.Point(12, 224); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(27, 13); this.label4.TabIndex = 21; this.label4.Text = "City "; // // PostCode // this.PostCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.PostCode.Location = new System.Drawing.Point(135, 247); this.PostCode.Name = "PostCode"; this.PostCode.Size = new System.Drawing.Size(289, 20); this.PostCode.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label5.Location = new System.Drawing.Point(12, 251); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 13); this.label5.TabIndex = 23; this.label5.Text = "Post Code "; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label6.Location = new System.Drawing.Point(12, 277); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(69, 13); this.label6.TabIndex = 25; this.label6.Text = "Billing Profile "; // // CreatedBy // this.CreatedBy.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.CreatedBy.Location = new System.Drawing.Point(135, 461); this.CreatedBy.Name = "CreatedBy"; this.CreatedBy.ReadOnly = true; this.CreatedBy.Size = new System.Drawing.Size(289, 20); this.CreatedBy.TabIndex = 27; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label7.Location = new System.Drawing.Point(12, 464); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(62, 13); this.label7.TabIndex = 28; this.label7.Text = "Created By "; // // BillingProfileComboBox // this.BillingProfileComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.BillingProfileComboBox.FormattingEnabled = true; this.BillingProfileComboBox.Location = new System.Drawing.Point(135, 273); this.BillingProfileComboBox.Name = "BillingProfileComboBox"; this.BillingProfileComboBox.Size = new System.Drawing.Size(289, 21); this.BillingProfileComboBox.TabIndex = 10; // // VATNumber // this.VATNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.VATNumber.Location = new System.Drawing.Point(135, 300); this.VATNumber.Name = "VATNumber"; this.VATNumber.Size = new System.Drawing.Size(289, 20); this.VATNumber.TabIndex = 11; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label8.Location = new System.Drawing.Point(12, 307); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(48, 13); this.label8.TabIndex = 35; this.label8.Text = "VAT No "; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 15); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(85, 13); this.label9.TabIndex = 36; this.label9.Text = "Customer Name "; // // PastelReference // this.PastelReference.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.PastelReference.Location = new System.Drawing.Point(135, 326); this.PastelReference.Name = "PastelReference"; this.PastelReference.Size = new System.Drawing.Size(289, 20); this.PastelReference.TabIndex = 12; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label10.Location = new System.Drawing.Point(12, 333); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(59, 13); this.label10.TabIndex = 38; this.label10.Text = "Pastel Ref "; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label11.Location = new System.Drawing.Point(12, 359); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(103, 13); this.label11.TabIndex = 40; this.label11.Text = "Stain and Express %"; // // StainExpressPercentage // this.StainExpressPercentage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.StainExpressPercentage.Location = new System.Drawing.Point(135, 352); this.StainExpressPercentage.Name = "StainExpressPercentage"; this.StainExpressPercentage.Size = new System.Drawing.Size(289, 20); this.StainExpressPercentage.TabIndex = 13; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label12.Location = new System.Drawing.Point(12, 385); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(86, 13); this.label12.TabIndex = 42; this.label12.Text = "Price Increase %"; // // PriceIncreasePercentage // this.PriceIncreasePercentage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.PriceIncreasePercentage.Location = new System.Drawing.Point(135, 378); this.PriceIncreasePercentage.Name = "PriceIncreasePercentage"; this.PriceIncreasePercentage.Size = new System.Drawing.Size(289, 20); this.PriceIncreasePercentage.TabIndex = 14; // // customerLoginBindingSource // this.customerLoginBindingSource.DataSource = typeof(Common.CustomerLogin); // // getCustomerInventoryResultBindingSource // this.getCustomerInventoryResultBindingSource.DataSource = typeof(Common.GetCustomerInventory_Result); // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label13.Location = new System.Drawing.Point(12, 120); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(82, 13); this.label13.TabIndex = 44; this.label13.Text = "Email Address 2"; // // EmailAddress2 // this.EmailAddress2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.EmailAddress2.Location = new System.Drawing.Point(135, 117); this.EmailAddress2.Name = "EmailAddress2"; this.EmailAddress2.Size = new System.Drawing.Size(289, 20); this.EmailAddress2.TabIndex = 4; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label14.Location = new System.Drawing.Point(12, 146); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(82, 13); this.label14.TabIndex = 46; this.label14.Text = "Email Address 3"; // // EmailAddress3 // this.EmailAddress3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.EmailAddress3.Location = new System.Drawing.Point(135, 143); this.EmailAddress3.Name = "EmailAddress3"; this.EmailAddress3.Size = new System.Drawing.Size(289, 20); this.EmailAddress3.TabIndex = 5; // // BagLabelComboBox // this.BagLabelComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.BagLabelComboBox.FormattingEnabled = true; this.BagLabelComboBox.Items.AddRange(new object[] { "No", "Yes"}); this.BagLabelComboBox.Location = new System.Drawing.Point(135, 404); this.BagLabelComboBox.Name = "BagLabelComboBox"; this.BagLabelComboBox.Size = new System.Drawing.Size(289, 21); this.BagLabelComboBox.TabIndex = 47; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label15.Location = new System.Drawing.Point(12, 408); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(116, 13); this.label15.TabIndex = 48; this.label15.Text = "Double Print Bag Label"; // // ActiveCheckBox // this.ActiveCheckBox.AutoSize = true; this.ActiveCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.ActiveCheckBox.Location = new System.Drawing.Point(135, 435); this.ActiveCheckBox.Name = "ActiveCheckBox"; this.ActiveCheckBox.Size = new System.Drawing.Size(56, 17); this.ActiveCheckBox.TabIndex = 49; this.ActiveCheckBox.Text = "Active"; this.ActiveCheckBox.UseVisualStyleBackColor = true; // // cmbCompany // this.cmbCompany.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.cmbCompany.FormattingEnabled = true; this.cmbCompany.Location = new System.Drawing.Point(135, 38); this.cmbCompany.Name = "cmbCompany"; this.cmbCompany.Size = new System.Drawing.Size(289, 21); this.cmbCompany.TabIndex = 50; // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.label16.Location = new System.Drawing.Point(12, 42); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(51, 13); this.label16.TabIndex = 51; this.label16.Text = "Company"; // // CustomerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(437, 495); this.Controls.Add(this.cmbCompany); this.Controls.Add(this.label16); this.Controls.Add(this.ActiveCheckBox); this.Controls.Add(this.BagLabelComboBox); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.EmailAddress3); this.Controls.Add(this.label13); this.Controls.Add(this.EmailAddress2); this.Controls.Add(this.label12); this.Controls.Add(this.PriceIncreasePercentage); this.Controls.Add(this.label11); this.Controls.Add(this.StainExpressPercentage); this.Controls.Add(this.label10); this.Controls.Add(this.PastelReference); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.VATNumber); this.Controls.Add(this.BillingProfileComboBox); this.Controls.Add(this.label7); this.Controls.Add(this.CreatedBy); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.PostCode); this.Controls.Add(this.label4); this.Controls.Add(this.City); this.Controls.Add(this.AddressLine2); this.Controls.Add(this.label3); this.Controls.Add(this.AddressLine1); this.Controls.Add(this.label2); this.Controls.Add(this.EmailAddress); this.Controls.Add(this.label1); this.Controls.Add(this.ContactName); this.Controls.Add(this.CloseButton); this.Controls.Add(this.CustomerName); this.Name = "CustomerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Customer"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomerForm_FormClosing); this.Load += new System.EventHandler(this.CustomerForm_Load); ((System.ComponentModel.ISupportInitialize)(this.customerLoginBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.getCustomerInventoryResultBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox CustomerName; private System.Windows.Forms.Button CloseButton; private System.Windows.Forms.TextBox ContactName; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox EmailAddress; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox AddressLine1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox AddressLine2; private System.Windows.Forms.TextBox City; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox PostCode; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox CreatedBy; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox BillingProfileComboBox; private System.Windows.Forms.BindingSource customerLoginBindingSource; private System.Windows.Forms.TextBox VATNumber; private System.Windows.Forms.Label label8; private System.Windows.Forms.BindingSource getCustomerInventoryResultBindingSource; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox PastelReference; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox StainExpressPercentage; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox PriceIncreasePercentage; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox EmailAddress2; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox EmailAddress3; private System.Windows.Forms.ComboBox BagLabelComboBox; private System.Windows.Forms.Label label15; private System.Windows.Forms.CheckBox ActiveCheckBox; private System.Windows.Forms.ComboBox cmbCompany; private System.Windows.Forms.Label label16; } }