namespace Tanshu.Accounts.PointOfSale { partial class BillSettleForm { /// /// 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.btnCash = new System.Windows.Forms.Button(); this.btnCreditCard = new System.Windows.Forms.Button(); this.btnNC = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnStaff = new System.Windows.Forms.Button(); this.btnBillToCompany = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnCash // this.btnCash.Location = new System.Drawing.Point(12, 12); this.btnCash.Name = "btnCash"; this.btnCash.Size = new System.Drawing.Size(75, 75); this.btnCash.TabIndex = 0; this.btnCash.Text = "Cash"; this.btnCash.UseVisualStyleBackColor = true; this.btnCash.Click += new System.EventHandler(this.btnCash_Click); // // btnCreditCard // this.btnCreditCard.Location = new System.Drawing.Point(93, 12); this.btnCreditCard.Name = "btnCreditCard"; this.btnCreditCard.Size = new System.Drawing.Size(75, 75); this.btnCreditCard.TabIndex = 1; this.btnCreditCard.Text = "Credit Card"; this.btnCreditCard.UseVisualStyleBackColor = true; this.btnCreditCard.Click += new System.EventHandler(this.btnCreditCard_Click); // // btnNC // this.btnNC.Location = new System.Drawing.Point(174, 12); this.btnNC.Name = "btnNC"; this.btnNC.Size = new System.Drawing.Size(75, 75); this.btnNC.TabIndex = 2; this.btnNC.Text = "No Charge"; this.btnNC.UseVisualStyleBackColor = true; this.btnNC.Click += new System.EventHandler(this.btnNC_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(417, 12); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 75); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnStaff // this.btnStaff.Location = new System.Drawing.Point(255, 12); this.btnStaff.Name = "btnStaff"; this.btnStaff.Size = new System.Drawing.Size(75, 75); this.btnStaff.TabIndex = 4; this.btnStaff.Text = "Staff"; this.btnStaff.UseVisualStyleBackColor = true; this.btnStaff.Click += new System.EventHandler(this.btnStaff_Click); // // btnBillToCompany // this.btnBillToCompany.Location = new System.Drawing.Point(336, 12); this.btnBillToCompany.Name = "btnBillToCompany"; this.btnBillToCompany.Size = new System.Drawing.Size(75, 75); this.btnBillToCompany.TabIndex = 5; this.btnBillToCompany.Text = "Bill To Company"; this.btnBillToCompany.UseVisualStyleBackColor = true; this.btnBillToCompany.Click += new System.EventHandler(this.btnBillToCompany_Click); // // BillSettleForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(504, 99); this.ControlBox = false; this.Controls.Add(this.btnBillToCompany); this.Controls.Add(this.btnStaff); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnNC); this.Controls.Add(this.btnCreditCard); this.Controls.Add(this.btnCash); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "BillSettleForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Settle Bill"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnCash; private System.Windows.Forms.Button btnCreditCard; private System.Windows.Forms.Button btnNC; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnStaff; private System.Windows.Forms.Button btnBillToCompany; } }