..
This commit is contained in:
98
SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
generated
98
SubProject/FBS0000/Holiday/fHolyday_Add.Designer.cs
generated
@@ -33,6 +33,7 @@
|
||||
System.Windows.Forms.Label contentsLabel;
|
||||
System.Windows.Forms.Label uidLabel;
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.Label label2;
|
||||
this.dsMSSQL = new FBS0000.dsMSSQL();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ta = new FBS0000.dsMSSQLTableAdapters.HolydayTableAdapter();
|
||||
@@ -42,15 +43,18 @@
|
||||
this.cmbUser = new System.Windows.Forms.ComboBox();
|
||||
this.btOK = new System.Windows.Forms.Button();
|
||||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||||
this.radNormall = new System.Windows.Forms.RadioButton();
|
||||
this.radEtc = new System.Windows.Forms.RadioButton();
|
||||
this.radDR = new System.Windows.Forms.RadioButton();
|
||||
this.radCR = new System.Windows.Forms.RadioButton();
|
||||
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
||||
sdateLabel = new System.Windows.Forms.Label();
|
||||
contentsLabel = new System.Windows.Forms.Label();
|
||||
uidLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// sdateLabel
|
||||
@@ -66,7 +70,7 @@
|
||||
// contentsLabel
|
||||
//
|
||||
contentsLabel.AutoSize = true;
|
||||
contentsLabel.Location = new System.Drawing.Point(44, 82);
|
||||
contentsLabel.Location = new System.Drawing.Point(42, 83);
|
||||
contentsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
contentsLabel.Name = "contentsLabel";
|
||||
contentsLabel.Size = new System.Drawing.Size(37, 19);
|
||||
@@ -137,7 +141,7 @@
|
||||
this.dateTimePicker1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "sdate", true));
|
||||
this.dateTimePicker1.Location = new System.Drawing.Point(87, 45);
|
||||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(300, 27);
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(214, 27);
|
||||
this.dateTimePicker1.TabIndex = 3;
|
||||
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
|
||||
//
|
||||
@@ -169,42 +173,76 @@
|
||||
//
|
||||
this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "termDr", true));
|
||||
this.numericUpDown1.DecimalPlaces = 2;
|
||||
this.numericUpDown1.Location = new System.Drawing.Point(87, 256);
|
||||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||||
999999,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown1.Name = "numericUpDown1";
|
||||
this.numericUpDown1.Size = new System.Drawing.Size(422, 27);
|
||||
this.numericUpDown1.Size = new System.Drawing.Size(159, 27);
|
||||
this.numericUpDown1.TabIndex = 7;
|
||||
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// radNormall
|
||||
// radDR
|
||||
//
|
||||
this.radNormall.AutoSize = true;
|
||||
this.radNormall.Checked = true;
|
||||
this.radNormall.Location = new System.Drawing.Point(393, 47);
|
||||
this.radNormall.Name = "radNormall";
|
||||
this.radNormall.Size = new System.Drawing.Size(55, 23);
|
||||
this.radNormall.TabIndex = 9;
|
||||
this.radNormall.TabStop = true;
|
||||
this.radNormall.Text = "일반";
|
||||
this.radNormall.UseVisualStyleBackColor = true;
|
||||
this.radDR.AutoSize = true;
|
||||
this.radDR.Location = new System.Drawing.Point(389, 47);
|
||||
this.radDR.Name = "radDR";
|
||||
this.radDR.Size = new System.Drawing.Size(55, 23);
|
||||
this.radDR.TabIndex = 9;
|
||||
this.radDR.Text = "발생";
|
||||
this.radDR.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// radEtc
|
||||
// radCR
|
||||
//
|
||||
this.radEtc.AutoSize = true;
|
||||
this.radEtc.Location = new System.Drawing.Point(454, 47);
|
||||
this.radEtc.Name = "radEtc";
|
||||
this.radEtc.Size = new System.Drawing.Size(55, 23);
|
||||
this.radEtc.TabIndex = 10;
|
||||
this.radEtc.Text = "기타";
|
||||
this.radEtc.UseVisualStyleBackColor = true;
|
||||
this.radCR.AutoSize = true;
|
||||
this.radCR.Checked = true;
|
||||
this.radCR.Location = new System.Drawing.Point(317, 47);
|
||||
this.radCR.Name = "radCR";
|
||||
this.radCR.Size = new System.Drawing.Size(55, 23);
|
||||
this.radCR.TabIndex = 10;
|
||||
this.radCR.TabStop = true;
|
||||
this.radCR.Text = "사용";
|
||||
this.radCR.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// numericUpDown2
|
||||
//
|
||||
this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.numericUpDown2.DecimalPlaces = 2;
|
||||
this.numericUpDown2.Location = new System.Drawing.Point(350, 256);
|
||||
this.numericUpDown2.Maximum = new decimal(new int[] {
|
||||
999999,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericUpDown2.Name = "numericUpDown2";
|
||||
this.numericUpDown2.Size = new System.Drawing.Size(159, 27);
|
||||
this.numericUpDown2.TabIndex = 12;
|
||||
this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(307, 258);
|
||||
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(37, 19);
|
||||
label2.TabIndex = 11;
|
||||
label2.Text = "시간";
|
||||
//
|
||||
// fHolyday_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(523, 340);
|
||||
this.Controls.Add(this.radEtc);
|
||||
this.Controls.Add(this.radNormall);
|
||||
this.Controls.Add(this.numericUpDown2);
|
||||
this.Controls.Add(label2);
|
||||
this.Controls.Add(this.radCR);
|
||||
this.Controls.Add(this.radDR);
|
||||
this.Controls.Add(this.numericUpDown1);
|
||||
this.Controls.Add(label1);
|
||||
this.Controls.Add(this.btOK);
|
||||
@@ -218,12 +256,13 @@
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fHolyday_Add";
|
||||
this.Text = "휴가 발생 등록";
|
||||
this.Text = "휴가 발생/사용 등록";
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.@__Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -240,7 +279,8 @@
|
||||
private System.Windows.Forms.ComboBox cmbUser;
|
||||
private System.Windows.Forms.Button btOK;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
||||
private System.Windows.Forms.RadioButton radNormall;
|
||||
private System.Windows.Forms.RadioButton radEtc;
|
||||
private System.Windows.Forms.RadioButton radDR;
|
||||
private System.Windows.Forms.RadioButton radCR;
|
||||
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user