narsil/Tanshu.Accounts.PointOfSale/Updates/AutoUpdateForm.Designer.cs
2010-03-02 23:26:21 +05:30

183 lines
7.2 KiB
C#

namespace Accounts.PointOfSale
{
partial class AutoUpdateForm
{
/// <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();
this.txtTwelve = 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.txtFourSize = new System.Windows.Forms.TextBox();
this.txtZeroSize = new System.Windows.Forms.TextBox();
this.txtTwelveSize = 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, 142);
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);
//
// txtTwelve
//
this.txtTwelve.Location = new System.Drawing.Point(50, 116);
this.txtTwelve.Name = "txtTwelve";
this.txtTwelve.Size = new System.Drawing.Size(152, 20);
this.txtTwelve.TabIndex = 4;
this.txtTwelve.Text = "0";
//
// txtFour
//
this.txtFour.Location = new System.Drawing.Point(50, 90);
this.txtFour.Name = "txtFour";
this.txtFour.Size = new System.Drawing.Size(152, 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(152, 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(36, 13);
this.label3.TabIndex = 8;
this.label3.Text = "12.5%";
//
// txtFourSize
//
this.txtFourSize.Location = new System.Drawing.Point(208, 90);
this.txtFourSize.Name = "txtFourSize";
this.txtFourSize.Size = new System.Drawing.Size(72, 20);
this.txtFourSize.TabIndex = 9;
this.txtFourSize.Text = "3000";
//
// txtZeroSize
//
this.txtZeroSize.Location = new System.Drawing.Point(208, 64);
this.txtZeroSize.Name = "txtZeroSize";
this.txtZeroSize.Size = new System.Drawing.Size(72, 20);
this.txtZeroSize.TabIndex = 10;
this.txtZeroSize.Text = "5000";
//
// txtTwelveSize
//
this.txtTwelveSize.Location = new System.Drawing.Point(208, 116);
this.txtTwelveSize.Name = "txtTwelveSize";
this.txtTwelveSize.Size = new System.Drawing.Size(72, 20);
this.txtTwelveSize.TabIndex = 11;
this.txtTwelveSize.Text = "2000";
//
// AutoUpdateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 177);
this.Controls.Add(this.txtTwelveSize);
this.Controls.Add(this.txtZeroSize);
this.Controls.Add(this.txtFourSize);
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.txtTwelve);
this.Controls.Add(this.btnGo);
this.Controls.Add(this.dtpTo);
this.Controls.Add(this.dtpFrom);
this.Name = "AutoUpdateForm";
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 txtTwelve;
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 txtFourSize;
private System.Windows.Forms.TextBox txtZeroSize;
private System.Windows.Forms.TextBox txtTwelveSize;
}
}