namespace Tanshu.Accounts.PointOfSale { partial class CustomersForm { /// /// 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.chkImportant = new System.Windows.Forms.CheckBox(); this.txtRemarks = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtPhone = new System.Windows.Forms.TextBox(); this.txtAddress = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.btnSave = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.Label1 = new System.Windows.Forms.Label(); this.txtUniqueID = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // chkImportant // this.chkImportant.AutoSize = true; this.chkImportant.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.chkImportant.Location = new System.Drawing.Point(29, 292); this.chkImportant.Name = "chkImportant"; this.chkImportant.Size = new System.Drawing.Size(70, 17); this.chkImportant.TabIndex = 4; this.chkImportant.Text = "Important"; this.chkImportant.UseVisualStyleBackColor = true; // // txtRemarks // this.txtRemarks.Location = new System.Drawing.Point(81, 208); this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.Size = new System.Drawing.Size(292, 78); this.txtRemarks.TabIndex = 3; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(18, 94); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(58, 13); this.label6.TabIndex = 11; this.label6.Text = "Phone No."; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(30, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(45, 13); this.label5.TabIndex = 12; this.label5.Text = "Address"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(26, 211); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(49, 13); this.label4.TabIndex = 13; this.label4.Text = "Remarks"; // // txtPhone // this.txtPhone.Location = new System.Drawing.Point(81, 91); this.txtPhone.Name = "txtPhone"; this.txtPhone.Size = new System.Drawing.Size(292, 20); this.txtPhone.TabIndex = 1; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(81, 117); this.txtAddress.Multiline = true; this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(292, 85); this.txtAddress.TabIndex = 2; // // label3 // this.label3.Location = new System.Drawing.Point(0, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 15; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(40, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 9; this.label2.Text = "Name"; // // txtName // this.txtName.Location = new System.Drawing.Point(81, 38); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(292, 20); this.txtName.TabIndex = 0; // // btnSave // this.btnSave.Location = new System.Drawing.Point(12, 315); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 5; this.btnSave.Text = "&Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(93, 315); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 6; this.btnDelete.Text = "&Delete"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnCancel // this.btnCancel.AccessibleName = "Done"; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(301, 315); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 24); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "&Cancel"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // Label1 // this.Label1.AutoSize = true; this.Label1.Location = new System.Drawing.Point(43, 15); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(32, 13); this.Label1.TabIndex = 8; this.Label1.Text = "Code"; this.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // txtUniqueID // this.txtUniqueID.AccessibleName = "Unique ID"; this.txtUniqueID.Enabled = false; this.txtUniqueID.Location = new System.Drawing.Point(81, 12); this.txtUniqueID.Name = "txtUniqueID"; this.txtUniqueID.ReadOnly = true; this.txtUniqueID.Size = new System.Drawing.Size(292, 20); this.txtUniqueID.TabIndex = 14; this.txtUniqueID.Text = "UniqueID"; this.txtUniqueID.WordWrap = false; // // CustomersForm // this.AcceptButton = this.btnSave; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(385, 346); this.Controls.Add(this.Label1); this.Controls.Add(this.txtUniqueID); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnCancel); this.Controls.Add(this.chkImportant); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.txtPhone); this.Controls.Add(this.txtAddress); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtName); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CustomersForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Customers"; this.Load += new System.EventHandler(this.CustomersForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chkImportant; private System.Windows.Forms.TextBox txtRemarks; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtPhone; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtName; internal System.Windows.Forms.Button btnSave; internal System.Windows.Forms.Button btnDelete; internal System.Windows.Forms.Button btnCancel; internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.TextBox txtUniqueID; } }