narsil/Tanshu.Accounts.PointOfSale/Updates/ReplaceForm.Designer.cs
2011-12-05 14:53:02 +05:30

392 lines
16 KiB
C#

namespace Tanshu.Accounts.PointOfSale
{
partial class ReplaceForm
{
/// <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.txtTwelve1 = new System.Windows.Forms.TextBox();
this.txtFour1 = new System.Windows.Forms.TextBox();
this.txtZero1 = 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.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtZero2 = new System.Windows.Forms.TextBox();
this.txtFour2 = new System.Windows.Forms.TextBox();
this.txtTwelve2 = new System.Windows.Forms.TextBox();
this.txtOne = new System.Windows.Forms.TextBox();
this.txtTwo = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.txtFiveTwoFive2 = new System.Windows.Forms.TextBox();
this.txtThirteenOneTwoFive2 = new System.Windows.Forms.TextBox();
this.txtFive2 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtFiveTwoFive1 = new System.Windows.Forms.TextBox();
this.txtThirteenOneTwoFive1 = new System.Windows.Forms.TextBox();
this.txtFive1 = 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;
this.dtpFrom.Value = new System.DateTime(2009, 12, 1, 0, 0, 0, 0);
//
// dtpTo
//
this.dtpTo.Location = new System.Drawing.Point(286, 12);
this.dtpTo.Name = "dtpTo";
this.dtpTo.Size = new System.Drawing.Size(268, 20);
this.dtpTo.TabIndex = 1;
this.dtpTo.Value = new System.DateTime(2009, 12, 31, 23, 59, 59, 0);
//
// btnGo
//
this.btnGo.Location = new System.Drawing.Point(12, 220);
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(542, 23);
this.btnGo.TabIndex = 5;
this.btnGo.Text = "Go";
this.btnGo.UseVisualStyleBackColor = true;
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// txtTwelve1
//
this.txtTwelve1.Location = new System.Drawing.Point(50, 116);
this.txtTwelve1.Name = "txtTwelve1";
this.txtTwelve1.Size = new System.Drawing.Size(230, 20);
this.txtTwelve1.TabIndex = 4;
this.txtTwelve1.Text = "0";
//
// txtFour1
//
this.txtFour1.Location = new System.Drawing.Point(50, 90);
this.txtFour1.Name = "txtFour1";
this.txtFour1.Size = new System.Drawing.Size(230, 20);
this.txtFour1.TabIndex = 3;
this.txtFour1.Text = "0";
//
// txtZero1
//
this.txtZero1.Location = new System.Drawing.Point(50, 64);
this.txtZero1.Name = "txtZero1";
this.txtZero1.Size = new System.Drawing.Size(230, 20);
this.txtZero1.TabIndex = 2;
this.txtZero1.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%";
//
// txtStatus
//
this.txtStatus.Location = new System.Drawing.Point(12, 249);
this.txtStatus.Name = "txtStatus";
this.txtStatus.ReadOnly = true;
this.txtStatus.Size = new System.Drawing.Size(542, 20);
this.txtStatus.TabIndex = 9;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(286, 119);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(36, 13);
this.label4.TabIndex = 15;
this.label4.Text = "12.5%";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(286, 93);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(21, 13);
this.label5.TabIndex = 14;
this.label5.Text = "4%";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(286, 67);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(21, 13);
this.label6.TabIndex = 13;
this.label6.Text = "0%";
//
// txtZero2
//
this.txtZero2.Location = new System.Drawing.Point(324, 64);
this.txtZero2.Name = "txtZero2";
this.txtZero2.Size = new System.Drawing.Size(230, 20);
this.txtZero2.TabIndex = 10;
this.txtZero2.Text = "0";
//
// txtFour2
//
this.txtFour2.Location = new System.Drawing.Point(324, 90);
this.txtFour2.Name = "txtFour2";
this.txtFour2.Size = new System.Drawing.Size(230, 20);
this.txtFour2.TabIndex = 11;
this.txtFour2.Text = "0";
//
// txtTwelve2
//
this.txtTwelve2.Location = new System.Drawing.Point(324, 116);
this.txtTwelve2.Name = "txtTwelve2";
this.txtTwelve2.Size = new System.Drawing.Size(230, 20);
this.txtTwelve2.TabIndex = 12;
this.txtTwelve2.Text = "0";
//
// txtOne
//
this.txtOne.Location = new System.Drawing.Point(12, 38);
this.txtOne.Name = "txtOne";
this.txtOne.Size = new System.Drawing.Size(268, 20);
this.txtOne.TabIndex = 16;
this.txtOne.Text = "AccountsGF";
//
// txtTwo
//
this.txtTwo.Location = new System.Drawing.Point(286, 38);
this.txtTwo.Name = "txtTwo";
this.txtTwo.Size = new System.Drawing.Size(268, 20);
this.txtTwo.TabIndex = 17;
this.txtTwo.Text = "AccountsFF";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(286, 197);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(21, 13);
this.label7.TabIndex = 29;
this.label7.Text = "5%";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(286, 171);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(48, 13);
this.label8.TabIndex = 28;
this.label8.Text = "13.125%";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(286, 145);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(36, 13);
this.label9.TabIndex = 27;
this.label9.Text = "5.25%";
//
// txtFiveTwoFive2
//
this.txtFiveTwoFive2.Location = new System.Drawing.Point(324, 142);
this.txtFiveTwoFive2.Name = "txtFiveTwoFive2";
this.txtFiveTwoFive2.Size = new System.Drawing.Size(230, 20);
this.txtFiveTwoFive2.TabIndex = 24;
this.txtFiveTwoFive2.Text = "0";
//
// txtThirteenOneTwoFive2
//
this.txtThirteenOneTwoFive2.Location = new System.Drawing.Point(324, 168);
this.txtThirteenOneTwoFive2.Name = "txtThirteenOneTwoFive2";
this.txtThirteenOneTwoFive2.Size = new System.Drawing.Size(230, 20);
this.txtThirteenOneTwoFive2.TabIndex = 25;
this.txtThirteenOneTwoFive2.Text = "0";
//
// txtFive2
//
this.txtFive2.Location = new System.Drawing.Point(324, 194);
this.txtFive2.Name = "txtFive2";
this.txtFive2.Size = new System.Drawing.Size(230, 20);
this.txtFive2.TabIndex = 26;
this.txtFive2.Text = "0";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 197);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(21, 13);
this.label10.TabIndex = 23;
this.label10.Text = "5%";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(12, 171);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(48, 13);
this.label11.TabIndex = 22;
this.label11.Text = "13.125%";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(12, 145);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(36, 13);
this.label12.TabIndex = 21;
this.label12.Text = "5.25%";
//
// txtFiveTwoFive1
//
this.txtFiveTwoFive1.Location = new System.Drawing.Point(50, 142);
this.txtFiveTwoFive1.Name = "txtFiveTwoFive1";
this.txtFiveTwoFive1.Size = new System.Drawing.Size(230, 20);
this.txtFiveTwoFive1.TabIndex = 18;
this.txtFiveTwoFive1.Text = "0";
//
// txtThirteenOneTwoFive1
//
this.txtThirteenOneTwoFive1.Location = new System.Drawing.Point(50, 168);
this.txtThirteenOneTwoFive1.Name = "txtThirteenOneTwoFive1";
this.txtThirteenOneTwoFive1.Size = new System.Drawing.Size(230, 20);
this.txtThirteenOneTwoFive1.TabIndex = 19;
this.txtThirteenOneTwoFive1.Text = "0";
//
// txtFive1
//
this.txtFive1.Location = new System.Drawing.Point(50, 194);
this.txtFive1.Name = "txtFive1";
this.txtFive1.Size = new System.Drawing.Size(230, 20);
this.txtFive1.TabIndex = 20;
this.txtFive1.Text = "0";
//
// ReplaceForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(566, 277);
this.Controls.Add(this.label7);
this.Controls.Add(this.label8);
this.Controls.Add(this.label9);
this.Controls.Add(this.txtFiveTwoFive2);
this.Controls.Add(this.txtThirteenOneTwoFive2);
this.Controls.Add(this.txtFive2);
this.Controls.Add(this.label10);
this.Controls.Add(this.label11);
this.Controls.Add(this.label12);
this.Controls.Add(this.txtFiveTwoFive1);
this.Controls.Add(this.txtThirteenOneTwoFive1);
this.Controls.Add(this.txtFive1);
this.Controls.Add(this.txtTwo);
this.Controls.Add(this.txtOne);
this.Controls.Add(this.label4);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtZero2);
this.Controls.Add(this.txtFour2);
this.Controls.Add(this.txtTwelve2);
this.Controls.Add(this.txtStatus);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtZero1);
this.Controls.Add(this.txtFour1);
this.Controls.Add(this.txtTwelve1);
this.Controls.Add(this.btnGo);
this.Controls.Add(this.dtpTo);
this.Controls.Add(this.dtpFrom);
this.Name = "ReplaceForm";
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 txtTwelve1;
private System.Windows.Forms.TextBox txtFour1;
private System.Windows.Forms.TextBox txtZero1;
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.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtZero2;
private System.Windows.Forms.TextBox txtFour2;
private System.Windows.Forms.TextBox txtTwelve2;
private System.Windows.Forms.TextBox txtOne;
private System.Windows.Forms.TextBox txtTwo;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtFiveTwoFive2;
private System.Windows.Forms.TextBox txtThirteenOneTwoFive2;
private System.Windows.Forms.TextBox txtFive2;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtFiveTwoFive1;
private System.Windows.Forms.TextBox txtThirteenOneTwoFive1;
private System.Windows.Forms.TextBox txtFive1;
}
}