namespace Payroll.Report { partial class fEmpDailyAttnReport { /// /// 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.label3 = new System.Windows.Forms.Label(); this.dtpToDate = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.dtpFromDate = new System.Windows.Forms.DateTimePicker(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.btnEmpAttenInfo = new System.Windows.Forms.Button(); this.btnMonthlyDetail = new System.Windows.Forms.Button(); this.btnDailyAbsent = new System.Windows.Forms.Button(); this.btnDailyInOut = new System.Windows.Forms.Button(); this.btnMonthlyAttnReport = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.btnPreview = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.ctlEmployee = new Payroll.Controls.CustomControls.ctlEmployee(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 13); this.label3.TabIndex = 63; this.label3.Text = "Employee"; // // dtpToDate // this.dtpToDate.CustomFormat = "dd MMM yyyy"; this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpToDate.Location = new System.Drawing.Point(257, 45); this.dtpToDate.Name = "dtpToDate"; this.dtpToDate.Size = new System.Drawing.Size(143, 20); this.dtpToDate.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(229, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(20, 13); this.label2.TabIndex = 61; this.label2.Text = "To"; // // dtpFromDate // this.dtpFromDate.CustomFormat = "dd MMM yyyy"; this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpFromDate.Location = new System.Drawing.Point(70, 45); this.dtpFromDate.Name = "dtpFromDate"; this.dtpFromDate.Size = new System.Drawing.Size(146, 20); this.dtpFromDate.TabIndex = 1; // // groupBox5 // this.groupBox5.Controls.Add(this.btnEmpAttenInfo); this.groupBox5.Controls.Add(this.btnMonthlyDetail); this.groupBox5.Controls.Add(this.btnDailyAbsent); this.groupBox5.Controls.Add(this.btnDailyInOut); this.groupBox5.Controls.Add(this.btnMonthlyAttnReport); this.groupBox5.Controls.Add(this.btnClose); this.groupBox5.Controls.Add(this.btnPreview); this.groupBox5.Location = new System.Drawing.Point(11, 84); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(461, 67); this.groupBox5.TabIndex = 3; this.groupBox5.TabStop = false; // // btnEmpAttenInfo // this.btnEmpAttenInfo.Location = new System.Drawing.Point(202, 21); this.btnEmpAttenInfo.Name = "btnEmpAttenInfo"; this.btnEmpAttenInfo.Size = new System.Drawing.Size(95, 28); this.btnEmpAttenInfo.TabIndex = 6; this.btnEmpAttenInfo.Text = "Emp Atten Info"; this.btnEmpAttenInfo.UseVisualStyleBackColor = true; this.btnEmpAttenInfo.Click += new System.EventHandler(this.btnEmpAttenInfo_Click); // // btnMonthlyDetail // this.btnMonthlyDetail.Location = new System.Drawing.Point(113, 28); this.btnMonthlyDetail.Name = "btnMonthlyDetail"; this.btnMonthlyDetail.Size = new System.Drawing.Size(86, 28); this.btnMonthlyDetail.TabIndex = 5; this.btnMonthlyDetail.Text = "Monthly Detail "; this.btnMonthlyDetail.UseVisualStyleBackColor = true; this.btnMonthlyDetail.Click += new System.EventHandler(this.btnMonthlyDetail_Click); // // btnDailyAbsent // this.btnDailyAbsent.Location = new System.Drawing.Point(0, 28); this.btnDailyAbsent.Name = "btnDailyAbsent"; this.btnDailyAbsent.Size = new System.Drawing.Size(107, 28); this.btnDailyAbsent.TabIndex = 4; this.btnDailyAbsent.Text = "&Daily Absent"; this.btnDailyAbsent.UseVisualStyleBackColor = true; this.btnDailyAbsent.Click += new System.EventHandler(this.btnDailyAbsent_Click); // // btnDailyInOut // this.btnDailyInOut.Location = new System.Drawing.Point(113, 9); this.btnDailyInOut.Name = "btnDailyInOut"; this.btnDailyInOut.Size = new System.Drawing.Size(86, 27); this.btnDailyInOut.TabIndex = 3; this.btnDailyInOut.Text = "&Daily In-Out"; this.btnDailyInOut.UseVisualStyleBackColor = true; this.btnDailyInOut.Click += new System.EventHandler(this.btnDailyInOut_Click); // // btnMonthlyAttnReport // this.btnMonthlyAttnReport.Location = new System.Drawing.Point(1, 9); this.btnMonthlyAttnReport.Name = "btnMonthlyAttnReport"; this.btnMonthlyAttnReport.Size = new System.Drawing.Size(106, 28); this.btnMonthlyAttnReport.TabIndex = 2; this.btnMonthlyAttnReport.Text = "&MonthlyAttnReport"; this.btnMonthlyAttnReport.UseVisualStyleBackColor = true; this.btnMonthlyAttnReport.Click += new System.EventHandler(this.btnMonthlyAttnReport_Click); // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Location = new System.Drawing.Point(379, 22); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 27); this.btnClose.TabIndex = 1; this.btnClose.Text = "&Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnPreview // this.btnPreview.Location = new System.Drawing.Point(302, 22); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(75, 27); this.btnPreview.TabIndex = 0; this.btnPreview.Text = "&Preview"; this.btnPreview.UseVisualStyleBackColor = true; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(13, 47); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(30, 13); this.label8.TabIndex = 60; this.label8.Text = "From"; // // ctlEmployee // this.ctlEmployee.EmployeeNo = ""; this.ctlEmployee.Grades = null; this.ctlEmployee.Location = new System.Drawing.Point(66, 7); this.ctlEmployee.Name = "ctlEmployee"; this.ctlEmployee.SelectedEmployee = null; this.ctlEmployee.Size = new System.Drawing.Size(335, 27); this.ctlEmployee.TabIndex = 0; // // fEmpDailyAttnReport // this.AcceptButton = this.btnPreview; 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(484, 163); this.Controls.Add(this.label3); this.Controls.Add(this.ctlEmployee); this.Controls.Add(this.dtpToDate); this.Controls.Add(this.label2); this.Controls.Add(this.dtpFromDate); this.Controls.Add(this.groupBox5); this.Controls.Add(this.label8); this.Name = "fEmpDailyAttnReport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Monthly Job Card Report"; this.Load += new System.EventHandler(this.fEmpDailyAttnReport_Load); this.groupBox5.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label3; private Payroll.Controls.CustomControls.ctlEmployee ctlEmployee; private System.Windows.Forms.DateTimePicker dtpToDate; private System.Windows.Forms.Label label2; private System.Windows.Forms.DateTimePicker dtpFromDate; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnPreview; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnMonthlyAttnReport; private System.Windows.Forms.Button btnDailyInOut; private System.Windows.Forms.Button btnDailyAbsent; private System.Windows.Forms.Button btnMonthlyDetail; private System.Windows.Forms.Button btnEmpAttenInfo; } }