This commit is contained in:
chi
2023-11-20 08:31:49 +09:00
parent 1eef8e0303
commit 38bc5bf07e
17 changed files with 1023 additions and 839 deletions

View File

@@ -97,6 +97,8 @@
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.chkprdate = new System.Windows.Forms.CheckBox();
this.dtPrdate = new System.Windows.Forms.DateTimePicker();
this.tbCostCenter = new System.Windows.Forms.ComboBox();
this.tbLineCode = new System.Windows.Forms.ComboBox();
this.tbManager = new System.Windows.Forms.ComboBox();
@@ -909,6 +911,8 @@
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
this.groupBox2.Controls.Add(this.chkprdate);
this.groupBox2.Controls.Add(this.dtPrdate);
this.groupBox2.Controls.Add(this.tbCostCenter);
this.groupBox2.Controls.Add(this.tbLineCode);
this.groupBox2.Controls.Add(this.tbManager);
@@ -951,6 +955,28 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "추가정보";
//
// chkprdate
//
this.chkprdate.AutoSize = true;
this.chkprdate.Location = new System.Drawing.Point(32, 236);
this.chkprdate.Margin = new System.Windows.Forms.Padding(4);
this.chkprdate.Name = "chkprdate";
this.chkprdate.Size = new System.Drawing.Size(76, 24);
this.chkprdate.TabIndex = 51;
this.chkprdate.TabStop = false;
this.chkprdate.Text = "PR입력";
this.chkprdate.UseVisualStyleBackColor = true;
this.chkprdate.CheckedChanged += new System.EventHandler(this.chkprdate_CheckedChanged);
//
// dtPrdate
//
this.dtPrdate.Location = new System.Drawing.Point(112, 234);
this.dtPrdate.Margin = new System.Windows.Forms.Padding(4);
this.dtPrdate.Name = "dtPrdate";
this.dtPrdate.Size = new System.Drawing.Size(286, 27);
this.dtPrdate.TabIndex = 50;
this.dtPrdate.TabStop = false;
//
// tbCostCenter
//
this.tbCostCenter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
@@ -981,6 +1007,7 @@
//
this.tbManager.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.tbManager.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tbManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tbManager.FormattingEnabled = true;
this.tbManager.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbManager.Location = new System.Drawing.Point(112, 182);
@@ -988,7 +1015,6 @@
this.tbManager.Name = "tbManager";
this.tbManager.Size = new System.Drawing.Size(286, 28);
this.tbManager.TabIndex = 47;
this.tbManager.Text = "65";
//
// btEQModel
//
@@ -1216,5 +1242,7 @@
private System.Windows.Forms.ComboBox cmbRemark;
private System.Windows.Forms.ComboBox tbStorage;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.DateTimePicker dtPrdate;
private System.Windows.Forms.CheckBox chkprdate;
}
}