1. 업무일지 작업형태 선택 ui 변경

2. 작업형태 목록 편집 UI 추가
3. 스케쥴 관련메일 발송주기를 15분에서 30분으로 변경하고 18시 이후에는 발송하지 않게 한다(최근 오류메세지가 수신된다)
This commit is contained in:
chi
2025-01-03 09:09:25 +09:00
parent c810348fa6
commit 4593c6fd74
25 changed files with 1644 additions and 664 deletions

View File

@@ -109,7 +109,7 @@
// hrsLabel
//
hrsLabel.AutoSize = true;
hrsLabel.Location = new System.Drawing.Point(24, 163);
hrsLabel.Location = new System.Drawing.Point(19, 163);
hrsLabel.Name = "hrsLabel";
hrsLabel.Size = new System.Drawing.Size(53, 12);
hrsLabel.TabIndex = 19;
@@ -119,7 +119,7 @@
//
typeLabel.AutoSize = true;
typeLabel.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
typeLabel.Location = new System.Drawing.Point(3, 75);
typeLabel.Location = new System.Drawing.Point(267, 75);
typeLabel.Name = "typeLabel";
typeLabel.Size = new System.Drawing.Size(69, 20);
typeLabel.TabIndex = 11;
@@ -192,11 +192,11 @@
//
label6.AutoSize = true;
label6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
label6.Location = new System.Drawing.Point(655, 75);
label6.Location = new System.Drawing.Point(3, 74);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(39, 20);
label6.Size = new System.Drawing.Size(69, 20);
label6.TabIndex = 13;
label6.Text = "공정";
label6.Text = "프로세스";
//
// label2
//
@@ -383,22 +383,23 @@
// tbWW
//
this.tbWW.Font = new System.Drawing.Font("맑은 고딕", 12F);
this.tbWW.Location = new System.Drawing.Point(328, 6);
this.tbWW.Location = new System.Drawing.Point(342, 6);
this.tbWW.Margin = new System.Windows.Forms.Padding(4);
this.tbWW.Name = "tbWW";
this.tbWW.ReadOnly = true;
this.tbWW.Size = new System.Drawing.Size(148, 29);
this.tbWW.Size = new System.Drawing.Size(134, 29);
this.tbWW.TabIndex = 2;
this.tbWW.TabStop = false;
this.tbWW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbJobProcess
//
this.tbJobProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.tbJobProcess.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbJobProcess.FormattingEnabled = true;
this.tbJobProcess.Location = new System.Drawing.Point(700, 71);
this.tbJobProcess.Location = new System.Drawing.Point(78, 70);
this.tbJobProcess.Name = "tbJobProcess";
this.tbJobProcess.Size = new System.Drawing.Size(166, 29);
this.tbJobProcess.Size = new System.Drawing.Size(183, 29);
this.tbJobProcess.TabIndex = 14;
//
// cmbState
@@ -418,9 +419,9 @@
this.cmbPackage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPackage.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbPackage.FormattingEnabled = true;
this.cmbPackage.Location = new System.Drawing.Point(328, 38);
this.cmbPackage.Location = new System.Drawing.Point(342, 38);
this.cmbPackage.Name = "cmbPackage";
this.cmbPackage.Size = new System.Drawing.Size(318, 29);
this.cmbPackage.Size = new System.Drawing.Size(304, 29);
this.cmbPackage.TabIndex = 10;
//
// cmbRequest
@@ -428,7 +429,7 @@
this.cmbRequest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbRequest.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbRequest.FormattingEnabled = true;
this.cmbRequest.Location = new System.Drawing.Point(77, 38);
this.cmbRequest.Location = new System.Drawing.Point(78, 38);
this.cmbRequest.Name = "cmbRequest";
this.cmbRequest.Size = new System.Drawing.Size(183, 29);
this.cmbRequest.TabIndex = 8;
@@ -545,9 +546,9 @@
// cmbTypeFull
//
this.cmbTypeFull.Font = new System.Drawing.Font("맑은 고딕", 11.25F);
this.cmbTypeFull.Location = new System.Drawing.Point(77, 71);
this.cmbTypeFull.Location = new System.Drawing.Point(342, 71);
this.cmbTypeFull.Name = "cmbTypeFull";
this.cmbTypeFull.Size = new System.Drawing.Size(569, 29);
this.cmbTypeFull.Size = new System.Drawing.Size(524, 29);
this.cmbTypeFull.TabIndex = 31;
this.cmbTypeFull.UseVisualStyleBackColor = true;
this.cmbTypeFull.Click += new System.EventHandler(this.cmbType_Click);