395 lines
18 KiB
C#
395 lines
18 KiB
C#
namespace Payroll.Report
|
|
{
|
|
partial class frmBudgetReport
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.dtpToDate = new System.Windows.Forms.DateTimePicker();
|
|
this.cmbBudget = new System.Windows.Forms.ComboBox();
|
|
this.dtpFromDate = new System.Windows.Forms.DateTimePicker();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnPreview = new System.Windows.Forms.Button();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.lsvBudget = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.cmbBud9 = new System.Windows.Forms.ComboBox();
|
|
this.cmbBud39 = new System.Windows.Forms.ComboBox();
|
|
this.cmbBud3 = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.dtpToDate);
|
|
this.panel1.Controls.Add(this.cmbBudget);
|
|
this.panel1.Controls.Add(this.dtpFromDate);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Location = new System.Drawing.Point(414, 12);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(338, 217);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// dtpToDate
|
|
//
|
|
this.dtpToDate.CustomFormat = "MMM yyyy";
|
|
this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpToDate.Location = new System.Drawing.Point(83, 70);
|
|
this.dtpToDate.Name = "dtpToDate";
|
|
this.dtpToDate.Size = new System.Drawing.Size(126, 20);
|
|
this.dtpToDate.TabIndex = 3;
|
|
//
|
|
// cmbBudget
|
|
//
|
|
this.cmbBudget.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbBudget.FormattingEnabled = true;
|
|
this.cmbBudget.Location = new System.Drawing.Point(83, 7);
|
|
this.cmbBudget.Name = "cmbBudget";
|
|
this.cmbBudget.Size = new System.Drawing.Size(246, 21);
|
|
this.cmbBudget.TabIndex = 0;
|
|
this.cmbBudget.SelectedIndexChanged += new System.EventHandler(this.cmbBudget_SelectedIndexChanged);
|
|
//
|
|
// dtpFromDate
|
|
//
|
|
this.dtpFromDate.CustomFormat = "MMM yyyy";
|
|
this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpFromDate.Location = new System.Drawing.Point(83, 44);
|
|
this.dtpFromDate.Name = "dtpFromDate";
|
|
this.dtpFromDate.Size = new System.Drawing.Size(126, 20);
|
|
this.dtpFromDate.TabIndex = 3;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(14, 10);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(62, 13);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "Forecasting";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(14, 74);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(46, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "To Date";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(14, 48);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(56, 13);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "From Date";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel2.Controls.Add(this.btnClose);
|
|
this.panel2.Controls.Add(this.btnPreview);
|
|
this.panel2.Location = new System.Drawing.Point(12, 235);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(740, 47);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Location = new System.Drawing.Point(653, 9);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 27);
|
|
this.btnClose.TabIndex = 2;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnPreview
|
|
//
|
|
this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnPreview.Location = new System.Drawing.Point(572, 9);
|
|
this.btnPreview.Name = "btnPreview";
|
|
this.btnPreview.Size = new System.Drawing.Size(75, 27);
|
|
this.btnPreview.TabIndex = 2;
|
|
this.btnPreview.Text = "Preview";
|
|
this.btnPreview.UseVisualStyleBackColor = true;
|
|
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel3.Controls.Add(this.lsvBudget);
|
|
this.panel3.Location = new System.Drawing.Point(12, 12);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(396, 217);
|
|
this.panel3.TabIndex = 0;
|
|
//
|
|
// lsvBudget
|
|
//
|
|
this.lsvBudget.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1});
|
|
this.lsvBudget.FullRowSelect = true;
|
|
this.lsvBudget.GridLines = true;
|
|
this.lsvBudget.Location = new System.Drawing.Point(6, 6);
|
|
this.lsvBudget.Name = "lsvBudget";
|
|
this.lsvBudget.Size = new System.Drawing.Size(382, 203);
|
|
this.lsvBudget.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
|
this.lsvBudget.TabIndex = 0;
|
|
this.lsvBudget.UseCompatibleStateImageBehavior = false;
|
|
this.lsvBudget.View = System.Windows.Forms.View.Details;
|
|
this.lsvBudget.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvBudget_ColumnClick);
|
|
this.lsvBudget.Click += new System.EventHandler(this.lsvBudget_Click);
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "Report Types";
|
|
this.columnHeader1.Width = 350;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel4.Controls.Add(this.comboBox2);
|
|
this.panel4.Controls.Add(this.comboBox1);
|
|
this.panel4.Controls.Add(this.label10);
|
|
this.panel4.Controls.Add(this.label1);
|
|
this.panel4.Controls.Add(this.label6);
|
|
this.panel4.Location = new System.Drawing.Point(412, 12);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(338, 217);
|
|
this.panel4.TabIndex = 0;
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Location = new System.Drawing.Point(81, 54);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(247, 21);
|
|
this.comboBox2.TabIndex = 3;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(81, 6);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(247, 21);
|
|
this.comboBox1.TabIndex = 2;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(14, 58);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(48, 13);
|
|
this.label10.TabIndex = 1;
|
|
this.label10.Text = "Forecast";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(14, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(48, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Forecast";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(186, 35);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(23, 13);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "VS";
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel5.Controls.Add(this.cmbBud9);
|
|
this.panel5.Controls.Add(this.cmbBud39);
|
|
this.panel5.Controls.Add(this.cmbBud3);
|
|
this.panel5.Controls.Add(this.label9);
|
|
this.panel5.Controls.Add(this.label5);
|
|
this.panel5.Controls.Add(this.label7);
|
|
this.panel5.Controls.Add(this.label8);
|
|
this.panel5.Location = new System.Drawing.Point(410, 12);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(338, 217);
|
|
this.panel5.TabIndex = 0;
|
|
//
|
|
// cmbBud9
|
|
//
|
|
this.cmbBud9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbBud9.FormattingEnabled = true;
|
|
this.cmbBud9.Location = new System.Drawing.Point(84, 112);
|
|
this.cmbBud9.Name = "cmbBud9";
|
|
this.cmbBud9.Size = new System.Drawing.Size(246, 21);
|
|
this.cmbBud9.TabIndex = 3;
|
|
//
|
|
// cmbBud39
|
|
//
|
|
this.cmbBud39.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbBud39.FormattingEnabled = true;
|
|
this.cmbBud39.Location = new System.Drawing.Point(84, 17);
|
|
this.cmbBud39.Name = "cmbBud39";
|
|
this.cmbBud39.Size = new System.Drawing.Size(246, 21);
|
|
this.cmbBud39.TabIndex = 2;
|
|
//
|
|
// cmbBud3
|
|
//
|
|
this.cmbBud3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbBud3.FormattingEnabled = true;
|
|
this.cmbBud3.Location = new System.Drawing.Point(84, 68);
|
|
this.cmbBud3.Name = "cmbBud3";
|
|
this.cmbBud3.Size = new System.Drawing.Size(246, 21);
|
|
this.cmbBud3.TabIndex = 2;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(15, 20);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(41, 13);
|
|
this.label9.TabIndex = 5;
|
|
this.label9.Text = "Budget";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(15, 115);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(62, 13);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "Budget ( 9 )";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(15, 71);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(62, 13);
|
|
this.label7.TabIndex = 5;
|
|
this.label7.Text = "Budget ( 3 )";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.Location = new System.Drawing.Point(190, 48);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(23, 13);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "VS";
|
|
//
|
|
// frmBudgetReport
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnClose;
|
|
this.ClientSize = new System.Drawing.Size(766, 292);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.panel4);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmBudgetReport";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Forecasting Report";
|
|
this.Load += new System.EventHandler(this.frmBudgetReport_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel5.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.ComboBox cmbBudget;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btnPreview;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DateTimePicker dtpFromDate;
|
|
private System.Windows.Forms.DateTimePicker dtpToDate;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.ListView lsvBudget;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.ComboBox cmbBud9;
|
|
private System.Windows.Forms.ComboBox cmbBud3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.ComboBox cmbBud39;
|
|
private System.Windows.Forms.Label label9;
|
|
}
|
|
} |