namespace Payroll.Report { partial class frmCCWiseBudgetReport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel2 = new System.Windows.Forms.Panel(); this.btnClose = new System.Windows.Forms.Button(); this.btnPreview = new System.Windows.Forms.Button(); 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.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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, 93); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(438, 47); this.panel2.TabIndex = 2; // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Location = new System.Drawing.Point(350, 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(269, 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); // // 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(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(438, 75); this.panel1.TabIndex = 1; // // dtpToDate // this.dtpToDate.CustomFormat = "MMM yyyy"; this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpToDate.Location = new System.Drawing.Point(299, 44); 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(342, 21); this.cmbBudget.TabIndex = 0; // // 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(41, 13); this.label4.TabIndex = 1; this.label4.Text = "Budget"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(237, 48); 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"; // // frmCCWiseBudgetReport // 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(461, 152); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmCCWiseBudgetReport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = " CC Wise Budget Report"; this.Load += new System.EventHandler(this.frmCCWiseBudgetReport_Load); this.panel2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnPreview; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.DateTimePicker dtpToDate; private System.Windows.Forms.ComboBox cmbBudget; private System.Windows.Forms.DateTimePicker dtpFromDate; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; } }