270 lines
12 KiB
C#
270 lines
12 KiB
C#
namespace Tanshu.Accounts.PointOfSale
|
|
{
|
|
partial class AdjustAdvanceForm
|
|
{
|
|
/// <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.btnAdjust = new System.Windows.Forms.Button();
|
|
this.btnSelect = 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();
|
|
//
|
|
// btnAdjust
|
|
//
|
|
this.btnAdjust.Location = new System.Drawing.Point(142, 113);
|
|
this.btnAdjust.Name = "btnAdjust";
|
|
this.btnAdjust.Size = new System.Drawing.Size(75, 21);
|
|
this.btnAdjust.TabIndex = 111;
|
|
this.btnAdjust.Text = "&Adjust";
|
|
this.btnAdjust.Click += new System.EventHandler(this.btnAdjust_Click);
|
|
//
|
|
// btnSelect
|
|
//
|
|
this.btnSelect.Location = new System.Drawing.Point(61, 113);
|
|
this.btnSelect.Name = "btnSelect";
|
|
this.btnSelect.Size = new System.Drawing.Size(75, 21);
|
|
this.btnSelect.TabIndex = 110;
|
|
this.btnSelect.Text = "&Select";
|
|
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
|
|
//
|
|
// Label7
|
|
//
|
|
this.Label7.AutoSize = true;
|
|
this.Label7.Location = new System.Drawing.Point(6, 92);
|
|
this.Label7.Name = "Label7";
|
|
this.Label7.Size = new System.Drawing.Size(50, 13);
|
|
this.Label7.TabIndex = 109;
|
|
this.Label7.Text = "Narration";
|
|
//
|
|
// txtNarration
|
|
//
|
|
this.txtNarration.Location = new System.Drawing.Point(61, 90);
|
|
this.txtNarration.Name = "txtNarration";
|
|
this.txtNarration.ReadOnly = true;
|
|
this.txtNarration.Size = new System.Drawing.Size(330, 20);
|
|
this.txtNarration.TabIndex = 108;
|
|
//
|
|
// txtAmount
|
|
//
|
|
this.txtAmount.Location = new System.Drawing.Point(61, 68);
|
|
this.txtAmount.Name = "txtAmount";
|
|
this.txtAmount.ReadOnly = true;
|
|
this.txtAmount.Size = new System.Drawing.Size(100, 20);
|
|
this.txtAmount.TabIndex = 107;
|
|
//
|
|
// lblAmount
|
|
//
|
|
this.lblAmount.AutoSize = true;
|
|
this.lblAmount.Location = new System.Drawing.Point(11, 71);
|
|
this.lblAmount.Name = "lblAmount";
|
|
this.lblAmount.Size = new System.Drawing.Size(43, 13);
|
|
this.lblAmount.TabIndex = 106;
|
|
this.lblAmount.Text = "Amount";
|
|
//
|
|
// txtCashier
|
|
//
|
|
this.txtCashier.Location = new System.Drawing.Point(61, 47);
|
|
this.txtCashier.Name = "txtCashier";
|
|
this.txtCashier.ReadOnly = true;
|
|
this.txtCashier.Size = new System.Drawing.Size(330, 20);
|
|
this.txtCashier.TabIndex = 105;
|
|
//
|
|
// 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(56, 501);
|
|
this.Label5.Name = "Label5";
|
|
this.Label5.Size = new System.Drawing.Size(40, 16);
|
|
this.Label5.TabIndex = 104;
|
|
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(112, 499);
|
|
this.txtVoid.Name = "txtVoid";
|
|
this.txtVoid.ReadOnly = true;
|
|
this.txtVoid.Size = new System.Drawing.Size(100, 20);
|
|
this.txtVoid.TabIndex = 103;
|
|
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(281, 500);
|
|
this.txtAmt.Name = "txtAmt";
|
|
this.txtAmt.ReadOnly = true;
|
|
this.txtAmt.Size = new System.Drawing.Size(110, 20);
|
|
this.txtAmt.TabIndex = 102;
|
|
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(232, 502);
|
|
this.Label4.Name = "Label4";
|
|
this.Label4.Size = new System.Drawing.Size(44, 16);
|
|
this.Label4.TabIndex = 101;
|
|
this.Label4.Text = "Total";
|
|
//
|
|
// Label3
|
|
//
|
|
this.Label3.AutoSize = true;
|
|
this.Label3.Location = new System.Drawing.Point(13, 52);
|
|
this.Label3.Name = "Label3";
|
|
this.Label3.Size = new System.Drawing.Size(42, 13);
|
|
this.Label3.TabIndex = 100;
|
|
this.Label3.Text = "Cashier";
|
|
//
|
|
// Label2
|
|
//
|
|
this.Label2.AutoSize = true;
|
|
this.Label2.Location = new System.Drawing.Point(171, 18);
|
|
this.Label2.Name = "Label2";
|
|
this.Label2.Size = new System.Drawing.Size(20, 13);
|
|
this.Label2.TabIndex = 97;
|
|
this.Label2.Text = "To";
|
|
//
|
|
// Label1
|
|
//
|
|
this.Label1.AutoSize = true;
|
|
this.Label1.Location = new System.Drawing.Point(21, 18);
|
|
this.Label1.Name = "Label1";
|
|
this.Label1.Size = new System.Drawing.Size(30, 13);
|
|
this.Label1.TabIndex = 95;
|
|
this.Label1.Text = "From";
|
|
//
|
|
// dtpTo
|
|
//
|
|
this.dtpTo.Location = new System.Drawing.Point(191, 18);
|
|
this.dtpTo.Name = "dtpTo";
|
|
this.dtpTo.Size = new System.Drawing.Size(90, 20);
|
|
this.dtpTo.TabIndex = 98;
|
|
//
|
|
// dtpFrom
|
|
//
|
|
this.dtpFrom.Location = new System.Drawing.Point(61, 18);
|
|
this.dtpFrom.Name = "dtpFrom";
|
|
this.dtpFrom.Size = new System.Drawing.Size(90, 20);
|
|
this.dtpFrom.TabIndex = 96;
|
|
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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgExpenses.Location = new System.Drawing.Point(13, 140);
|
|
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 = 112;
|
|
//
|
|
// AdjustAdvanceForm
|
|
//
|
|
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.btnAdjust);
|
|
this.Controls.Add(this.btnSelect);
|
|
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.MinimizeBox = false;
|
|
this.Name = "AdjustAdvanceForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Payment Details";
|
|
this.Load += new System.EventHandler(this.AdjustAdvancesForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgExpenses)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
internal System.Windows.Forms.Button btnAdjust;
|
|
internal System.Windows.Forms.Button btnSelect;
|
|
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;
|
|
|
|
}
|
|
} |