narsil/Tanshu.Accounts.PointOfSale/Advances/RecieveAdvanceForm.designer.cs

258 lines
12 KiB
C#

namespace Tanshu.Accounts.PointOfSale
{
partial class RecieveAdvanceForm
{
/// <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.btnAdd = new System.Windows.Forms.Button();
this.Label7 = new System.Windows.Forms.Label();
this.txtNarration = new System.Windows.Forms.TextBox();
this.txtAmount = new System.Windows.Forms.TextBox();
this.lblAmount = new System.Windows.Forms.Label();
this.txtCashier = new System.Windows.Forms.TextBox();
this.Label5 = new System.Windows.Forms.Label();
this.txtVoid = new System.Windows.Forms.TextBox();
this.txtAmt = new System.Windows.Forms.TextBox();
this.Label4 = 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.dtpTo = new System.Windows.Forms.DateTimePicker();
this.dtpFrom = new System.Windows.Forms.DateTimePicker();
this.dgExpenses = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dgExpenses)).BeginInit();
this.SuspendLayout();
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(60, 115);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 21);
this.btnAdd.TabIndex = 109;
this.btnAdd.Text = "&Add";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// Label7
//
this.Label7.AutoSize = true;
this.Label7.Location = new System.Drawing.Point(12, 92);
this.Label7.Name = "Label7";
this.Label7.Size = new System.Drawing.Size(50, 13);
this.Label7.TabIndex = 108;
this.Label7.Text = "Narration";
//
// txtNarration
//
this.txtNarration.Location = new System.Drawing.Point(68, 89);
this.txtNarration.Name = "txtNarration";
this.txtNarration.Size = new System.Drawing.Size(322, 20);
this.txtNarration.TabIndex = 107;
//
// txtAmount
//
this.txtAmount.Location = new System.Drawing.Point(68, 64);
this.txtAmount.Name = "txtAmount";
this.txtAmount.Size = new System.Drawing.Size(92, 20);
this.txtAmount.TabIndex = 106;
this.txtAmount.Text = "0";
this.txtAmount.TextChanged += new System.EventHandler(this.txtAmount_TextChanged);
this.txtAmount.Leave += new System.EventHandler(this.txtAmount_Leave);
//
// lblAmount
//
this.lblAmount.AutoSize = true;
this.lblAmount.Location = new System.Drawing.Point(19, 67);
this.lblAmount.Name = "lblAmount";
this.lblAmount.Size = new System.Drawing.Size(43, 13);
this.lblAmount.TabIndex = 105;
this.lblAmount.Text = "Amount";
//
// txtCashier
//
this.txtCashier.Location = new System.Drawing.Point(68, 38);
this.txtCashier.Name = "txtCashier";
this.txtCashier.ReadOnly = true;
this.txtCashier.Size = new System.Drawing.Size(322, 20);
this.txtCashier.TabIndex = 104;
//
// Label5
//
this.Label5.AutoSize = true;
this.Label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label5.Location = new System.Drawing.Point(78, 505);
this.Label5.Name = "Label5";
this.Label5.Size = new System.Drawing.Size(40, 16);
this.Label5.TabIndex = 103;
this.Label5.Text = "Void";
//
// txtVoid
//
this.txtVoid.BackColor = System.Drawing.Color.Black;
this.txtVoid.ForeColor = System.Drawing.Color.Lime;
this.txtVoid.Location = new System.Drawing.Point(124, 504);
this.txtVoid.Name = "txtVoid";
this.txtVoid.ReadOnly = true;
this.txtVoid.Size = new System.Drawing.Size(100, 20);
this.txtVoid.TabIndex = 102;
this.txtVoid.Text = "0.00";
this.txtVoid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txtAmt
//
this.txtAmt.BackColor = System.Drawing.Color.Black;
this.txtAmt.ForeColor = System.Drawing.Color.Lime;
this.txtAmt.Location = new System.Drawing.Point(280, 504);
this.txtAmt.Name = "txtAmt";
this.txtAmt.ReadOnly = true;
this.txtAmt.Size = new System.Drawing.Size(110, 20);
this.txtAmt.TabIndex = 101;
this.txtAmt.Text = "0.00";
this.txtAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// Label4
//
this.Label4.AutoSize = true;
this.Label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label4.Location = new System.Drawing.Point(230, 505);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(44, 16);
this.Label4.TabIndex = 100;
this.Label4.Text = "Total";
//
// Label3
//
this.Label3.AutoSize = true;
this.Label3.Location = new System.Drawing.Point(20, 41);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(42, 13);
this.Label3.TabIndex = 99;
this.Label3.Text = "Cashier";
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.Location = new System.Drawing.Point(197, 18);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(20, 13);
this.Label2.TabIndex = 96;
this.Label2.Text = "To";
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.Location = new System.Drawing.Point(32, 18);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(30, 13);
this.Label1.TabIndex = 94;
this.Label1.Text = "From";
//
// dtpTo
//
this.dtpTo.Location = new System.Drawing.Point(223, 12);
this.dtpTo.Name = "dtpTo";
this.dtpTo.Size = new System.Drawing.Size(167, 20);
this.dtpTo.TabIndex = 97;
//
// dtpFrom
//
this.dtpFrom.Location = new System.Drawing.Point(68, 11);
this.dtpFrom.Name = "dtpFrom";
this.dtpFrom.Size = new System.Drawing.Size(121, 20);
this.dtpFrom.TabIndex = 95;
this.dtpFrom.ValueChanged += new System.EventHandler(this.dtpFrom_ValueChanged);
//
// dgExpenses
//
this.dgExpenses.AllowUserToAddRows = false;
this.dgExpenses.AllowUserToDeleteRows = false;
this.dgExpenses.AllowUserToResizeRows = false;
this.dgExpenses.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.dgExpenses.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgExpenses.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgExpenses.Location = new System.Drawing.Point(12, 142);
this.dgExpenses.Name = "dgExpenses";
this.dgExpenses.ReadOnly = true;
this.dgExpenses.RowHeadersVisible = false;
this.dgExpenses.RowTemplate.Height = 19;
this.dgExpenses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgExpenses.Size = new System.Drawing.Size(378, 356);
this.dgExpenses.TabIndex = 110;
//
// RecieveAdvanceForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(402, 536);
this.Controls.Add(this.dgExpenses);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.Label7);
this.Controls.Add(this.txtNarration);
this.Controls.Add(this.txtAmount);
this.Controls.Add(this.lblAmount);
this.Controls.Add(this.txtCashier);
this.Controls.Add(this.Label5);
this.Controls.Add(this.txtVoid);
this.Controls.Add(this.txtAmt);
this.Controls.Add(this.Label4);
this.Controls.Add(this.Label3);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.Controls.Add(this.dtpTo);
this.Controls.Add(this.dtpFrom);
this.MaximizeBox = false;
this.Name = "RecieveAdvanceForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Received Advance";
this.Load += new System.EventHandler(this.RecieveAdvanceForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dgExpenses)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.Button btnAdd;
internal System.Windows.Forms.Label Label7;
internal System.Windows.Forms.TextBox txtNarration;
internal System.Windows.Forms.TextBox txtAmount;
internal System.Windows.Forms.Label lblAmount;
internal System.Windows.Forms.TextBox txtCashier;
internal System.Windows.Forms.Label Label5;
internal System.Windows.Forms.TextBox txtVoid;
internal System.Windows.Forms.TextBox txtAmt;
internal System.Windows.Forms.Label Label4;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.DateTimePicker dtpTo;
internal System.Windows.Forms.DateTimePicker dtpFrom;
private System.Windows.Forms.DataGridView dgExpenses;
}
}