This commit is contained in:
chi
2023-01-26 09:16:01 +09:00
parent 3775d2ba91
commit 3a1fd6401c
31 changed files with 1565 additions and 733 deletions

View File

@@ -33,17 +33,23 @@ namespace FPJ0000.OtConfirm
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbCate = new System.Windows.Forms.ComboBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dSKuntae = new FPJ0000.DSKuntae();
this.tbSD = new System.Windows.Forms.DateTimePicker();
this.tbED = new System.Windows.Forms.DateTimePicker();
this.tbRemark = new System.Windows.Forms.RichTextBox();
this.grpUser = new System.Windows.Forms.GroupBox();
this.cmbUser = new System.Windows.Forms.ComboBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radTime = new System.Windows.Forms.RadioButton();
this.tbTimes = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.radOut = new System.Windows.Forms.RadioButton();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tbDays = new System.Windows.Forms.TextBox();
this.tbTimes = new System.Windows.Forms.TextBox();
this.cmbUser = new System.Windows.Forms.ComboBox();
this.radDay = new System.Windows.Forms.RadioButton();
this.radTime = new System.Windows.Forms.RadioButton();
this.label10 = new System.Windows.Forms.Label();
this.tbBackup = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
@@ -60,16 +66,14 @@ namespace FPJ0000.OtConfirm
this.rad0 = new System.Windows.Forms.RadioButton();
this.tbResponse = new System.Windows.Forms.RichTextBox();
this.button1 = new System.Windows.Forms.Button();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dSKuntae = new FPJ0000.DSKuntae();
this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.grpUser.SuspendLayout();
this.groupBox1.SuspendLayout();
this.grpAdmin.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit();
this.grpUser.SuspendLayout();
this.grpAdmin.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
@@ -102,16 +106,6 @@ namespace FPJ0000.OtConfirm
this.tbCate.Size = new System.Drawing.Size(381, 35);
this.tbCate.TabIndex = 7;
//
// bs
//
this.bs.DataMember = "EETGW_HolydayRequest";
this.bs.DataSource = this.dSKuntae;
//
// dSKuntae
//
this.dSKuntae.DataSetName = "DSKuntae";
this.dSKuntae.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tbSD
//
this.tbSD.Location = new System.Drawing.Point(143, 79);
@@ -130,18 +124,22 @@ namespace FPJ0000.OtConfirm
// tbRemark
//
this.tbRemark.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbRemark.Location = new System.Drawing.Point(144, 246);
this.tbRemark.Location = new System.Drawing.Point(144, 285);
this.tbRemark.Name = "tbRemark";
this.tbRemark.Size = new System.Drawing.Size(578, 133);
this.tbRemark.TabIndex = 16;
this.tbRemark.TabIndex = 20;
this.tbRemark.Text = "";
//
// grpUser
//
this.grpUser.Controls.Add(this.label7);
this.grpUser.Controls.Add(this.textBox2);
this.grpUser.Controls.Add(this.textBox1);
this.grpUser.Controls.Add(this.radOut);
this.grpUser.Controls.Add(this.richTextBox1);
this.grpUser.Controls.Add(this.groupBox1);
this.grpUser.Controls.Add(this.cmbUser);
this.grpUser.Controls.Add(this.radioButton2);
this.grpUser.Controls.Add(this.radDay);
this.grpUser.Controls.Add(this.radTime);
this.grpUser.Controls.Add(this.label10);
this.grpUser.Controls.Add(this.tbBackup);
@@ -160,11 +158,113 @@ namespace FPJ0000.OtConfirm
this.grpUser.Dock = System.Windows.Forms.DockStyle.Top;
this.grpUser.Location = new System.Drawing.Point(3, 3);
this.grpUser.Name = "grpUser";
this.grpUser.Size = new System.Drawing.Size(957, 471);
this.grpUser.Size = new System.Drawing.Size(957, 521);
this.grpUser.TabIndex = 0;
this.grpUser.TabStop = false;
this.grpUser.Text = "신청자";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(763, 167);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(33, 27);
this.label7.TabIndex = 11;
this.label7.Text = "~";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(802, 161);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(102, 38);
this.textBox2.TabIndex = 12;
this.textBox2.Text = "00:00";
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(655, 161);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(102, 38);
this.textBox1.TabIndex = 10;
this.textBox1.Text = "00:00";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// radOut
//
this.radOut.AutoSize = true;
this.radOut.Location = new System.Drawing.Point(565, 165);
this.radOut.Name = "radOut";
this.radOut.Size = new System.Drawing.Size(84, 31);
this.radOut.TabIndex = 9;
this.radOut.TabStop = true;
this.radOut.Text = "외출";
this.radOut.UseVisualStyleBackColor = true;
this.radOut.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// richTextBox1
//
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.richTextBox1.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.richTextBox1.Location = new System.Drawing.Point(143, 426);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(803, 87);
this.richTextBox1.TabIndex = 22;
this.richTextBox1.Text = "";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.tbDays);
this.groupBox1.Controls.Add(this.tbTimes);
this.groupBox1.Location = new System.Drawing.Point(728, 288);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(218, 130);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "사용";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 84);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(66, 27);
this.label6.TabIndex = 2;
this.label6.Text = "시간";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(35, 40);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(39, 27);
this.label3.TabIndex = 0;
this.label3.Text = "일";
//
// tbDays
//
this.tbDays.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbDays.Location = new System.Drawing.Point(78, 37);
this.tbDays.Name = "tbDays";
this.tbDays.Size = new System.Drawing.Size(130, 38);
this.tbDays.TabIndex = 1;
this.tbDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbTimes
//
this.tbTimes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbTimes.Location = new System.Drawing.Point(78, 81);
this.tbTimes.Name = "tbTimes";
this.tbTimes.Size = new System.Drawing.Size(130, 38);
this.tbTimes.TabIndex = 3;
this.tbTimes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// cmbUser
//
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
@@ -175,18 +275,18 @@ namespace FPJ0000.OtConfirm
this.cmbUser.TabIndex = 1;
this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged);
//
// radioButton2
// radDay
//
this.radioButton2.AutoSize = true;
this.radioButton2.Checked = true;
this.radioButton2.Location = new System.Drawing.Point(53, 123);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(84, 31);
this.radioButton2.TabIndex = 6;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "일반";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
this.radDay.AutoSize = true;
this.radDay.Checked = true;
this.radDay.Location = new System.Drawing.Point(53, 123);
this.radDay.Name = "radDay";
this.radDay.Size = new System.Drawing.Size(84, 31);
this.radDay.TabIndex = 6;
this.radDay.TabStop = true;
this.radDay.Text = "일반";
this.radDay.UseVisualStyleBackColor = true;
this.radDay.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// radTime
//
@@ -200,31 +300,13 @@ namespace FPJ0000.OtConfirm
this.radTime.UseVisualStyleBackColor = true;
this.radTime.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// tbTimes
//
this.tbTimes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbTimes.Location = new System.Drawing.Point(78, 81);
this.tbTimes.Name = "tbTimes";
this.tbTimes.Size = new System.Drawing.Size(130, 38);
this.tbTimes.TabIndex = 19;
this.tbTimes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbDays
//
this.tbDays.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbDays.Location = new System.Drawing.Point(78, 37);
this.tbDays.Name = "tbDays";
this.tbDays.Size = new System.Drawing.Size(130, 38);
this.tbDays.TabIndex = 18;
this.tbDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 209);
this.label10.Location = new System.Drawing.Point(12, 248);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(120, 27);
this.label10.TabIndex = 13;
this.label10.TabIndex = 17;
this.label10.Text = "백업인원";
//
// tbBackup
@@ -234,18 +316,18 @@ namespace FPJ0000.OtConfirm
"년차",
"하기",
"대체"});
this.tbBackup.Location = new System.Drawing.Point(144, 205);
this.tbBackup.Location = new System.Drawing.Point(144, 244);
this.tbBackup.Name = "tbBackup";
this.tbBackup.Size = new System.Drawing.Size(802, 35);
this.tbBackup.TabIndex = 14;
this.tbBackup.TabIndex = 18;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(467, 167);
this.label9.Location = new System.Drawing.Point(467, 206);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(93, 27);
this.label9.TabIndex = 11;
this.label9.TabIndex = 15;
this.label9.Text = "행선지";
//
// tbLocation
@@ -255,18 +337,18 @@ namespace FPJ0000.OtConfirm
"년차",
"하기",
"대체"});
this.tbLocation.Location = new System.Drawing.Point(565, 164);
this.tbLocation.Location = new System.Drawing.Point(565, 203);
this.tbLocation.Name = "tbLocation";
this.tbLocation.Size = new System.Drawing.Size(381, 35);
this.tbLocation.TabIndex = 12;
this.tbLocation.TabIndex = 16;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(66, 167);
this.label8.Location = new System.Drawing.Point(66, 206);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(66, 27);
this.label8.TabIndex = 9;
this.label8.TabIndex = 13;
this.label8.Text = "사유";
//
// tbReason
@@ -276,10 +358,10 @@ namespace FPJ0000.OtConfirm
"년차",
"하기",
"대체"});
this.tbReason.Location = new System.Drawing.Point(144, 164);
this.tbReason.Location = new System.Drawing.Point(144, 203);
this.tbReason.Name = "tbReason";
this.tbReason.Size = new System.Drawing.Size(310, 35);
this.tbReason.TabIndex = 10;
this.tbReason.TabIndex = 14;
//
// label5
//
@@ -293,10 +375,10 @@ namespace FPJ0000.OtConfirm
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(66, 249);
this.label4.Location = new System.Drawing.Point(66, 288);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(66, 27);
this.label4.TabIndex = 15;
this.label4.TabIndex = 19;
this.label4.Text = "비고";
//
// grpAdmin
@@ -308,9 +390,9 @@ namespace FPJ0000.OtConfirm
this.grpAdmin.Controls.Add(this.rad0);
this.grpAdmin.Controls.Add(this.tbResponse);
this.grpAdmin.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpAdmin.Location = new System.Drawing.Point(3, 474);
this.grpAdmin.Location = new System.Drawing.Point(3, 524);
this.grpAdmin.Name = "grpAdmin";
this.grpAdmin.Size = new System.Drawing.Size(957, 296);
this.grpAdmin.Size = new System.Drawing.Size(957, 246);
this.grpAdmin.TabIndex = 1;
this.grpAdmin.TabStop = false;
this.grpAdmin.Text = "관리자";
@@ -384,7 +466,7 @@ namespace FPJ0000.OtConfirm
| System.Windows.Forms.AnchorStyles.Right)));
this.tbResponse.Location = new System.Drawing.Point(10, 115);
this.tbResponse.Name = "tbResponse";
this.tbResponse.Size = new System.Drawing.Size(936, 116);
this.tbResponse.Size = new System.Drawing.Size(936, 75);
this.tbResponse.TabIndex = 3;
this.tbResponse.Text = "";
//
@@ -399,55 +481,20 @@ namespace FPJ0000.OtConfirm
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// bs
//
this.bs.DataMember = "EETGW_HolydayRequest";
this.bs.DataSource = this.dSKuntae;
//
// dSKuntae
//
this.dSKuntae.DataSetName = "DSKuntae";
this.dSKuntae.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// ta
//
this.ta.ClearBeforeFill = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.tbDays);
this.groupBox1.Controls.Add(this.tbTimes);
this.groupBox1.Location = new System.Drawing.Point(728, 249);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(218, 130);
this.groupBox1.TabIndex = 20;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "사용";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(35, 40);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(39, 27);
this.label3.TabIndex = 20;
this.label3.Text = "일";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 84);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(66, 27);
this.label6.TabIndex = 21;
this.label6.Text = "시간";
//
// richTextBox1
//
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.richTextBox1.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.richTextBox1.Location = new System.Drawing.Point(143, 385);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(803, 78);
this.richTextBox1.TabIndex = 21;
this.richTextBox1.Text = "";
//
// fHolyRequestAdd
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
@@ -463,14 +510,14 @@ namespace FPJ0000.OtConfirm
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "fHolyRequestAdd";
this.Load += new System.EventHandler(this.fHolyRequestAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).EndInit();
this.grpUser.ResumeLayout(false);
this.grpUser.PerformLayout();
this.grpAdmin.ResumeLayout(false);
this.grpAdmin.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.grpAdmin.ResumeLayout(false);
this.grpAdmin.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).EndInit();
this.ResumeLayout(false);
}
@@ -506,11 +553,15 @@ namespace FPJ0000.OtConfirm
private System.Windows.Forms.ComboBox cmbPreset;
private System.Windows.Forms.CheckBox chkSendMail;
private System.Windows.Forms.RadioButton radTime;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radDay;
private System.Windows.Forms.ComboBox cmbUser;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.RadioButton radOut;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox2;
}
}