2010-03-02 17:56:21 +00:00
|
|
|
|
namespace Tanshu.Accounts.PointOfSale
|
|
|
|
|
{
|
2011-03-11 18:49:48 +00:00
|
|
|
|
partial class CashierCheckoutForm
|
2010-03-02 17:56:21 +00:00
|
|
|
|
{
|
|
|
|
|
/// <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.dtpFinish = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.dtpStart = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
|
|
|
this.cmbCashier = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
2014-11-06 10:39:11 +00:00
|
|
|
|
this.dgvSale = new System.Windows.Forms.DataGridView();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSale)).BeginInit();
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// dtpFinish
|
|
|
|
|
//
|
|
|
|
|
this.dtpFinish.Location = new System.Drawing.Point(189, 12);
|
|
|
|
|
this.dtpFinish.Name = "dtpFinish";
|
|
|
|
|
this.dtpFinish.Size = new System.Drawing.Size(110, 20);
|
|
|
|
|
this.dtpFinish.TabIndex = 42;
|
2011-04-11 12:55:45 +00:00
|
|
|
|
this.dtpFinish.ValueChanged += new System.EventHandler(this.DtpFinishValueChanged);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
|
|
|
|
// dtpStart
|
|
|
|
|
//
|
|
|
|
|
this.dtpStart.Location = new System.Drawing.Point(15, 11);
|
|
|
|
|
this.dtpStart.Name = "dtpStart";
|
|
|
|
|
this.dtpStart.Size = new System.Drawing.Size(110, 20);
|
|
|
|
|
this.dtpStart.TabIndex = 41;
|
2011-04-11 12:55:45 +00:00
|
|
|
|
this.dtpStart.ValueChanged += new System.EventHandler(this.DtpStartValueChanged);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
|
|
|
|
// btnPrint
|
|
|
|
|
//
|
2014-11-06 10:39:11 +00:00
|
|
|
|
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.btnPrint.Location = new System.Drawing.Point(15, 262);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.btnPrint.Name = "btnPrint";
|
|
|
|
|
this.btnPrint.Size = new System.Drawing.Size(287, 23);
|
|
|
|
|
this.btnPrint.TabIndex = 40;
|
|
|
|
|
this.btnPrint.Text = "&Print";
|
|
|
|
|
this.btnPrint.UseVisualStyleBackColor = true;
|
2011-04-11 12:55:45 +00:00
|
|
|
|
this.btnPrint.Click += new System.EventHandler(this.BtnPrintClick);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
|
|
|
|
// cmbCashier
|
|
|
|
|
//
|
|
|
|
|
this.cmbCashier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cmbCashier.FormattingEnabled = true;
|
|
|
|
|
this.cmbCashier.Location = new System.Drawing.Point(99, 38);
|
|
|
|
|
this.cmbCashier.Name = "cmbCashier";
|
|
|
|
|
this.cmbCashier.Size = new System.Drawing.Size(200, 21);
|
|
|
|
|
this.cmbCashier.TabIndex = 37;
|
2011-04-11 12:55:45 +00:00
|
|
|
|
this.cmbCashier.SelectedIndexChanged += new System.EventHandler(this.CmbCashierSelectedIndexChanged);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(128, 15);
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(54, 13);
|
|
|
|
|
this.label10.TabIndex = 57;
|
|
|
|
|
this.label10.Text = "<- Date ->";
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(12, 41);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(42, 13);
|
|
|
|
|
this.label9.TabIndex = 58;
|
|
|
|
|
this.label9.Text = "Cashier";
|
|
|
|
|
//
|
2014-11-06 10:39:11 +00:00
|
|
|
|
// dgvSale
|
|
|
|
|
//
|
|
|
|
|
this.dgvSale.AllowUserToAddRows = false;
|
|
|
|
|
this.dgvSale.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dgvSale.AllowUserToResizeRows = false;
|
|
|
|
|
this.dgvSale.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.dgvSale.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dgvSale.Location = new System.Drawing.Point(15, 65);
|
|
|
|
|
this.dgvSale.MultiSelect = false;
|
|
|
|
|
this.dgvSale.Name = "dgvSale";
|
|
|
|
|
this.dgvSale.ReadOnly = true;
|
|
|
|
|
this.dgvSale.RowHeadersVisible = false;
|
|
|
|
|
this.dgvSale.RowTemplate.Height = 19;
|
|
|
|
|
this.dgvSale.RowTemplate.ReadOnly = true;
|
|
|
|
|
this.dgvSale.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
this.dgvSale.Size = new System.Drawing.Size(287, 187);
|
|
|
|
|
this.dgvSale.TabIndex = 59;
|
2011-02-04 19:30:55 +00:00
|
|
|
|
//
|
2011-04-11 12:55:45 +00:00
|
|
|
|
// CashierCheckoutForm
|
2010-03-02 17:56:21 +00:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2014-11-06 10:39:11 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(311, 297);
|
|
|
|
|
this.Controls.Add(this.dgvSale);
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.Controls.Add(this.dtpFinish);
|
|
|
|
|
this.Controls.Add(this.dtpStart);
|
|
|
|
|
this.Controls.Add(this.btnPrint);
|
|
|
|
|
this.Controls.Add(this.cmbCashier);
|
|
|
|
|
this.Controls.Add(this.label10);
|
|
|
|
|
this.Controls.Add(this.label9);
|
|
|
|
|
this.MaximizeBox = false;
|
2011-03-11 18:49:48 +00:00
|
|
|
|
this.Name = "CashierCheckoutForm";
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "Cashier Checkout Form";
|
2014-11-06 10:39:11 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.CashierCheckoutForm_Load);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSale)).EndInit();
|
2010-03-02 17:56:21 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.DateTimePicker dtpFinish;
|
|
|
|
|
private System.Windows.Forms.DateTimePicker dtpStart;
|
|
|
|
|
private System.Windows.Forms.Button btnPrint;
|
|
|
|
|
private System.Windows.Forms.ComboBox cmbCashier;
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
2014-11-06 10:39:11 +00:00
|
|
|
|
private System.Windows.Forms.DataGridView dgvSale;
|
2010-03-02 17:56:21 +00:00
|
|
|
|
}
|
|
|
|
|
}
|