기타근무자 관련 코드 수정

This commit is contained in:
ChiKyun Kim
2025-07-17 14:56:39 +09:00
parent 2806fb76ba
commit afbac3248e
26 changed files with 6166 additions and 4259 deletions

View File

@@ -29,7 +29,6 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label hrsLabel;
System.Windows.Forms.Label typeLabel;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label projectLabel;
@@ -38,9 +37,7 @@
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label7;
this.tbHrs = new System.Windows.Forms.TextBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsPRJ = new FPJ0000.dsPRJ();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
@@ -51,10 +48,9 @@
this.dts = new System.Windows.Forms.DateTimePicker();
this.cmbUser = new System.Windows.Forms.ComboBox();
this.tbProjectIndex = new System.Windows.Forms.TextBox();
this.tbOt = new System.Windows.Forms.TextBox();
this.tbWW = new System.Windows.Forms.TextBox();
this.cmbjobproc = new System.Windows.Forms.ComboBox();
this.cmbState = new System.Windows.Forms.ComboBox();
this.cmbGrp26 = new System.Windows.Forms.ComboBox();
this.cmbPackage = new System.Windows.Forms.ComboBox();
this.cmbRequest = new System.Windows.Forms.ComboBox();
this.ta = new FPJ0000.dsPRJTableAdapters.JobReportTableAdapter();
@@ -62,6 +58,8 @@
this.tbProject = new System.Windows.Forms.ComboBox();
this.richTextBoxEx1 = new RichTextBoxEx.RichTextBoxEx();
this.panel1 = new System.Windows.Forms.Panel();
this.chkKunmu = new System.Windows.Forms.CheckBox();
this.cmbjobgrp = new System.Windows.Forms.ComboBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.dte = new System.Windows.Forms.DateTimePicker();
this.tbWeekE = new System.Windows.Forms.TextBox();
@@ -69,8 +67,9 @@
this.radAuto = new System.Windows.Forms.RadioButton();
this.radLogin = new System.Windows.Forms.RadioButton();
this.tbTag = new System.Windows.Forms.TextBox();
this.cmbjobgrp = new System.Windows.Forms.ComboBox();
hrsLabel = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
typeLabel = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
projectLabel = new System.Windows.Forms.Label();
@@ -79,117 +78,99 @@
label5 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
this.statusStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// hrsLabel
//
hrsLabel.AutoSize = true;
hrsLabel.Location = new System.Drawing.Point(16, 189);
hrsLabel.Name = "hrsLabel";
hrsLabel.Size = new System.Drawing.Size(53, 12);
hrsLabel.TabIndex = 16;
hrsLabel.Text = "근무시간";
//
// typeLabel
//
typeLabel.AutoSize = true;
typeLabel.Location = new System.Drawing.Point(16, 120);
typeLabel.Location = new System.Drawing.Point(18, 102);
typeLabel.Name = "typeLabel";
typeLabel.Size = new System.Drawing.Size(53, 12);
typeLabel.Size = new System.Drawing.Size(74, 21);
typeLabel.TabIndex = 13;
typeLabel.Text = "업무형태";
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(15, 94);
label1.Location = new System.Drawing.Point(18, 67);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(53, 12);
label1.Size = new System.Drawing.Size(74, 21);
label1.TabIndex = 10;
label1.Text = "요청부서";
//
// projectLabel
//
projectLabel.AutoSize = true;
projectLabel.Location = new System.Drawing.Point(15, 68);
projectLabel.Location = new System.Drawing.Point(18, 32);
projectLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
projectLabel.Name = "projectLabel";
projectLabel.Size = new System.Drawing.Size(53, 12);
projectLabel.Size = new System.Drawing.Size(74, 21);
projectLabel.TabIndex = 7;
projectLabel.Text = "프로젝트";
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(321, 41);
label4.Location = new System.Drawing.Point(35, 67);
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(41, 12);
label4.Size = new System.Drawing.Size(58, 21);
label4.TabIndex = 5;
label4.Text = "담당자";
//
// stateLabel
//
stateLabel.AutoSize = true;
stateLabel.Location = new System.Drawing.Point(333, 12);
stateLabel.Location = new System.Drawing.Point(408, 67);
stateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
stateLabel.Name = "stateLabel";
stateLabel.Size = new System.Drawing.Size(29, 12);
stateLabel.Size = new System.Drawing.Size(74, 21);
stateLabel.TabIndex = 3;
stateLabel.Text = "태";
stateLabel.Text = "근무형태";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(27, 12);
label5.Location = new System.Drawing.Point(34, 33);
label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(41, 12);
label5.Size = new System.Drawing.Size(58, 21);
label5.TabIndex = 0;
label5.Text = "시작일";
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(331, 94);
label3.Location = new System.Drawing.Point(430, 67);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(41, 12);
label3.Size = new System.Drawing.Size(58, 21);
label3.TabIndex = 10;
label3.Text = "패키지";
//
// label6
//
label6.AutoSize = true;
label6.Location = new System.Drawing.Point(319, 148);
label6.Location = new System.Drawing.Point(414, 103);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(53, 12);
label6.Size = new System.Drawing.Size(74, 21);
label6.TabIndex = 13;
label6.Text = "프로세스";
//
// label2
// label7
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(177, 189);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(53, 12);
label2.TabIndex = 16;
label2.Text = "초과시간";
//
// tbHrs
//
this.tbHrs.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hrs", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
this.tbHrs.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbHrs.Location = new System.Drawing.Point(73, 179);
this.tbHrs.Name = "tbHrs";
this.tbHrs.Size = new System.Drawing.Size(77, 33);
this.tbHrs.TabIndex = 17;
this.tbHrs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
label7.AutoSize = true;
label7.Location = new System.Drawing.Point(50, 137);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(42, 21);
label7.TabIndex = 62;
label7.Text = "분류";
//
// bs
//
@@ -208,7 +189,7 @@
this.lbIndex});
this.statusStrip1.Location = new System.Drawing.Point(0, 659);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(850, 22);
this.statusStrip1.Size = new System.Drawing.Size(831, 22);
this.statusStrip1.TabIndex = 28;
this.statusStrip1.Text = "statusStrip1";
//
@@ -228,18 +209,18 @@
//
this.cmbjobtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbjobtype.FormattingEnabled = true;
this.cmbjobtype.Location = new System.Drawing.Point(73, 116);
this.cmbjobtype.Location = new System.Drawing.Point(99, 98);
this.cmbjobtype.Name = "cmbjobtype";
this.cmbjobtype.Size = new System.Drawing.Size(626, 20);
this.cmbjobtype.Size = new System.Drawing.Size(300, 29);
this.cmbjobtype.TabIndex = 14;
this.cmbjobtype.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
//
// btSave
//
this.btSave.BackColor = System.Drawing.Color.SkyBlue;
this.btSave.Location = new System.Drawing.Point(706, 8);
this.btSave.Location = new System.Drawing.Point(685, 12);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(133, 132);
this.btSave.Size = new System.Drawing.Size(134, 68);
this.btSave.TabIndex = 20;
this.btSave.Text = "확인";
this.btSave.UseVisualStyleBackColor = false;
@@ -247,10 +228,10 @@
//
// dts
//
this.dts.Location = new System.Drawing.Point(73, 8);
this.dts.Location = new System.Drawing.Point(99, 29);
this.dts.Margin = new System.Windows.Forms.Padding(4);
this.dts.Name = "dts";
this.dts.Size = new System.Drawing.Size(178, 21);
this.dts.Size = new System.Drawing.Size(229, 29);
this.dts.TabIndex = 1;
this.dts.ValueChanged += new System.EventHandler(this.dtPdate_ValueChanged);
//
@@ -261,43 +242,30 @@
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbUser.FormattingEnabled = true;
this.cmbUser.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.cmbUser.Location = new System.Drawing.Point(378, 37);
this.cmbUser.Location = new System.Drawing.Point(99, 63);
this.cmbUser.Margin = new System.Windows.Forms.Padding(4);
this.cmbUser.Name = "cmbUser";
this.cmbUser.Size = new System.Drawing.Size(321, 20);
this.cmbUser.Size = new System.Drawing.Size(300, 29);
this.cmbUser.TabIndex = 6;
this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged);
//
// tbProjectIndex
//
this.tbProjectIndex.Location = new System.Drawing.Point(635, 64);
this.tbProjectIndex.Location = new System.Drawing.Point(723, 27);
this.tbProjectIndex.Margin = new System.Windows.Forms.Padding(4);
this.tbProjectIndex.Name = "tbProjectIndex";
this.tbProjectIndex.ReadOnly = true;
this.tbProjectIndex.Size = new System.Drawing.Size(64, 21);
this.tbProjectIndex.Size = new System.Drawing.Size(64, 29);
this.tbProjectIndex.TabIndex = 9;
this.tbProjectIndex.TabStop = false;
this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbOt
//
this.tbOt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ot", true));
this.tbOt.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbOt.ForeColor = System.Drawing.Color.Red;
this.tbOt.Location = new System.Drawing.Point(236, 179);
this.tbOt.Name = "tbOt";
this.tbOt.Size = new System.Drawing.Size(77, 33);
this.tbOt.TabIndex = 17;
this.tbOt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tbOt.TextChanged += new System.EventHandler(this.tbOt_TextChanged);
//
// tbWW
//
this.tbWW.Location = new System.Drawing.Point(253, 8);
this.tbWW.Location = new System.Drawing.Point(336, 29);
this.tbWW.Margin = new System.Windows.Forms.Padding(4);
this.tbWW.Name = "tbWW";
this.tbWW.ReadOnly = true;
this.tbWW.Size = new System.Drawing.Size(63, 21);
this.tbWW.Size = new System.Drawing.Size(63, 29);
this.tbWW.TabIndex = 2;
this.tbWW.TabStop = false;
this.tbWW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@@ -306,37 +274,37 @@
//
this.cmbjobproc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbjobproc.FormattingEnabled = true;
this.cmbjobproc.Location = new System.Drawing.Point(378, 144);
this.cmbjobproc.Location = new System.Drawing.Point(487, 99);
this.cmbjobproc.Name = "cmbjobproc";
this.cmbjobproc.Size = new System.Drawing.Size(321, 20);
this.cmbjobproc.Size = new System.Drawing.Size(300, 29);
this.cmbjobproc.TabIndex = 15;
//
// cmbState
// cmbGrp26
//
this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbState.FormattingEnabled = true;
this.cmbState.Location = new System.Drawing.Point(378, 8);
this.cmbState.Margin = new System.Windows.Forms.Padding(4);
this.cmbState.Name = "cmbState";
this.cmbState.Size = new System.Drawing.Size(321, 20);
this.cmbState.TabIndex = 4;
this.cmbGrp26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbGrp26.FormattingEnabled = true;
this.cmbGrp26.Location = new System.Drawing.Point(486, 63);
this.cmbGrp26.Margin = new System.Windows.Forms.Padding(4);
this.cmbGrp26.Name = "cmbGrp26";
this.cmbGrp26.Size = new System.Drawing.Size(300, 29);
this.cmbGrp26.TabIndex = 4;
//
// cmbPackage
//
this.cmbPackage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPackage.FormattingEnabled = true;
this.cmbPackage.Location = new System.Drawing.Point(378, 90);
this.cmbPackage.Location = new System.Drawing.Point(487, 63);
this.cmbPackage.Name = "cmbPackage";
this.cmbPackage.Size = new System.Drawing.Size(321, 20);
this.cmbPackage.Size = new System.Drawing.Size(300, 29);
this.cmbPackage.TabIndex = 12;
//
// cmbRequest
//
this.cmbRequest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbRequest.FormattingEnabled = true;
this.cmbRequest.Location = new System.Drawing.Point(73, 90);
this.cmbRequest.Location = new System.Drawing.Point(99, 63);
this.cmbRequest.Name = "cmbRequest";
this.cmbRequest.Size = new System.Drawing.Size(240, 20);
this.cmbRequest.Size = new System.Drawing.Size(300, 29);
this.cmbRequest.TabIndex = 11;
//
// ta
@@ -345,7 +313,9 @@
//
// tam
//
this.tam.AuthTableAdapter = null;
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.EETGW_DocuFormTableAdapter = null;
this.tam.EETGW_JobReport_AutoInputTableAdapter = null;
this.tam.EETGW_JobReport_EBoardTableAdapter = null;
this.tam.EETGW_NoteTableAdapter = null;
@@ -372,9 +342,9 @@
this.tbProject.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tbProject.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbProject.FormattingEnabled = true;
this.tbProject.Location = new System.Drawing.Point(72, 64);
this.tbProject.Location = new System.Drawing.Point(99, 28);
this.tbProject.Name = "tbProject";
this.tbProject.Size = new System.Drawing.Size(556, 20);
this.tbProject.Size = new System.Drawing.Size(617, 29);
this.tbProject.TabIndex = 55;
//
// richTextBoxEx1
@@ -388,7 +358,7 @@
this.richTextBoxEx1.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
this.richTextBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBoxEx1.FilePath = "";
this.richTextBoxEx1.Location = new System.Drawing.Point(0, 224);
this.richTextBoxEx1.Location = new System.Drawing.Point(0, 374);
this.richTextBoxEx1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.richTextBoxEx1.Name = "richTextBoxEx1";
this.richTextBoxEx1.Rtf = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\nouicompat{\\fonttbl{\\f0\\fnil\\fcharset0 Arial;}}\r\n{\\" +
@@ -396,56 +366,51 @@
"Ex1\\par\r\n}\r\n";
this.richTextBoxEx1.SetColorWithFont = true;
this.richTextBoxEx1.ShowToolStrip = true;
this.richTextBoxEx1.Size = new System.Drawing.Size(850, 414);
this.richTextBoxEx1.Size = new System.Drawing.Size(831, 264);
this.richTextBoxEx1.TabIndex = 58;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.panel1.Controls.Add(label7);
this.panel1.Controls.Add(this.cmbjobgrp);
this.panel1.Controls.Add(this.checkBox1);
this.panel1.Controls.Add(this.dte);
this.panel1.Controls.Add(this.tbWeekE);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Controls.Add(this.chkKunmu);
this.panel1.Controls.Add(this.chkEnable);
this.panel1.Controls.Add(this.radAuto);
this.panel1.Controls.Add(this.radLogin);
this.panel1.Controls.Add(this.dts);
this.panel1.Controls.Add(this.tbHrs);
this.panel1.Controls.Add(this.tbProject);
this.panel1.Controls.Add(label2);
this.panel1.Controls.Add(hrsLabel);
this.panel1.Controls.Add(this.cmbjobtype);
this.panel1.Controls.Add(label5);
this.panel1.Controls.Add(typeLabel);
this.panel1.Controls.Add(label6);
this.panel1.Controls.Add(this.cmbPackage);
this.panel1.Controls.Add(this.btSave);
this.panel1.Controls.Add(this.cmbRequest);
this.panel1.Controls.Add(label1);
this.panel1.Controls.Add(this.cmbState);
this.panel1.Controls.Add(label3);
this.panel1.Controls.Add(stateLabel);
this.panel1.Controls.Add(this.cmbUser);
this.panel1.Controls.Add(this.cmbjobproc);
this.panel1.Controls.Add(this.tbProjectIndex);
this.panel1.Controls.Add(this.tbWW);
this.panel1.Controls.Add(projectLabel);
this.panel1.Controls.Add(label4);
this.panel1.Controls.Add(this.tbOt);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(850, 224);
this.panel1.Size = new System.Drawing.Size(831, 374);
this.panel1.TabIndex = 59;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// chkKunmu
//
this.chkKunmu.AutoSize = true;
this.chkKunmu.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.chkKunmu.Location = new System.Drawing.Point(18, 47);
this.chkKunmu.Name = "chkKunmu";
this.chkKunmu.Size = new System.Drawing.Size(617, 25);
this.chkKunmu.TabIndex = 64;
this.chkKunmu.Text = "출근 (체크하지 않는 경우 출근 대상자에서 제외되며, 관리자 메일이 발송 됩니다)";
this.toolTip1.SetToolTip(this.chkKunmu, "근무가 체크된 데이터는 등록시 관리자 메일이 발송됩니다.");
this.chkKunmu.UseVisualStyleBackColor = true;
//
// cmbjobgrp
//
this.cmbjobgrp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbjobgrp.FormattingEnabled = true;
this.cmbjobgrp.Location = new System.Drawing.Point(99, 133);
this.cmbjobgrp.Name = "cmbjobgrp";
this.cmbjobgrp.Size = new System.Drawing.Size(300, 29);
this.cmbjobgrp.TabIndex = 63;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(8, 39);
this.checkBox1.Location = new System.Drawing.Point(405, 31);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(60, 16);
this.checkBox1.Size = new System.Drawing.Size(77, 25);
this.checkBox1.TabIndex = 61;
this.checkBox1.Text = "종료일";
this.checkBox1.UseVisualStyleBackColor = true;
@@ -453,20 +418,20 @@
//
// dte
//
this.dte.Location = new System.Drawing.Point(72, 37);
this.dte.Location = new System.Drawing.Point(487, 29);
this.dte.Margin = new System.Windows.Forms.Padding(4);
this.dte.Name = "dte";
this.dte.Size = new System.Drawing.Size(178, 21);
this.dte.Size = new System.Drawing.Size(229, 29);
this.dte.TabIndex = 59;
this.dte.ValueChanged += new System.EventHandler(this.dte_ValueChanged);
//
// tbWeekE
//
this.tbWeekE.Location = new System.Drawing.Point(252, 37);
this.tbWeekE.Location = new System.Drawing.Point(723, 29);
this.tbWeekE.Margin = new System.Windows.Forms.Padding(4);
this.tbWeekE.Name = "tbWeekE";
this.tbWeekE.ReadOnly = true;
this.tbWeekE.Size = new System.Drawing.Size(63, 21);
this.tbWeekE.Size = new System.Drawing.Size(63, 29);
this.tbWeekE.TabIndex = 60;
this.tbWeekE.TabStop = false;
this.tbWeekE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@@ -474,19 +439,20 @@
// chkEnable
//
this.chkEnable.AutoSize = true;
this.chkEnable.Location = new System.Drawing.Point(444, 187);
this.chkEnable.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.chkEnable.Location = new System.Drawing.Point(18, 14);
this.chkEnable.Name = "chkEnable";
this.chkEnable.Size = new System.Drawing.Size(48, 16);
this.chkEnable.Size = new System.Drawing.Size(407, 25);
this.chkEnable.TabIndex = 57;
this.chkEnable.Text = "사용";
this.chkEnable.UseVisualStyleBackColor = true;
this.chkEnable.Text = "사용 (기능을 사용해야 업무일지가 자동 작성됩니다)";
this.chkEnable.UseVisualStyleBackColor = false;
//
// radAuto
//
this.radAuto.AutoSize = true;
this.radAuto.Location = new System.Drawing.Point(624, 187);
this.radAuto.Location = new System.Drawing.Point(625, 137);
this.radAuto.Name = "radAuto";
this.radAuto.Size = new System.Drawing.Size(75, 16);
this.radAuto.Size = new System.Drawing.Size(98, 25);
this.radAuto.TabIndex = 56;
this.radAuto.TabStop = true;
this.radAuto.Text = "자동 생성";
@@ -496,9 +462,9 @@
//
this.radLogin.AutoSize = true;
this.radLogin.Checked = true;
this.radLogin.Location = new System.Drawing.Point(507, 187);
this.radLogin.Location = new System.Drawing.Point(487, 137);
this.radLogin.Name = "radLogin";
this.radLogin.Size = new System.Drawing.Size(99, 16);
this.radLogin.Size = new System.Drawing.Size(130, 25);
this.radLogin.TabIndex = 56;
this.radLogin.TabStop = true;
this.radLogin.Text = "로그인시 생성";
@@ -509,33 +475,58 @@
this.tbTag.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tbTag.Location = new System.Drawing.Point(0, 638);
this.tbTag.Name = "tbTag";
this.tbTag.Size = new System.Drawing.Size(850, 21);
this.tbTag.Size = new System.Drawing.Size(831, 21);
this.tbTag.TabIndex = 60;
this.tbTag.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label7
// groupBox1
//
label7.AutoSize = true;
label7.Location = new System.Drawing.Point(40, 149);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(29, 12);
label7.TabIndex = 62;
label7.Text = "분류";
this.groupBox1.Controls.Add(this.tbProject);
this.groupBox1.Controls.Add(projectLabel);
this.groupBox1.Controls.Add(label7);
this.groupBox1.Controls.Add(this.tbProjectIndex);
this.groupBox1.Controls.Add(this.radLogin);
this.groupBox1.Controls.Add(this.radAuto);
this.groupBox1.Controls.Add(this.cmbjobgrp);
this.groupBox1.Controls.Add(this.cmbjobproc);
this.groupBox1.Controls.Add(label3);
this.groupBox1.Controls.Add(label1);
this.groupBox1.Controls.Add(this.cmbRequest);
this.groupBox1.Controls.Add(this.cmbPackage);
this.groupBox1.Controls.Add(label6);
this.groupBox1.Controls.Add(typeLabel);
this.groupBox1.Controls.Add(this.cmbjobtype);
this.groupBox1.Location = new System.Drawing.Point(17, 191);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(802, 171);
this.groupBox1.TabIndex = 65;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "업무일지 등록 양식";
//
// cmbjobgrp
// groupBox2
//
this.cmbjobgrp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbjobgrp.FormattingEnabled = true;
this.cmbjobgrp.Location = new System.Drawing.Point(72, 145);
this.cmbjobgrp.Name = "cmbjobgrp";
this.cmbjobgrp.Size = new System.Drawing.Size(241, 20);
this.cmbjobgrp.TabIndex = 63;
this.groupBox2.Controls.Add(this.dts);
this.groupBox2.Controls.Add(stateLabel);
this.groupBox2.Controls.Add(this.cmbGrp26);
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Controls.Add(label5);
this.groupBox2.Controls.Add(this.cmbUser);
this.groupBox2.Controls.Add(label4);
this.groupBox2.Controls.Add(this.dte);
this.groupBox2.Controls.Add(this.tbWeekE);
this.groupBox2.Controls.Add(this.tbWW);
this.groupBox2.Location = new System.Drawing.Point(17, 78);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(802, 107);
this.groupBox2.TabIndex = 66;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "근무 형태 설정";
//
// fJobReport_AddAI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(850, 681);
this.ClientSize = new System.Drawing.Size(831, 681);
this.Controls.Add(this.richTextBoxEx1);
this.Controls.Add(this.tbTag);
this.Controls.Add(this.panel1);
@@ -543,7 +534,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fJobReport_AddAI";
this.Text = "업무일지 자동 입력 양식";
this.Text = "기타 근무 등록";
this.Load += new System.EventHandler(this.fJobReport_Add_Load);
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
@@ -551,6 +542,10 @@
this.statusStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@@ -562,7 +557,6 @@
private System.Windows.Forms.BindingSource bs;
private dsPRJTableAdapters.JobReportTableAdapter ta;
private dsPRJTableAdapters.TableAdapterManager tam;
private System.Windows.Forms.TextBox tbHrs;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel lbIndex;
@@ -571,10 +565,9 @@
private System.Windows.Forms.DateTimePicker dts;
private System.Windows.Forms.ComboBox cmbUser;
private System.Windows.Forms.TextBox tbProjectIndex;
private System.Windows.Forms.TextBox tbOt;
private System.Windows.Forms.TextBox tbWW;
private System.Windows.Forms.ComboBox cmbjobproc;
private System.Windows.Forms.ComboBox cmbState;
private System.Windows.Forms.ComboBox cmbGrp26;
private System.Windows.Forms.ComboBox cmbPackage;
private System.Windows.Forms.ComboBox cmbRequest;
private System.Windows.Forms.ComboBox tbProject;
@@ -588,5 +581,9 @@
private System.Windows.Forms.TextBox tbWeekE;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.ComboBox cmbjobgrp;
private System.Windows.Forms.CheckBox chkKunmu;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
}
}