254 lines
10 KiB
C#
254 lines
10 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.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, 142);
|
|
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, 171);
|
|
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";
|
|
//
|
|
// ReplaceForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(566, 203);
|
|
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;
|
|
}
|
|
} |