전자실메일양식 통일 및 정리 작업

This commit is contained in:
chi
2024-01-09 14:04:01 +09:00
parent aca27c5484
commit aef0c375ad
134 changed files with 4651 additions and 2343 deletions

View File

@@ -49,6 +49,7 @@
System.Windows.Forms.Label label15;
System.Windows.Forms.Label label9;
System.Windows.Forms.Label label18;
System.Windows.Forms.Label label2;
this.tbSC = new System.Windows.Forms.TextBox();
this.tbSID = new System.Windows.Forms.TextBox();
this.tbPumName = new System.Windows.Forms.TextBox();
@@ -71,7 +72,8 @@
this.chkInDate = new System.Windows.Forms.CheckBox();
this.btSaveAdd = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tbStorage = new System.Windows.Forms.ComboBox();
this.cmbDept = new System.Windows.Forms.ComboBox();
this.cmbSite = new System.Windows.Forms.ComboBox();
this.cmbRemark = new System.Windows.Forms.ComboBox();
this.cmbCurrency = new System.Windows.Forms.ComboBox();
this.tbQtyReal = new System.Windows.Forms.TextBox();
@@ -80,6 +82,8 @@
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dtExpDate = new System.Windows.Forms.DateTimePicker();
this.chkExp = new System.Windows.Forms.CheckBox();
this.button7 = new System.Windows.Forms.Button();
this.tbInQty = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
@@ -91,8 +95,6 @@
this.dsPurchase = new FEQ0000.dsPurchase();
this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
this.dtExpDate = new System.Windows.Forms.DateTimePicker();
this.chkExp = new System.Windows.Forms.CheckBox();
receiveLabel = new System.Windows.Forms.Label();
scLabel = new System.Windows.Forms.Label();
sidLabel = new System.Windows.Forms.Label();
@@ -112,6 +114,7 @@
label15 = new System.Windows.Forms.Label();
label9 = new System.Windows.Forms.Label();
label18 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
@@ -254,12 +257,12 @@
// label10
//
label10.AutoSize = true;
label10.Location = new System.Drawing.Point(287, 237);
label10.Location = new System.Drawing.Point(299, 237);
label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label10.Name = "label10";
label10.Size = new System.Drawing.Size(54, 20);
label10.Size = new System.Drawing.Size(37, 20);
label10.TabIndex = 23;
label10.Text = "보관소";
label10.Text = "SITE";
//
// label11
//
@@ -314,6 +317,16 @@
label18.TabIndex = 51;
label18.Text = "\\";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(298, 272);
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(39, 20);
label2.TabIndex = 53;
label2.Text = "분류";
//
// tbSC
//
this.tbSC.Location = new System.Drawing.Point(115, 151);
@@ -543,7 +556,9 @@
//
// groupBox1
//
this.groupBox1.Controls.Add(this.tbStorage);
this.groupBox1.Controls.Add(this.cmbDept);
this.groupBox1.Controls.Add(label2);
this.groupBox1.Controls.Add(this.cmbSite);
this.groupBox1.Controls.Add(label18);
this.groupBox1.Controls.Add(this.cmbRemark);
this.groupBox1.Controls.Add(this.cmbCurrency);
@@ -589,20 +604,34 @@
this.groupBox1.TabStop = false;
this.groupBox1.Text = "필수입력";
//
// tbStorage
// cmbDept
//
this.tbStorage.FormattingEnabled = true;
this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.tbStorage.Items.AddRange(new object[] {
this.cmbDept.FormattingEnabled = true;
this.cmbDept.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.cmbDept.Items.AddRange(new object[] {
"NR",
"SPR",
"전자실"});
this.tbStorage.Location = new System.Drawing.Point(345, 233);
this.tbStorage.Margin = new System.Windows.Forms.Padding(4);
this.tbStorage.Name = "tbStorage";
this.tbStorage.Size = new System.Drawing.Size(129, 28);
this.tbStorage.TabIndex = 52;
this.tbStorage.SelectedIndexChanged += new System.EventHandler(this.tbStorage_SelectedIndexChanged);
this.cmbDept.Location = new System.Drawing.Point(344, 268);
this.cmbDept.Margin = new System.Windows.Forms.Padding(4);
this.cmbDept.Name = "cmbDept";
this.cmbDept.Size = new System.Drawing.Size(129, 28);
this.cmbDept.TabIndex = 54;
//
// cmbSite
//
this.cmbSite.FormattingEnabled = true;
this.cmbSite.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.cmbSite.Items.AddRange(new object[] {
"NR",
"SPR",
"전자실"});
this.cmbSite.Location = new System.Drawing.Point(345, 233);
this.cmbSite.Margin = new System.Windows.Forms.Padding(4);
this.cmbSite.Name = "cmbSite";
this.cmbSite.Size = new System.Drawing.Size(129, 28);
this.cmbSite.TabIndex = 52;
this.cmbSite.SelectedIndexChanged += new System.EventHandler(this.tbStorage_SelectedIndexChanged);
//
// cmbRemark
//
@@ -709,6 +738,28 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "추가정보";
//
// dtExpDate
//
this.dtExpDate.Location = new System.Drawing.Point(115, 20);
this.dtExpDate.Margin = new System.Windows.Forms.Padding(4);
this.dtExpDate.Name = "dtExpDate";
this.dtExpDate.Size = new System.Drawing.Size(286, 27);
this.dtExpDate.TabIndex = 1;
this.dtExpDate.TabStop = false;
//
// chkExp
//
this.chkExp.AutoSize = true;
this.chkExp.Location = new System.Drawing.Point(35, 24);
this.chkExp.Margin = new System.Windows.Forms.Padding(4);
this.chkExp.Name = "chkExp";
this.chkExp.Size = new System.Drawing.Size(73, 24);
this.chkExp.TabIndex = 0;
this.chkExp.TabStop = false;
this.chkExp.Text = "예상일";
this.chkExp.UseVisualStyleBackColor = true;
this.chkExp.CheckedChanged += new System.EventHandler(this.chkExp_CheckedChanged);
//
// button7
//
this.button7.Location = new System.Drawing.Point(15, 313);
@@ -787,28 +838,6 @@
//
this.purchaseTableAdapter.ClearBeforeFill = true;
//
// dtExpDate
//
this.dtExpDate.Location = new System.Drawing.Point(115, 20);
this.dtExpDate.Margin = new System.Windows.Forms.Padding(4);
this.dtExpDate.Name = "dtExpDate";
this.dtExpDate.Size = new System.Drawing.Size(286, 27);
this.dtExpDate.TabIndex = 1;
this.dtExpDate.TabStop = false;
//
// chkExp
//
this.chkExp.AutoSize = true;
this.chkExp.Location = new System.Drawing.Point(35, 24);
this.chkExp.Margin = new System.Windows.Forms.Padding(4);
this.chkExp.Name = "chkExp";
this.chkExp.Size = new System.Drawing.Size(73, 24);
this.chkExp.TabIndex = 0;
this.chkExp.TabStop = false;
this.chkExp.Text = "예상일";
this.chkExp.UseVisualStyleBackColor = true;
this.chkExp.CheckedChanged += new System.EventHandler(this.chkExp_CheckedChanged);
//
// fPurchaseEB_Add
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
@@ -882,8 +911,9 @@
private System.Windows.Forms.TextBox tbQtyReal;
private System.Windows.Forms.ComboBox cmbCurrency;
private System.Windows.Forms.ComboBox cmbRemark;
private System.Windows.Forms.ComboBox tbStorage;
private System.Windows.Forms.ComboBox cmbSite;
private System.Windows.Forms.DateTimePicker dtExpDate;
private System.Windows.Forms.CheckBox chkExp;
private System.Windows.Forms.ComboBox cmbDept;
}
}