129 lines
5.5 KiB
C#
129 lines
5.5 KiB
C#
|
namespace Payroll.Report
|
|||
|
{
|
|||
|
partial class rptEmpLifeCycle
|
|||
|
{
|
|||
|
/// <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.ctlEmployee = new Payroll.Controls.CustomControls.ctlEmployee();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.btnClose = new System.Windows.Forms.Button();
|
|||
|
this.btnPreview = new System.Windows.Forms.Button();
|
|||
|
this.panel2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// ctlEmployee
|
|||
|
//
|
|||
|
this.ctlEmployee.EmployeeNo = "";
|
|||
|
this.ctlEmployee.Grades = null;
|
|||
|
this.ctlEmployee.Location = new System.Drawing.Point(105, 15);
|
|||
|
this.ctlEmployee.Name = "ctlEmployee";
|
|||
|
this.ctlEmployee.SelectedEmployee = null;
|
|||
|
this.ctlEmployee.Size = new System.Drawing.Size(434, 26);
|
|||
|
this.ctlEmployee.TabIndex = 13;
|
|||
|
this.ctlEmployee.ItemChanged += new Payroll.Controls.CustomControls.ctlEmployee.ItemChangedEventHandeler(this.ctlEmployee_ItemChanged);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.label1.Location = new System.Drawing.Point(23, 19);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(70, 20);
|
|||
|
this.label1.TabIndex = 12;
|
|||
|
this.label1.Text = "Employee No";
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.panel1.Location = new System.Drawing.Point(12, 12);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(539, 35);
|
|||
|
this.panel1.TabIndex = 14;
|
|||
|
//
|
|||
|
// 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, 52);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(539, 44);
|
|||
|
this.panel2.TabIndex = 14;
|
|||
|
//
|
|||
|
// btnClose
|
|||
|
//
|
|||
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnClose.Location = new System.Drawing.Point(451, 6);
|
|||
|
this.btnClose.Name = "btnClose";
|
|||
|
this.btnClose.Size = new System.Drawing.Size(75, 27);
|
|||
|
this.btnClose.TabIndex = 15;
|
|||
|
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(370, 6);
|
|||
|
this.btnPreview.Name = "btnPreview";
|
|||
|
this.btnPreview.Size = new System.Drawing.Size(75, 27);
|
|||
|
this.btnPreview.TabIndex = 15;
|
|||
|
this.btnPreview.Text = "Preview";
|
|||
|
this.btnPreview.UseVisualStyleBackColor = true;
|
|||
|
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
|
|||
|
//
|
|||
|
// rptEmpLifeCycle
|
|||
|
//
|
|||
|
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(560, 99);
|
|||
|
this.Controls.Add(this.panel2);
|
|||
|
this.Controls.Add(this.ctlEmployee);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.Name = "rptEmpLifeCycle";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Employee History";
|
|||
|
this.Load += new System.EventHandler(this.rptEmpLifeCycle_Load);
|
|||
|
this.panel2.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Payroll.Controls.CustomControls.ctlEmployee ctlEmployee;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.Button btnClose;
|
|||
|
private System.Windows.Forms.Button btnPreview;
|
|||
|
}
|
|||
|
}
|