291 lines
12 KiB
C#
291 lines
12 KiB
C#
namespace Tanshu.Accounts.PointOfSale
|
|
{
|
|
partial class CurrencyCounter
|
|
{
|
|
/// <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.txtTotal = new System.Windows.Forms.TextBox();
|
|
this.txt1 = new System.Windows.Forms.TextBox();
|
|
this.txt2 = new System.Windows.Forms.TextBox();
|
|
this.txt5 = new System.Windows.Forms.TextBox();
|
|
this.txt10 = new System.Windows.Forms.TextBox();
|
|
this.txt20 = new System.Windows.Forms.TextBox();
|
|
this.txt50 = new System.Windows.Forms.TextBox();
|
|
this.txt100 = new System.Windows.Forms.TextBox();
|
|
this.txt500 = new System.Windows.Forms.TextBox();
|
|
this.txt1000 = new System.Windows.Forms.TextBox();
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
this.lblTotal = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtTotal
|
|
//
|
|
this.txtTotal.Location = new System.Drawing.Point(54, 282);
|
|
this.txtTotal.Name = "txtTotal";
|
|
this.txtTotal.ReadOnly = true;
|
|
this.txtTotal.Size = new System.Drawing.Size(100, 20);
|
|
this.txtTotal.TabIndex = 42;
|
|
//
|
|
// txt1
|
|
//
|
|
this.txt1.Location = new System.Drawing.Point(54, 252);
|
|
this.txt1.Name = "txt1";
|
|
this.txt1.Size = new System.Drawing.Size(100, 20);
|
|
this.txt1.TabIndex = 41;
|
|
this.txt1.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt2
|
|
//
|
|
this.txt2.Location = new System.Drawing.Point(54, 222);
|
|
this.txt2.Name = "txt2";
|
|
this.txt2.Size = new System.Drawing.Size(100, 20);
|
|
this.txt2.TabIndex = 40;
|
|
this.txt2.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt5
|
|
//
|
|
this.txt5.Location = new System.Drawing.Point(54, 192);
|
|
this.txt5.Name = "txt5";
|
|
this.txt5.Size = new System.Drawing.Size(100, 20);
|
|
this.txt5.TabIndex = 39;
|
|
this.txt5.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt10
|
|
//
|
|
this.txt10.Location = new System.Drawing.Point(54, 162);
|
|
this.txt10.Name = "txt10";
|
|
this.txt10.Size = new System.Drawing.Size(100, 20);
|
|
this.txt10.TabIndex = 38;
|
|
this.txt10.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt20
|
|
//
|
|
this.txt20.Location = new System.Drawing.Point(54, 132);
|
|
this.txt20.Name = "txt20";
|
|
this.txt20.Size = new System.Drawing.Size(100, 20);
|
|
this.txt20.TabIndex = 37;
|
|
this.txt20.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt50
|
|
//
|
|
this.txt50.Location = new System.Drawing.Point(54, 102);
|
|
this.txt50.Name = "txt50";
|
|
this.txt50.Size = new System.Drawing.Size(100, 20);
|
|
this.txt50.TabIndex = 36;
|
|
this.txt50.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt100
|
|
//
|
|
this.txt100.Location = new System.Drawing.Point(54, 72);
|
|
this.txt100.Name = "txt100";
|
|
this.txt100.Size = new System.Drawing.Size(100, 20);
|
|
this.txt100.TabIndex = 35;
|
|
this.txt100.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt500
|
|
//
|
|
this.txt500.Location = new System.Drawing.Point(54, 42);
|
|
this.txt500.Name = "txt500";
|
|
this.txt500.Size = new System.Drawing.Size(100, 20);
|
|
this.txt500.TabIndex = 34;
|
|
this.txt500.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// txt1000
|
|
//
|
|
this.txt1000.Location = new System.Drawing.Point(54, 12);
|
|
this.txt1000.Name = "txt1000";
|
|
this.txt1000.Size = new System.Drawing.Size(100, 20);
|
|
this.txt1000.TabIndex = 33;
|
|
this.txt1000.TextChanged += new System.EventHandler(this.txt1000_TextChanged);
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Location = new System.Drawing.Point(54, 313);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(100, 20);
|
|
this.btnPrint.TabIndex = 32;
|
|
this.btnPrint.Text = "Print";
|
|
this.btnPrint.UseVisualStyleBackColor = true;
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// lblTotal
|
|
//
|
|
this.lblTotal.AutoSize = true;
|
|
this.lblTotal.Location = new System.Drawing.Point(16, 285);
|
|
this.lblTotal.Name = "lblTotal";
|
|
this.lblTotal.Size = new System.Drawing.Size(31, 13);
|
|
this.lblTotal.TabIndex = 31;
|
|
this.lblTotal.Text = "Total";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(29, 258);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(18, 13);
|
|
this.label10.TabIndex = 30;
|
|
this.label10.Text = "1x";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(28, 227);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(18, 13);
|
|
this.label9.TabIndex = 29;
|
|
this.label9.Text = "2x";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(28, 197);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(18, 13);
|
|
this.label8.TabIndex = 28;
|
|
this.label8.Text = "5x";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(22, 167);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(24, 13);
|
|
this.label7.TabIndex = 27;
|
|
this.label7.Text = "10x";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(22, 137);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(24, 13);
|
|
this.label6.TabIndex = 26;
|
|
this.label6.Text = "20x";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(21, 108);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(24, 13);
|
|
this.label5.TabIndex = 25;
|
|
this.label5.Text = "50x";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(17, 75);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(30, 13);
|
|
this.label3.TabIndex = 24;
|
|
this.label3.Text = "100x";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(18, 46);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(30, 13);
|
|
this.label2.TabIndex = 23;
|
|
this.label2.Text = "500x";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(36, 13);
|
|
this.label1.TabIndex = 22;
|
|
this.label1.Text = "1000x";
|
|
//
|
|
// CurrencyCounter
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(173, 354);
|
|
this.Controls.Add(this.txtTotal);
|
|
this.Controls.Add(this.txt1);
|
|
this.Controls.Add(this.txt2);
|
|
this.Controls.Add(this.txt5);
|
|
this.Controls.Add(this.txt10);
|
|
this.Controls.Add(this.txt20);
|
|
this.Controls.Add(this.txt50);
|
|
this.Controls.Add(this.txt100);
|
|
this.Controls.Add(this.txt500);
|
|
this.Controls.Add(this.txt1000);
|
|
this.Controls.Add(this.btnPrint);
|
|
this.Controls.Add(this.lblTotal);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "CurrencyCounter";
|
|
this.Text = "CurrencyCounter";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtTotal;
|
|
private System.Windows.Forms.TextBox txt1;
|
|
private System.Windows.Forms.TextBox txt2;
|
|
private System.Windows.Forms.TextBox txt5;
|
|
private System.Windows.Forms.TextBox txt10;
|
|
private System.Windows.Forms.TextBox txt20;
|
|
private System.Windows.Forms.TextBox txt50;
|
|
private System.Windows.Forms.TextBox txt100;
|
|
private System.Windows.Forms.TextBox txt500;
|
|
private System.Windows.Forms.TextBox txt1000;
|
|
private System.Windows.Forms.Button btnPrint;
|
|
private System.Windows.Forms.Label lblTotal;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |