148 lines
6.3 KiB
C#
148 lines
6.3 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.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// dtpFinish
|
|
//
|
|
this.dtpFinish.CustomFormat = "dd-MMM-yyyy";
|
|
this.dtpFinish.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpFinish.Location = new System.Drawing.Point(224, 15);
|
|
this.dtpFinish.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dtpFinish.Name = "dtpFinish";
|
|
this.dtpFinish.Size = new System.Drawing.Size(119, 22);
|
|
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(16, 15);
|
|
this.dtpStart.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dtpStart.Name = "dtpStart";
|
|
this.dtpStart.Size = new System.Drawing.Size(119, 22);
|
|
this.dtpStart.TabIndex = 20;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(144, 20);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(72, 17);
|
|
this.label10.TabIndex = 22;
|
|
this.label10.Text = "<- Date ->";
|
|
//
|
|
// btnGo
|
|
//
|
|
this.btnGo.Enabled = false;
|
|
this.btnGo.Location = new System.Drawing.Point(16, 255);
|
|
this.btnGo.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnGo.Name = "btnGo";
|
|
this.btnGo.Size = new System.Drawing.Size(200, 28);
|
|
this.btnGo.TabIndex = 24;
|
|
this.btnGo.Text = "Go";
|
|
this.btnGo.UseVisualStyleBackColor = true;
|
|
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(224, 255);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(200, 28);
|
|
this.button1.TabIndex = 25;
|
|
this.button1.Text = "Tally";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(16, 219);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(200, 28);
|
|
this.button2.TabIndex = 26;
|
|
this.button2.Text = "Final Sanction";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(224, 219);
|
|
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(200, 28);
|
|
this.button3.TabIndex = 27;
|
|
this.button3.Text = "Excel";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// ManagementForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(479, 298);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.btnGo);
|
|
this.Controls.Add(this.dtpFinish);
|
|
this.Controls.Add(this.dtpStart);
|
|
this.Controls.Add(this.label10);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.Name = "ManagementForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Sale Analysis Form";
|
|
this.Load += new System.EventHandler(this.Sale_Analysis_Form_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 button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
}
|
|
} |