namespace Tanshu.Accounts.PointOfSale { partial class UpdateForm { /// /// 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.dtpFrom = new System.Windows.Forms.DateTimePicker(); this.dtpTo = new System.Windows.Forms.DateTimePicker(); this.btnGo = new System.Windows.Forms.Button(); this.txtFive = new System.Windows.Forms.TextBox(); this.txtFour = new System.Windows.Forms.TextBox(); this.txtZero = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtStatus = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtTwelve = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // dtpFrom // this.dtpFrom.Location = new System.Drawing.Point(12, 12); this.dtpFrom.Name = "dtpFrom"; this.dtpFrom.Size = new System.Drawing.Size(268, 20); this.dtpFrom.TabIndex = 0; // // dtpTo // this.dtpTo.Location = new System.Drawing.Point(12, 38); this.dtpTo.Name = "dtpTo"; this.dtpTo.Size = new System.Drawing.Size(268, 20); this.dtpTo.TabIndex = 1; // // btnGo // this.btnGo.Location = new System.Drawing.Point(12, 168); this.btnGo.Name = "btnGo"; this.btnGo.Size = new System.Drawing.Size(268, 23); this.btnGo.TabIndex = 5; this.btnGo.Text = "Go"; this.btnGo.UseVisualStyleBackColor = true; this.btnGo.Click += new System.EventHandler(this.btnGo_Click); // // txtFive // this.txtFive.Location = new System.Drawing.Point(50, 116); this.txtFive.Name = "txtFive"; this.txtFive.Size = new System.Drawing.Size(230, 20); this.txtFive.TabIndex = 4; this.txtFive.Text = "0"; // // txtFour // this.txtFour.Location = new System.Drawing.Point(50, 90); this.txtFour.Name = "txtFour"; this.txtFour.Size = new System.Drawing.Size(230, 20); this.txtFour.TabIndex = 3; this.txtFour.Text = "0"; // // txtZero // this.txtZero.Location = new System.Drawing.Point(50, 64); this.txtZero.Name = "txtZero"; this.txtZero.Size = new System.Drawing.Size(230, 20); this.txtZero.TabIndex = 2; this.txtZero.Text = "0"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(21, 13); this.label1.TabIndex = 6; this.label1.Text = "0%"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 93); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(21, 13); this.label2.TabIndex = 7; this.label2.Text = "4%"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 119); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(21, 13); this.label3.TabIndex = 8; this.label3.Text = "5%"; // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(12, 197); this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; this.txtStatus.Size = new System.Drawing.Size(268, 20); this.txtStatus.TabIndex = 9; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 145); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(36, 13); this.label4.TabIndex = 11; this.label4.Text = "12.5%"; // // txtTwelve // this.txtTwelve.Location = new System.Drawing.Point(50, 142); this.txtTwelve.Name = "txtTwelve"; this.txtTwelve.Size = new System.Drawing.Size(230, 20); this.txtTwelve.TabIndex = 10; this.txtTwelve.Text = "0"; // // UpdateForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 229); this.Controls.Add(this.label4); this.Controls.Add(this.txtTwelve); this.Controls.Add(this.txtStatus); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtZero); this.Controls.Add(this.txtFour); this.Controls.Add(this.txtFive); this.Controls.Add(this.btnGo); this.Controls.Add(this.dtpTo); this.Controls.Add(this.dtpFrom); this.Name = "UpdateForm"; this.Text = "UpdateForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dtpFrom; private System.Windows.Forms.DateTimePicker dtpTo; private System.Windows.Forms.Button btnGo; private System.Windows.Forms.TextBox txtFive; private System.Windows.Forms.TextBox txtFour; private System.Windows.Forms.TextBox txtZero; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtStatus; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtTwelve; } }