휴가이력현황 report -> spread.net
This commit is contained in:
51
SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
generated
51
SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
generated
@@ -50,6 +50,7 @@
|
||||
this.nudDrHour = new System.Windows.Forms.NumericUpDown();
|
||||
this.nudDrDay = new System.Windows.Forms.NumericUpDown();
|
||||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||
sdateLabel = new System.Windows.Forms.Label();
|
||||
contentsLabel = new System.Windows.Forms.Label();
|
||||
uidLabel = new System.Windows.Forms.Label();
|
||||
@@ -146,6 +147,16 @@
|
||||
label5.TabIndex = 6;
|
||||
label5.Text = "구분";
|
||||
//
|
||||
// label6
|
||||
//
|
||||
label6.AutoSize = true;
|
||||
label6.Location = new System.Drawing.Point(30, 82);
|
||||
label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label6.Name = "label6";
|
||||
label6.Size = new System.Drawing.Size(51, 19);
|
||||
label6.TabIndex = 4;
|
||||
label6.Text = "종료일";
|
||||
//
|
||||
// dsMSSQL
|
||||
//
|
||||
this.dsMSSQL.DataSetName = "dsMSSQL";
|
||||
@@ -211,6 +222,11 @@
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.nudCrDAy.Minimum = new decimal(new int[] {
|
||||
1316134911,
|
||||
2328,
|
||||
0,
|
||||
-2147483648});
|
||||
this.nudCrDAy.Name = "nudCrDAy";
|
||||
this.nudCrDAy.Size = new System.Drawing.Size(183, 27);
|
||||
this.nudCrDAy.TabIndex = 15;
|
||||
@@ -225,6 +241,11 @@
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.nudCrHour.Minimum = new decimal(new int[] {
|
||||
1316134911,
|
||||
2328,
|
||||
0,
|
||||
-2147483648});
|
||||
this.nudCrHour.Name = "nudCrHour";
|
||||
this.nudCrHour.Size = new System.Drawing.Size(197, 27);
|
||||
this.nudCrHour.TabIndex = 17;
|
||||
@@ -235,7 +256,7 @@
|
||||
this.cmbType.FormattingEnabled = true;
|
||||
this.cmbType.Location = new System.Drawing.Point(87, 112);
|
||||
this.cmbType.Name = "cmbType";
|
||||
this.cmbType.Size = new System.Drawing.Size(462, 27);
|
||||
this.cmbType.Size = new System.Drawing.Size(311, 27);
|
||||
this.cmbType.TabIndex = 7;
|
||||
//
|
||||
// nudDrHour
|
||||
@@ -247,6 +268,11 @@
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.nudDrHour.Minimum = new decimal(new int[] {
|
||||
1316134911,
|
||||
2328,
|
||||
0,
|
||||
-2147483648});
|
||||
this.nudDrHour.Name = "nudDrHour";
|
||||
this.nudDrHour.Size = new System.Drawing.Size(197, 27);
|
||||
this.nudDrHour.TabIndex = 13;
|
||||
@@ -261,6 +287,11 @@
|
||||
23,
|
||||
0,
|
||||
0});
|
||||
this.nudDrDay.Minimum = new decimal(new int[] {
|
||||
1316134911,
|
||||
2328,
|
||||
0,
|
||||
-2147483648});
|
||||
this.nudDrDay.Name = "nudDrDay";
|
||||
this.nudDrDay.Size = new System.Drawing.Size(183, 27);
|
||||
this.nudDrDay.TabIndex = 11;
|
||||
@@ -273,21 +304,22 @@
|
||||
this.dateTimePicker2.Size = new System.Drawing.Size(462, 27);
|
||||
this.dateTimePicker2.TabIndex = 5;
|
||||
//
|
||||
// label6
|
||||
// checkBox1
|
||||
//
|
||||
label6.AutoSize = true;
|
||||
label6.Location = new System.Drawing.Point(30, 82);
|
||||
label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label6.Name = "label6";
|
||||
label6.Size = new System.Drawing.Size(51, 19);
|
||||
label6.TabIndex = 4;
|
||||
label6.Text = "종료일";
|
||||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.Location = new System.Drawing.Point(404, 114);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(150, 23);
|
||||
this.checkBox1.TabIndex = 19;
|
||||
this.checkBox1.Text = "이월된 자료 입니다";
|
||||
this.checkBox1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fHolyday_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(566, 430);
|
||||
this.Controls.Add(this.checkBox1);
|
||||
this.Controls.Add(this.dateTimePicker2);
|
||||
this.Controls.Add(label6);
|
||||
this.Controls.Add(this.contentsTextBox);
|
||||
@@ -340,5 +372,6 @@
|
||||
private System.Windows.Forms.NumericUpDown nudDrHour;
|
||||
private System.Windows.Forms.NumericUpDown nudDrDay;
|
||||
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
||||
private System.Windows.Forms.CheckBox checkBox1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user