narsil/Tanshu.Accounts.PointOfSale/Management/ManagementForm.designer.cs

153 lines
6.5 KiB
C#

namespace Tanshu.Accounts.Management
{
partial class ManagementForm
{
/// <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.label10 = new System.Windows.Forms.Label();
this.btnGo = new System.Windows.Forms.Button();
this.btnTally = new System.Windows.Forms.Button();
this.btnFinalSanction = new System.Windows.Forms.Button();
this.btnExcel = new System.Windows.Forms.Button();
this.txtStatus = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// dtpFinish
//
this.dtpFinish.CustomFormat = "dd-MMM-yyyy";
this.dtpFinish.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpFinish.Location = new System.Drawing.Point(168, 12);
this.dtpFinish.Name = "dtpFinish";
this.dtpFinish.Size = new System.Drawing.Size(90, 20);
this.dtpFinish.TabIndex = 21;
//
// dtpStart
//
this.dtpStart.CustomFormat = "dd-MMM-yyyy";
this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStart.Location = new System.Drawing.Point(12, 12);
this.dtpStart.Name = "dtpStart";
this.dtpStart.Size = new System.Drawing.Size(90, 20);
this.dtpStart.TabIndex = 20;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(108, 16);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(54, 13);
this.label10.TabIndex = 22;
this.label10.Text = "<- Date ->";
//
// btnGo
//
this.btnGo.Location = new System.Drawing.Point(12, 207);
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(113, 23);
this.btnGo.TabIndex = 24;
this.btnGo.Text = "Go";
this.btnGo.UseVisualStyleBackColor = true;
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// btnTally
//
this.btnTally.Location = new System.Drawing.Point(145, 207);
this.btnTally.Name = "btnTally";
this.btnTally.Size = new System.Drawing.Size(113, 23);
this.btnTally.TabIndex = 25;
this.btnTally.Text = "Tally";
this.btnTally.UseVisualStyleBackColor = true;
this.btnTally.Click += new System.EventHandler(this.btnTally_Click);
//
// btnFinalSanction
//
this.btnFinalSanction.Location = new System.Drawing.Point(12, 178);
this.btnFinalSanction.Name = "btnFinalSanction";
this.btnFinalSanction.Size = new System.Drawing.Size(113, 23);
this.btnFinalSanction.TabIndex = 26;
this.btnFinalSanction.Text = "Final Sanction";
this.btnFinalSanction.UseVisualStyleBackColor = true;
this.btnFinalSanction.Click += new System.EventHandler(this.btnFinalSanction_Click);
//
// btnExcel
//
this.btnExcel.Location = new System.Drawing.Point(145, 178);
this.btnExcel.Name = "btnExcel";
this.btnExcel.Size = new System.Drawing.Size(113, 23);
this.btnExcel.TabIndex = 27;
this.btnExcel.Text = "Excel";
this.btnExcel.UseVisualStyleBackColor = true;
this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
//
// txtStatus
//
this.txtStatus.AcceptsReturn = true;
this.txtStatus.Location = new System.Drawing.Point(12, 38);
this.txtStatus.Multiline = true;
this.txtStatus.Name = "txtStatus";
this.txtStatus.ReadOnly = true;
this.txtStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtStatus.Size = new System.Drawing.Size(246, 134);
this.txtStatus.TabIndex = 28;
//
// ManagementForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(270, 242);
this.Controls.Add(this.txtStatus);
this.Controls.Add(this.btnExcel);
this.Controls.Add(this.btnFinalSanction);
this.Controls.Add(this.btnTally);
this.Controls.Add(this.btnGo);
this.Controls.Add(this.dtpFinish);
this.Controls.Add(this.dtpStart);
this.Controls.Add(this.label10);
this.MaximizeBox = false;
this.Name = "ManagementForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Sale Analysis Form";
this.Load += new System.EventHandler(this.ManagementForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DateTimePicker dtpFinish;
private System.Windows.Forms.DateTimePicker dtpStart;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btnGo;
private System.Windows.Forms.Button btnTally;
private System.Windows.Forms.Button btnFinalSanction;
private System.Windows.Forms.Button btnExcel;
private System.Windows.Forms.TextBox txtStatus;
}
}