368 lines
18 KiB
C#
368 lines
18 KiB
C#
|
namespace Payroll.Report
|
|||
|
{
|
|||
|
partial class fTrainingReport
|
|||
|
{
|
|||
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.lsbReports = new System.Windows.Forms.ListBox();
|
|||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
this.ctlDepartment = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.lblDepartment = new System.Windows.Forms.Label();
|
|||
|
this.cboSchedule = new System.Windows.Forms.ComboBox();
|
|||
|
this.lblSchedule = new System.Windows.Forms.Label();
|
|||
|
this.ctlMultipleEmployee = new Payroll.Controls.CustomControls.ctlMultipleEmployee();
|
|||
|
this.lblEmployee = new System.Windows.Forms.Label();
|
|||
|
this.cboInstitute = new System.Windows.Forms.ComboBox();
|
|||
|
this.cboTrainingNature = new System.Windows.Forms.ComboBox();
|
|||
|
this.cboTraining = new System.Windows.Forms.ComboBox();
|
|||
|
this.cboTrainingType = new System.Windows.Forms.ComboBox();
|
|||
|
this.lblInstitute = new System.Windows.Forms.Label();
|
|||
|
this.lblTrainNature = new System.Windows.Forms.Label();
|
|||
|
this.lblTrainType = new System.Windows.Forms.Label();
|
|||
|
this.lblTraining = new System.Windows.Forms.Label();
|
|||
|
this.dtpToDate = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.lblToDate = new System.Windows.Forms.Label();
|
|||
|
this.dtpFromDate = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.lblFromDate = new System.Windows.Forms.Label();
|
|||
|
this.btnPreview = new System.Windows.Forms.Button();
|
|||
|
this.btnCancel = new System.Windows.Forms.Button();
|
|||
|
this.fontDialog1 = new System.Windows.Forms.FontDialog();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.groupBox2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.lsbReports);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(12, 3);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(223, 283);
|
|||
|
this.groupBox1.TabIndex = 0;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
//
|
|||
|
// lsbReports
|
|||
|
//
|
|||
|
this.lsbReports.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lsbReports.FormattingEnabled = true;
|
|||
|
this.lsbReports.ItemHeight = 15;
|
|||
|
this.lsbReports.Items.AddRange(new object[] {
|
|||
|
"Training Summary",
|
|||
|
"Training Wise Report",
|
|||
|
"Tarining Conducted by Department",
|
|||
|
"Department wise Tarining Attendee",
|
|||
|
"Training NEED Analysis(TNA) Status",
|
|||
|
"Employee Wise Training Status",
|
|||
|
"Employee Wise Training Details",
|
|||
|
"Training Name wise details",
|
|||
|
"Department Wise Training Expens",
|
|||
|
"Training Costing Information",
|
|||
|
"Entity Wise Training Summary ",
|
|||
|
"Attendance Record"});
|
|||
|
this.lsbReports.Location = new System.Drawing.Point(0, 9);
|
|||
|
this.lsbReports.Name = "lsbReports";
|
|||
|
this.lsbReports.Size = new System.Drawing.Size(217, 259);
|
|||
|
this.lsbReports.TabIndex = 0;
|
|||
|
this.lsbReports.SelectedIndexChanged += new System.EventHandler(this.lsbReports_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// groupBox2
|
|||
|
//
|
|||
|
this.groupBox2.Controls.Add(this.ctlDepartment);
|
|||
|
this.groupBox2.Controls.Add(this.lblDepartment);
|
|||
|
this.groupBox2.Controls.Add(this.cboSchedule);
|
|||
|
this.groupBox2.Controls.Add(this.lblSchedule);
|
|||
|
this.groupBox2.Controls.Add(this.ctlMultipleEmployee);
|
|||
|
this.groupBox2.Controls.Add(this.lblEmployee);
|
|||
|
this.groupBox2.Controls.Add(this.cboInstitute);
|
|||
|
this.groupBox2.Controls.Add(this.cboTrainingNature);
|
|||
|
this.groupBox2.Controls.Add(this.cboTraining);
|
|||
|
this.groupBox2.Controls.Add(this.cboTrainingType);
|
|||
|
this.groupBox2.Controls.Add(this.lblInstitute);
|
|||
|
this.groupBox2.Controls.Add(this.lblTrainNature);
|
|||
|
this.groupBox2.Controls.Add(this.lblTrainType);
|
|||
|
this.groupBox2.Controls.Add(this.lblTraining);
|
|||
|
this.groupBox2.Controls.Add(this.dtpToDate);
|
|||
|
this.groupBox2.Controls.Add(this.lblToDate);
|
|||
|
this.groupBox2.Controls.Add(this.dtpFromDate);
|
|||
|
this.groupBox2.Controls.Add(this.lblFromDate);
|
|||
|
this.groupBox2.Controls.Add(this.btnPreview);
|
|||
|
this.groupBox2.Controls.Add(this.btnCancel);
|
|||
|
this.groupBox2.Location = new System.Drawing.Point(241, 3);
|
|||
|
this.groupBox2.Name = "groupBox2";
|
|||
|
this.groupBox2.Size = new System.Drawing.Size(427, 304);
|
|||
|
this.groupBox2.TabIndex = 1;
|
|||
|
this.groupBox2.TabStop = false;
|
|||
|
//
|
|||
|
// ctlDepartment
|
|||
|
//
|
|||
|
this.ctlDepartment.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.ctlDepartment.ChildPropertyName = "PickerChilds";
|
|||
|
this.ctlDepartment.ControlType = Payroll.BO.EnumCustomBasicControlType.TreeView;
|
|||
|
this.ctlDepartment.CustomSearchString = null;
|
|||
|
this.ctlDepartment.LastLevel = -1;
|
|||
|
this.ctlDepartment.Location = new System.Drawing.Point(105, 92);
|
|||
|
this.ctlDepartment.MHTire = 0;
|
|||
|
this.ctlDepartment.MultipleSelection = false;
|
|||
|
this.ctlDepartment.Name = "ctlDepartment";
|
|||
|
this.ctlDepartment.OutputType = Payroll.BO.EnumCustomBasicControl.Department;
|
|||
|
this.ctlDepartment.PickerCaption = "Department";
|
|||
|
this.ctlDepartment.PickerHeadLine = "";
|
|||
|
this.ctlDepartment.SelectedIDs = null;
|
|||
|
this.ctlDepartment.Size = new System.Drawing.Size(304, 22);
|
|||
|
this.ctlDepartment.TabIndex = 23;
|
|||
|
//
|
|||
|
// lblDepartment
|
|||
|
//
|
|||
|
this.lblDepartment.AutoSize = true;
|
|||
|
this.lblDepartment.Location = new System.Drawing.Point(6, 96);
|
|||
|
this.lblDepartment.Name = "lblDepartment";
|
|||
|
this.lblDepartment.Size = new System.Drawing.Size(62, 13);
|
|||
|
this.lblDepartment.TabIndex = 22;
|
|||
|
this.lblDepartment.Text = "Department";
|
|||
|
//
|
|||
|
// cboSchedule
|
|||
|
//
|
|||
|
this.cboSchedule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboSchedule.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.cboSchedule.FormattingEnabled = true;
|
|||
|
this.cboSchedule.Location = new System.Drawing.Point(105, 235);
|
|||
|
this.cboSchedule.Name = "cboSchedule";
|
|||
|
this.cboSchedule.Size = new System.Drawing.Size(304, 21);
|
|||
|
this.cboSchedule.TabIndex = 21;
|
|||
|
//
|
|||
|
// lblSchedule
|
|||
|
//
|
|||
|
this.lblSchedule.AutoSize = true;
|
|||
|
this.lblSchedule.Location = new System.Drawing.Point(8, 238);
|
|||
|
this.lblSchedule.Name = "lblSchedule";
|
|||
|
this.lblSchedule.Size = new System.Drawing.Size(52, 13);
|
|||
|
this.lblSchedule.TabIndex = 20;
|
|||
|
this.lblSchedule.Text = "Schedule";
|
|||
|
//
|
|||
|
// ctlMultipleEmployee
|
|||
|
//
|
|||
|
this.ctlMultipleEmployee.Grades = null;
|
|||
|
this.ctlMultipleEmployee.Location = new System.Drawing.Point(105, 59);
|
|||
|
this.ctlMultipleEmployee.Name = "ctlMultipleEmployee";
|
|||
|
this.ctlMultipleEmployee.SelectedEmployees = null;
|
|||
|
this.ctlMultipleEmployee.Size = new System.Drawing.Size(304, 27);
|
|||
|
this.ctlMultipleEmployee.TabIndex = 19;
|
|||
|
//
|
|||
|
// lblEmployee
|
|||
|
//
|
|||
|
this.lblEmployee.AutoSize = true;
|
|||
|
this.lblEmployee.Location = new System.Drawing.Point(6, 65);
|
|||
|
this.lblEmployee.Name = "lblEmployee";
|
|||
|
this.lblEmployee.Size = new System.Drawing.Size(53, 13);
|
|||
|
this.lblEmployee.TabIndex = 18;
|
|||
|
this.lblEmployee.Text = "Employee";
|
|||
|
//
|
|||
|
// cboInstitute
|
|||
|
//
|
|||
|
this.cboInstitute.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboInstitute.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.cboInstitute.FormattingEnabled = true;
|
|||
|
this.cboInstitute.Location = new System.Drawing.Point(105, 124);
|
|||
|
this.cboInstitute.Name = "cboInstitute";
|
|||
|
this.cboInstitute.Size = new System.Drawing.Size(304, 21);
|
|||
|
this.cboInstitute.TabIndex = 15;
|
|||
|
//
|
|||
|
// cboTrainingNature
|
|||
|
//
|
|||
|
this.cboTrainingNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboTrainingNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.cboTrainingNature.FormattingEnabled = true;
|
|||
|
this.cboTrainingNature.Location = new System.Drawing.Point(105, 153);
|
|||
|
this.cboTrainingNature.Name = "cboTrainingNature";
|
|||
|
this.cboTrainingNature.Size = new System.Drawing.Size(304, 21);
|
|||
|
this.cboTrainingNature.TabIndex = 14;
|
|||
|
//
|
|||
|
// cboTraining
|
|||
|
//
|
|||
|
this.cboTraining.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboTraining.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.cboTraining.FormattingEnabled = true;
|
|||
|
this.cboTraining.Location = new System.Drawing.Point(105, 208);
|
|||
|
this.cboTraining.Name = "cboTraining";
|
|||
|
this.cboTraining.Size = new System.Drawing.Size(304, 21);
|
|||
|
this.cboTraining.TabIndex = 13;
|
|||
|
this.cboTraining.SelectedIndexChanged += new System.EventHandler(this.cboTraining_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// cboTrainingType
|
|||
|
//
|
|||
|
this.cboTrainingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboTrainingType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.cboTrainingType.FormattingEnabled = true;
|
|||
|
this.cboTrainingType.Location = new System.Drawing.Point(105, 180);
|
|||
|
this.cboTrainingType.Name = "cboTrainingType";
|
|||
|
this.cboTrainingType.Size = new System.Drawing.Size(304, 21);
|
|||
|
this.cboTrainingType.TabIndex = 12;
|
|||
|
this.cboTrainingType.SelectedIndexChanged += new System.EventHandler(this.cboTrainingType_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// lblInstitute
|
|||
|
//
|
|||
|
this.lblInstitute.AutoSize = true;
|
|||
|
this.lblInstitute.Location = new System.Drawing.Point(6, 127);
|
|||
|
this.lblInstitute.Name = "lblInstitute";
|
|||
|
this.lblInstitute.Size = new System.Drawing.Size(44, 13);
|
|||
|
this.lblInstitute.TabIndex = 11;
|
|||
|
this.lblInstitute.Text = "Institute";
|
|||
|
//
|
|||
|
// lblTrainNature
|
|||
|
//
|
|||
|
this.lblTrainNature.AutoSize = true;
|
|||
|
this.lblTrainNature.Location = new System.Drawing.Point(6, 156);
|
|||
|
this.lblTrainNature.Name = "lblTrainNature";
|
|||
|
this.lblTrainNature.Size = new System.Drawing.Size(92, 13);
|
|||
|
this.lblTrainNature.TabIndex = 9;
|
|||
|
this.lblTrainNature.Text = "Nature of Training";
|
|||
|
//
|
|||
|
// lblTrainType
|
|||
|
//
|
|||
|
this.lblTrainType.AutoSize = true;
|
|||
|
this.lblTrainType.Location = new System.Drawing.Point(6, 183);
|
|||
|
this.lblTrainType.Name = "lblTrainType";
|
|||
|
this.lblTrainType.Size = new System.Drawing.Size(72, 13);
|
|||
|
this.lblTrainType.TabIndex = 8;
|
|||
|
this.lblTrainType.Text = "Training Type";
|
|||
|
//
|
|||
|
// lblTraining
|
|||
|
//
|
|||
|
this.lblTraining.AccessibleName = "";
|
|||
|
this.lblTraining.AutoSize = true;
|
|||
|
this.lblTraining.Location = new System.Drawing.Point(6, 211);
|
|||
|
this.lblTraining.Name = "lblTraining";
|
|||
|
this.lblTraining.Size = new System.Drawing.Size(45, 13);
|
|||
|
this.lblTraining.TabIndex = 7;
|
|||
|
this.lblTraining.Text = "Training";
|
|||
|
//
|
|||
|
// dtpToDate
|
|||
|
//
|
|||
|
this.dtpToDate.CustomFormat = "dd MMM yyyy";
|
|||
|
this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
this.dtpToDate.Location = new System.Drawing.Point(290, 32);
|
|||
|
this.dtpToDate.Name = "dtpToDate";
|
|||
|
this.dtpToDate.Size = new System.Drawing.Size(119, 20);
|
|||
|
this.dtpToDate.TabIndex = 5;
|
|||
|
//
|
|||
|
// lblToDate
|
|||
|
//
|
|||
|
this.lblToDate.AccessibleName = "";
|
|||
|
this.lblToDate.AutoSize = true;
|
|||
|
this.lblToDate.Location = new System.Drawing.Point(238, 32);
|
|||
|
this.lblToDate.Name = "lblToDate";
|
|||
|
this.lblToDate.Size = new System.Drawing.Size(46, 13);
|
|||
|
this.lblToDate.TabIndex = 4;
|
|||
|
this.lblToDate.Text = "To Date";
|
|||
|
//
|
|||
|
// dtpFromDate
|
|||
|
//
|
|||
|
this.dtpFromDate.CustomFormat = "dd MMM yyyy";
|
|||
|
this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
this.dtpFromDate.Location = new System.Drawing.Point(105, 32);
|
|||
|
this.dtpFromDate.Name = "dtpFromDate";
|
|||
|
this.dtpFromDate.Size = new System.Drawing.Size(118, 20);
|
|||
|
this.dtpFromDate.TabIndex = 3;
|
|||
|
//
|
|||
|
// lblFromDate
|
|||
|
//
|
|||
|
this.lblFromDate.AccessibleName = "";
|
|||
|
this.lblFromDate.AutoSize = true;
|
|||
|
this.lblFromDate.Location = new System.Drawing.Point(6, 32);
|
|||
|
this.lblFromDate.Name = "lblFromDate";
|
|||
|
this.lblFromDate.Size = new System.Drawing.Size(56, 13);
|
|||
|
this.lblFromDate.TabIndex = 2;
|
|||
|
this.lblFromDate.Text = "From Date";
|
|||
|
//
|
|||
|
// btnPreview
|
|||
|
//
|
|||
|
this.btnPreview.Location = new System.Drawing.Point(241, 264);
|
|||
|
this.btnPreview.Name = "btnPreview";
|
|||
|
this.btnPreview.Size = new System.Drawing.Size(75, 33);
|
|||
|
this.btnPreview.TabIndex = 1;
|
|||
|
this.btnPreview.Text = "&Preview";
|
|||
|
this.btnPreview.UseVisualStyleBackColor = true;
|
|||
|
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
|
|||
|
//
|
|||
|
// btnCancel
|
|||
|
//
|
|||
|
this.btnCancel.Location = new System.Drawing.Point(334, 264);
|
|||
|
this.btnCancel.Name = "btnCancel";
|
|||
|
this.btnCancel.Size = new System.Drawing.Size(75, 33);
|
|||
|
this.btnCancel.TabIndex = 0;
|
|||
|
this.btnCancel.Text = "&Cancel";
|
|||
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|||
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|||
|
//
|
|||
|
// fTrainingReport
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(676, 316);
|
|||
|
this.Controls.Add(this.groupBox2);
|
|||
|
this.Controls.Add(this.groupBox1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "fTrainingReport";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Training Reports";
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox2.ResumeLayout(false);
|
|||
|
this.groupBox2.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
private System.Windows.Forms.ListBox lsbReports;
|
|||
|
private System.Windows.Forms.FontDialog fontDialog1;
|
|||
|
private System.Windows.Forms.Button btnPreview;
|
|||
|
private System.Windows.Forms.Button btnCancel;
|
|||
|
private System.Windows.Forms.DateTimePicker dtpToDate;
|
|||
|
private System.Windows.Forms.Label lblToDate;
|
|||
|
private System.Windows.Forms.DateTimePicker dtpFromDate;
|
|||
|
private System.Windows.Forms.Label lblFromDate;
|
|||
|
private System.Windows.Forms.Label lblTraining;
|
|||
|
private System.Windows.Forms.Label lblTrainNature;
|
|||
|
private System.Windows.Forms.Label lblTrainType;
|
|||
|
private System.Windows.Forms.ComboBox cboTrainingNature;
|
|||
|
private System.Windows.Forms.ComboBox cboTraining;
|
|||
|
private System.Windows.Forms.ComboBox cboTrainingType;
|
|||
|
private System.Windows.Forms.Label lblInstitute;
|
|||
|
private System.Windows.Forms.ComboBox cboInstitute;
|
|||
|
private System.Windows.Forms.Label lblEmployee;
|
|||
|
private Payroll.Controls.CustomControls.ctlMultipleEmployee ctlMultipleEmployee;
|
|||
|
private System.Windows.Forms.ComboBox cboSchedule;
|
|||
|
private System.Windows.Forms.Label lblSchedule;
|
|||
|
private Payroll.Controls.ctlCustomControl ctlDepartment;
|
|||
|
private System.Windows.Forms.Label lblDepartment;
|
|||
|
}
|
|||
|
}
|