narsil/Tanshu.Accounts.PointOfSale/Updates/UpdateForm.Designer.cs

184 lines
7.1 KiB
C#
Raw Normal View History

2010-03-02 17:56:21 +00:00
namespace Tanshu.Accounts.PointOfSale
{
partial class UpdateForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.dtpFrom = new System.Windows.Forms.DateTimePicker();
this.dtpTo = new System.Windows.Forms.DateTimePicker();
this.btnGo = new System.Windows.Forms.Button();
2011-01-22 12:38:30 +00:00
this.txtFive = new System.Windows.Forms.TextBox();
2010-03-02 17:56:21 +00:00
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();
2011-01-22 12:38:30 +00:00
this.label4 = new System.Windows.Forms.Label();
this.txtTwelve = new System.Windows.Forms.TextBox();
2010-03-02 17:56:21 +00:00
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
//
2011-01-22 12:38:30 +00:00
this.btnGo.Location = new System.Drawing.Point(12, 168);
2010-03-02 17:56:21 +00:00
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);
//
2011-01-22 12:38:30 +00:00
// txtFive
2010-03-02 17:56:21 +00:00
//
2011-01-22 12:38:30 +00:00
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";
2010-03-02 17:56:21 +00:00
//
// 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";
2011-01-22 12:38:30 +00:00
this.label3.Size = new System.Drawing.Size(21, 13);
2010-03-02 17:56:21 +00:00
this.label3.TabIndex = 8;
2011-01-22 12:38:30 +00:00
this.label3.Text = "5%";
2010-03-02 17:56:21 +00:00
//
// txtStatus
//
2011-01-22 12:38:30 +00:00
this.txtStatus.Location = new System.Drawing.Point(12, 197);
2010-03-02 17:56:21 +00:00
this.txtStatus.Name = "txtStatus";
this.txtStatus.ReadOnly = true;
this.txtStatus.Size = new System.Drawing.Size(268, 20);
this.txtStatus.TabIndex = 9;
//
2011-01-22 12:38:30 +00:00
// 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";
//
2010-03-02 17:56:21 +00:00
// UpdateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2011-01-22 12:38:30 +00:00
this.ClientSize = new System.Drawing.Size(292, 229);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtTwelve);
2010-03-02 17:56:21 +00:00
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);
2011-01-22 12:38:30 +00:00
this.Controls.Add(this.txtFive);
2010-03-02 17:56:21 +00:00
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;
2011-01-22 12:38:30 +00:00
private System.Windows.Forms.TextBox txtFive;
2010-03-02 17:56:21 +00:00
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;
2011-01-22 12:38:30 +00:00
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtTwelve;
2010-03-02 17:56:21 +00:00
}
}