This commit is contained in:
chi
2022-04-20 15:09:23 +09:00
parent dd3fcf149f
commit b6607dde2d
23 changed files with 3858 additions and 3532 deletions

View File

@@ -36,6 +36,7 @@
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label6;
this.dsMSSQL = new FBS0000.dsMSSQL();
this.ta = new FBS0000.dsMSSQLTableAdapters.HolydayTableAdapter();
this.tam = new FBS0000.dsMSSQLTableAdapters.TableAdapterManager();
@@ -48,6 +49,7 @@
this.cmbType = new System.Windows.Forms.ComboBox();
this.nudDrHour = new System.Windows.Forms.NumericUpDown();
this.nudDrDay = new System.Windows.Forms.NumericUpDown();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
sdateLabel = new System.Windows.Forms.Label();
contentsLabel = new System.Windows.Forms.Label();
uidLabel = new System.Windows.Forms.Label();
@@ -56,6 +58,7 @@
label3 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCrDAy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCrHour)).BeginInit();
@@ -66,21 +69,21 @@
// sdateLabel
//
sdateLabel.AutoSize = true;
sdateLabel.Location = new System.Drawing.Point(44, 49);
sdateLabel.Location = new System.Drawing.Point(30, 49);
sdateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
sdateLabel.Name = "sdateLabel";
sdateLabel.Size = new System.Drawing.Size(37, 19);
sdateLabel.Size = new System.Drawing.Size(51, 19);
sdateLabel.TabIndex = 2;
sdateLabel.Text = "기간";
sdateLabel.Text = "시작일";
//
// contentsLabel
//
contentsLabel.AutoSize = true;
contentsLabel.Location = new System.Drawing.Point(42, 113);
contentsLabel.Location = new System.Drawing.Point(44, 148);
contentsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
contentsLabel.Name = "contentsLabel";
contentsLabel.Size = new System.Drawing.Size(37, 19);
contentsLabel.TabIndex = 6;
contentsLabel.TabIndex = 8;
contentsLabel.Text = "내용";
//
// uidLabel
@@ -100,7 +103,7 @@
label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(51, 19);
label1.TabIndex = 12;
label1.TabIndex = 14;
label1.Text = "사용일";
//
// label2
@@ -110,7 +113,7 @@
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(65, 19);
label2.TabIndex = 14;
label2.TabIndex = 16;
label2.Text = "사용시간";
//
// label3
@@ -120,7 +123,7 @@
label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(65, 19);
label3.TabIndex = 10;
label3.TabIndex = 12;
label3.Text = "발생시간";
//
// label4
@@ -130,17 +133,17 @@
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(51, 19);
label4.TabIndex = 8;
label4.TabIndex = 10;
label4.Text = "발생일";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(44, 81);
label5.Location = new System.Drawing.Point(44, 115);
label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(37, 19);
label5.TabIndex = 4;
label5.TabIndex = 6;
label5.Text = "구분";
//
// dsMSSQL
@@ -164,13 +167,13 @@
//
// contentsTextBox
//
this.contentsTextBox.Location = new System.Drawing.Point(87, 113);
this.contentsTextBox.Location = new System.Drawing.Point(87, 145);
this.contentsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.contentsTextBox.Multiline = true;
this.contentsTextBox.Name = "contentsTextBox";
this.contentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.contentsTextBox.Size = new System.Drawing.Size(460, 184);
this.contentsTextBox.TabIndex = 7;
this.contentsTextBox.Size = new System.Drawing.Size(460, 152);
this.contentsTextBox.TabIndex = 9;
//
// dateTimePicker1
//
@@ -194,7 +197,7 @@
this.btOK.Location = new System.Drawing.Point(87, 373);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(460, 38);
this.btOK.TabIndex = 16;
this.btOK.TabIndex = 18;
this.btOK.Text = "OK";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
@@ -210,7 +213,7 @@
0});
this.nudCrDAy.Name = "nudCrDAy";
this.nudCrDAy.Size = new System.Drawing.Size(183, 27);
this.nudCrDAy.TabIndex = 13;
this.nudCrDAy.TabIndex = 15;
this.nudCrDAy.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// nudCrHour
@@ -224,16 +227,16 @@
0});
this.nudCrHour.Name = "nudCrHour";
this.nudCrHour.Size = new System.Drawing.Size(197, 27);
this.nudCrHour.TabIndex = 15;
this.nudCrHour.TabIndex = 17;
this.nudCrHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbType
//
this.cmbType.FormattingEnabled = true;
this.cmbType.Location = new System.Drawing.Point(87, 78);
this.cmbType.Location = new System.Drawing.Point(87, 112);
this.cmbType.Name = "cmbType";
this.cmbType.Size = new System.Drawing.Size(462, 27);
this.cmbType.TabIndex = 5;
this.cmbType.TabIndex = 7;
//
// nudDrHour
//
@@ -246,7 +249,7 @@
0});
this.nudDrHour.Name = "nudDrHour";
this.nudDrHour.Size = new System.Drawing.Size(197, 27);
this.nudDrHour.TabIndex = 11;
this.nudDrHour.TabIndex = 13;
this.nudDrHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// nudDrDay
@@ -260,14 +263,33 @@
0});
this.nudDrDay.Name = "nudDrDay";
this.nudDrDay.Size = new System.Drawing.Size(183, 27);
this.nudDrDay.TabIndex = 9;
this.nudDrDay.TabIndex = 11;
this.nudDrDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(87, 78);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(462, 27);
this.dateTimePicker2.TabIndex = 5;
//
// 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 = "종료일";
//
// 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.dateTimePicker2);
this.Controls.Add(label6);
this.Controls.Add(this.contentsTextBox);
this.Controls.Add(this.nudDrHour);
this.Controls.Add(label3);
@@ -317,5 +339,6 @@
private System.Windows.Forms.ComboBox cmbType;
private System.Windows.Forms.NumericUpDown nudDrHour;
private System.Windows.Forms.NumericUpDown nudDrDay;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
}
}