490 lines
24 KiB
C#
490 lines
24 KiB
C#
namespace Payroll.UI
|
|
{
|
|
partial class fShiftDefinition
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fShiftDefinition));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.cboShiftType = new System.Windows.Forms.ComboBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.numDelayCalc = new Ease.Controls.Win.numDouble();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.chkhasAbsentTime = new System.Windows.Forms.CheckBox();
|
|
this.dtpAbsentTime = new System.Windows.Forms.DateTimePicker();
|
|
this.numMinimumOTHour = new System.Windows.Forms.NumericUpDown();
|
|
this.numEarlyExit = new System.Windows.Forms.NumericUpDown();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.chkIsOverlapingDay = new System.Windows.Forms.CheckBox();
|
|
this.numLateCalc = new Ease.Controls.Win.numDouble();
|
|
this.dtpShiftOutTime = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpShiftInTime = new System.Windows.Forms.DateTimePicker();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtShiftShortName = new System.Windows.Forms.TextBox();
|
|
this.txtShiftCode = new System.Windows.Forms.TextBox();
|
|
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numMinimumOTHour)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numEarlyExit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
|
|
this.groupBox5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cboShiftType);
|
|
this.groupBox1.Controls.Add(this.label14);
|
|
this.groupBox1.Controls.Add(this.numDelayCalc);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.chkhasAbsentTime);
|
|
this.groupBox1.Controls.Add(this.dtpAbsentTime);
|
|
this.groupBox1.Controls.Add(this.numMinimumOTHour);
|
|
this.groupBox1.Controls.Add(this.numEarlyExit);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
this.groupBox1.Controls.Add(this.chkIsOverlapingDay);
|
|
this.groupBox1.Controls.Add(this.numLateCalc);
|
|
this.groupBox1.Controls.Add(this.dtpShiftOutTime);
|
|
this.groupBox1.Controls.Add(this.dtpShiftInTime);
|
|
this.groupBox1.Controls.Add(this.txtName);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.txtShiftShortName);
|
|
this.groupBox1.Controls.Add(this.txtShiftCode);
|
|
this.groupBox1.Location = new System.Drawing.Point(9, 40);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(485, 219);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// cboShiftType
|
|
//
|
|
this.cboShiftType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboShiftType.FormattingEnabled = true;
|
|
this.cboShiftType.Location = new System.Drawing.Point(108, 197);
|
|
this.cboShiftType.Name = "cboShiftType";
|
|
this.cboShiftType.Size = new System.Drawing.Size(121, 21);
|
|
this.cboShiftType.TabIndex = 28;
|
|
this.cboShiftType.Visible = false;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label14.Location = new System.Drawing.Point(13, 200);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(65, 13);
|
|
this.label14.TabIndex = 27;
|
|
this.label14.Text = "Shift Type";
|
|
this.label14.Visible = false;
|
|
//
|
|
// numDelayCalc
|
|
//
|
|
this.numDelayCalc.DecimalSeparator = '.';
|
|
this.numDelayCalc.DigitSeparator = ',';
|
|
this.numDelayCalc.Format = "N0";
|
|
this.numDelayCalc.Location = new System.Drawing.Point(356, 138);
|
|
this.numDelayCalc.Maximum = 1.7976931348623157E+308D;
|
|
this.numDelayCalc.Minimum = 0D;
|
|
this.numDelayCalc.Name = "numDelayCalc";
|
|
this.numDelayCalc.Size = new System.Drawing.Size(116, 20);
|
|
this.numDelayCalc.TabIndex = 25;
|
|
this.numDelayCalc.Text = "0";
|
|
this.numDelayCalc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numDelayCalc.Value = 0D;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label12.Location = new System.Drawing.Point(257, 150);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(57, 13);
|
|
this.label12.TabIndex = 26;
|
|
this.label12.Text = "(In Minute)";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label13.Location = new System.Drawing.Point(257, 137);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(65, 13);
|
|
this.label13.TabIndex = 24;
|
|
this.label13.Text = "Delay Cal.";
|
|
//
|
|
// chkhasAbsentTime
|
|
//
|
|
this.chkhasAbsentTime.AutoSize = true;
|
|
this.chkhasAbsentTime.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.chkhasAbsentTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.chkhasAbsentTime.Location = new System.Drawing.Point(7, 103);
|
|
this.chkhasAbsentTime.Name = "chkhasAbsentTime";
|
|
this.chkhasAbsentTime.Size = new System.Drawing.Size(96, 17);
|
|
this.chkhasAbsentTime.TabIndex = 23;
|
|
this.chkhasAbsentTime.Text = "Absent Time";
|
|
this.chkhasAbsentTime.UseVisualStyleBackColor = true;
|
|
this.chkhasAbsentTime.CheckedChanged += new System.EventHandler(this.chkhasAbsentTime_CheckedChanged);
|
|
//
|
|
// dtpAbsentTime
|
|
//
|
|
this.dtpAbsentTime.CustomFormat = "hh:mm tt";
|
|
this.dtpAbsentTime.Enabled = false;
|
|
this.dtpAbsentTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpAbsentTime.Location = new System.Drawing.Point(107, 103);
|
|
this.dtpAbsentTime.Name = "dtpAbsentTime";
|
|
this.dtpAbsentTime.ShowUpDown = true;
|
|
this.dtpAbsentTime.Size = new System.Drawing.Size(118, 20);
|
|
this.dtpAbsentTime.TabIndex = 22;
|
|
//
|
|
// numMinimumOTHour
|
|
//
|
|
this.numMinimumOTHour.Location = new System.Drawing.Point(356, 173);
|
|
this.numMinimumOTHour.Maximum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numMinimumOTHour.Name = "numMinimumOTHour";
|
|
this.numMinimumOTHour.Size = new System.Drawing.Size(116, 20);
|
|
this.numMinimumOTHour.TabIndex = 19;
|
|
this.numMinimumOTHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numMinimumOTHour.ThousandsSeparator = true;
|
|
//
|
|
// numEarlyExit
|
|
//
|
|
this.numEarlyExit.Location = new System.Drawing.Point(356, 103);
|
|
this.numEarlyExit.Maximum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numEarlyExit.Name = "numEarlyExit";
|
|
this.numEarlyExit.Size = new System.Drawing.Size(116, 20);
|
|
this.numEarlyExit.TabIndex = 16;
|
|
this.numEarlyExit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numEarlyExit.ThousandsSeparator = true;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label10.Location = new System.Drawing.Point(249, 186);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(57, 13);
|
|
this.label10.TabIndex = 20;
|
|
this.label10.Text = "(In Minute)";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label11.Location = new System.Drawing.Point(249, 173);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(103, 13);
|
|
this.label11.TabIndex = 18;
|
|
this.label11.Text = "Minimum OTHour";
|
|
//
|
|
// chkIsOverlapingDay
|
|
//
|
|
this.chkIsOverlapingDay.AutoSize = true;
|
|
this.chkIsOverlapingDay.Location = new System.Drawing.Point(107, 176);
|
|
this.chkIsOverlapingDay.Name = "chkIsOverlapingDay";
|
|
this.chkIsOverlapingDay.Size = new System.Drawing.Size(110, 17);
|
|
this.chkIsOverlapingDay.TabIndex = 11;
|
|
this.chkIsOverlapingDay.Text = "Is Overlaping Day";
|
|
this.chkIsOverlapingDay.UseVisualStyleBackColor = true;
|
|
//
|
|
// numLateCalc
|
|
//
|
|
this.numLateCalc.DecimalSeparator = '.';
|
|
this.numLateCalc.DigitSeparator = ',';
|
|
this.numLateCalc.Format = "N0";
|
|
this.numLateCalc.Location = new System.Drawing.Point(107, 139);
|
|
this.numLateCalc.Maximum = 1.7976931348623157E+308D;
|
|
this.numLateCalc.Minimum = 0D;
|
|
this.numLateCalc.Name = "numLateCalc";
|
|
this.numLateCalc.Size = new System.Drawing.Size(118, 20);
|
|
this.numLateCalc.TabIndex = 9;
|
|
this.numLateCalc.Text = "0";
|
|
this.numLateCalc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.numLateCalc.Value = 0D;
|
|
//
|
|
// dtpShiftOutTime
|
|
//
|
|
this.dtpShiftOutTime.CustomFormat = "hh:mm tt";
|
|
this.dtpShiftOutTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpShiftOutTime.Location = new System.Drawing.Point(356, 74);
|
|
this.dtpShiftOutTime.Name = "dtpShiftOutTime";
|
|
this.dtpShiftOutTime.ShowUpDown = true;
|
|
this.dtpShiftOutTime.Size = new System.Drawing.Size(116, 20);
|
|
this.dtpShiftOutTime.TabIndex = 14;
|
|
//
|
|
// dtpShiftInTime
|
|
//
|
|
this.dtpShiftInTime.CustomFormat = "hh:mm tt";
|
|
this.dtpShiftInTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpShiftInTime.Location = new System.Drawing.Point(107, 73);
|
|
this.dtpShiftInTime.Name = "dtpShiftInTime";
|
|
this.dtpShiftInTime.ShowUpDown = true;
|
|
this.dtpShiftInTime.Size = new System.Drawing.Size(118, 20);
|
|
this.dtpShiftInTime.TabIndex = 7;
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(107, 43);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(365, 20);
|
|
this.txtName.TabIndex = 5;
|
|
//
|
|
// 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(10, 45);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(39, 13);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "Name";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label9.Location = new System.Drawing.Point(250, 116);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(57, 13);
|
|
this.label9.TabIndex = 17;
|
|
this.label9.Text = "(In Minute)";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label8.Location = new System.Drawing.Point(10, 151);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(57, 13);
|
|
this.label8.TabIndex = 10;
|
|
this.label8.Text = "(In Minute)";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(10, 138);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(58, 13);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "Late Cal.";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label5.Location = new System.Drawing.Point(4, 73);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(79, 13);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "Shift In Time";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label7.Location = new System.Drawing.Point(250, 103);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(101, 13);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "Early Exit Before";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label6.Location = new System.Drawing.Point(250, 74);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(88, 13);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "Shift Out Time";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(250, 15);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(103, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Shift Short Name";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(10, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(66, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Shift Code";
|
|
//
|
|
// txtShiftShortName
|
|
//
|
|
this.txtShiftShortName.Location = new System.Drawing.Point(356, 13);
|
|
this.txtShiftShortName.Name = "txtShiftShortName";
|
|
this.txtShiftShortName.Size = new System.Drawing.Size(116, 20);
|
|
this.txtShiftShortName.TabIndex = 3;
|
|
//
|
|
// txtShiftCode
|
|
//
|
|
this.txtShiftCode.Location = new System.Drawing.Point(108, 13);
|
|
this.txtShiftCode.Name = "txtShiftCode";
|
|
this.txtShiftCode.Size = new System.Drawing.Size(118, 20);
|
|
this.txtShiftCode.TabIndex = 1;
|
|
//
|
|
// errorProvider1
|
|
//
|
|
this.errorProvider1.ContainerControl = this;
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.btnClose);
|
|
this.groupBox5.Controls.Add(this.btnSave);
|
|
this.groupBox5.Location = new System.Drawing.Point(9, 258);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(485, 56);
|
|
this.groupBox5.TabIndex = 1;
|
|
this.groupBox5.TabStop = false;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.Location = new System.Drawing.Point(397, 18);
|
|
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);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(316, 18);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 27);
|
|
this.btnSave.TabIndex = 0;
|
|
this.btnSave.Tag = "btnSave";
|
|
this.btnSave.Text = "&Save";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
|
|
//
|
|
// fShiftDefinition
|
|
//
|
|
this.AcceptButton = this.btnSave;
|
|
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(505, 346);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fShiftDefinition";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Add Shift";
|
|
this.Controls.SetChildIndex(this.groupBox1, 0);
|
|
this.Controls.SetChildIndex(this.groupBox5, 0);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numMinimumOTHour)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numEarlyExit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtShiftShortName;
|
|
private System.Windows.Forms.TextBox txtShiftCode;
|
|
private System.Windows.Forms.DateTimePicker dtpShiftOutTime;
|
|
private System.Windows.Forms.DateTimePicker dtpShiftInTime;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.ErrorProvider errorProvider1;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private Ease.Controls.Win.numDouble numLateCalc;
|
|
private System.Windows.Forms.CheckBox chkIsOverlapingDay;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.NumericUpDown numMinimumOTHour;
|
|
private System.Windows.Forms.NumericUpDown numEarlyExit;
|
|
private System.Windows.Forms.CheckBox chkhasAbsentTime;
|
|
private System.Windows.Forms.DateTimePicker dtpAbsentTime;
|
|
private Ease.Controls.Win.numDouble numDelayCalc;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.ComboBox cboShiftType;
|
|
}
|
|
} |