namespace Payroll.Report.UI
{
partial class fMarketSurveyComparison
{
///
/// 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.btnCompare = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.cmbDesignation = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cboSurveyOn = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.rptViewer = new Microsoft.Reporting.WinForms.ReportViewer();
this.panel1 = new System.Windows.Forms.Panel();
this.dtpPayDate = new System.Windows.Forms.NumericUpDown();
this.rdoCompare = new System.Windows.Forms.RadioButton();
this.label4 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtpPayDate)).BeginInit();
this.SuspendLayout();
//
// btnCompare
//
this.btnCompare.Location = new System.Drawing.Point(445, 23);
this.btnCompare.Name = "btnCompare";
this.btnCompare.Size = new System.Drawing.Size(82, 27);
this.btnCompare.TabIndex = 2;
this.btnCompare.Text = "Compare";
this.btnCompare.UseVisualStyleBackColor = true;
this.btnCompare.Click += new System.EventHandler(this.btnCompare_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(445, 81);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(82, 27);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(193, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 13);
this.label2.TabIndex = 9;
this.label2.Text = "Survey On";
//
// cmbDesignation
//
this.cmbDesignation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDesignation.FormattingEnabled = true;
this.cmbDesignation.Location = new System.Drawing.Point(257, 85);
this.cmbDesignation.Name = "cmbDesignation";
this.cmbDesignation.Size = new System.Drawing.Size(157, 21);
this.cmbDesignation.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(207, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(36, 13);
this.label3.TabIndex = 8;
this.label3.Text = "Grade";
//
// cboSurveyOn
//
this.cboSurveyOn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSurveyOn.FormattingEnabled = true;
this.cboSurveyOn.Location = new System.Drawing.Point(257, 58);
this.cboSurveyOn.Name = "cboSurveyOn";
this.cboSurveyOn.Size = new System.Drawing.Size(157, 21);
this.cboSurveyOn.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(186, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 13);
this.label1.TabIndex = 12;
this.label1.Text = "Survey Year";
//
// rptViewer
//
this.rptViewer.Location = new System.Drawing.Point(0, 127);
this.rptViewer.Name = "rptViewer";
this.rptViewer.Size = new System.Drawing.Size(1133, 661);
this.rptViewer.TabIndex = 14;
this.rptViewer.ZoomMode = Microsoft.Reporting.WinForms.ZoomMode.FullPage;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.dtpPayDate);
this.panel1.Controls.Add(this.rdoCompare);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.btnCompare);
this.panel1.Controls.Add(this.btnClose);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.cboSurveyOn);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.cmbDesignation);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1134, 121);
this.panel1.TabIndex = 15;
//
// dtpPayDate
//
this.dtpPayDate.Location = new System.Drawing.Point(257, 28);
this.dtpPayDate.Maximum = new decimal(new int[] {
2090,
0,
0,
0});
this.dtpPayDate.Name = "dtpPayDate";
this.dtpPayDate.Size = new System.Drawing.Size(157, 20);
this.dtpPayDate.TabIndex = 16;
this.dtpPayDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// rdoCompare
//
this.rdoCompare.AutoSize = true;
this.rdoCompare.Checked = true;
this.rdoCompare.Location = new System.Drawing.Point(14, 27);
this.rdoCompare.Name = "rdoCompare";
this.rdoCompare.Size = new System.Drawing.Size(162, 17);
this.rdoCompare.TabIndex = 15;
this.rdoCompare.TabStop = true;
this.rdoCompare.Text = "Compare with other company";
this.rdoCompare.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(11, 8);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(91, 13);
this.label4.TabIndex = 14;
this.label4.Text = "Search Criteria";
//
// fMarketSurveyComparison
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1134, 788);
this.Controls.Add(this.rptViewer);
this.Controls.Add(this.panel1);
this.MinimizeBox = false;
this.Name = "fMarketSurveyComparison";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Market Survey Comparison";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.fMarketSurveyComparison_Load);
this.Resize += new System.EventHandler(this.fMarketSurveyComparison_Resize);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtpPayDate)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCompare;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cmbDesignation;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cboSurveyOn;
private System.Windows.Forms.Label label1;
private Microsoft.Reporting.WinForms.ReportViewer rptViewer;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RadioButton rdoCompare;
private System.Windows.Forms.NumericUpDown dtpPayDate;
}
}