구매입력시 엔터키, 기본 일자 조회범위를 90일로 변경.
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
System.Windows.Forms.Label label15;
|
||||
System.Windows.Forms.Label label18;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.Label label4;
|
||||
this.tbSC = new System.Windows.Forms.TextBox();
|
||||
this.tbSID = new System.Windows.Forms.TextBox();
|
||||
this.tbPumName = new System.Windows.Forms.TextBox();
|
||||
@@ -71,6 +72,7 @@
|
||||
this.chkInDate = new System.Windows.Forms.CheckBox();
|
||||
this.btSaveAdd = new System.Windows.Forms.Button();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.lbcurrentwon = new System.Windows.Forms.Label();
|
||||
this.cmbDept = new System.Windows.Forms.ComboBox();
|
||||
this.cmbSite = new System.Windows.Forms.ComboBox();
|
||||
this.cmbRemark = new System.Windows.Forms.ComboBox();
|
||||
@@ -94,7 +96,7 @@
|
||||
this.dsPurchase = new FEQ0000.dsPurchase();
|
||||
this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
||||
this.lbcurrentwon = new System.Windows.Forms.Label();
|
||||
this.cmbOverSeas = new System.Windows.Forms.ComboBox();
|
||||
receiveLabel = new System.Windows.Forms.Label();
|
||||
scLabel = new System.Windows.Forms.Label();
|
||||
sidLabel = new System.Windows.Forms.Label();
|
||||
@@ -114,6 +116,7 @@
|
||||
label15 = new System.Windows.Forms.Label();
|
||||
label18 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
@@ -591,6 +594,18 @@
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "필수입력";
|
||||
//
|
||||
// lbcurrentwon
|
||||
//
|
||||
this.lbcurrentwon.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbcurrentwon.ForeColor = System.Drawing.Color.Blue;
|
||||
this.lbcurrentwon.Location = new System.Drawing.Point(312, 202);
|
||||
this.lbcurrentwon.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbcurrentwon.Name = "lbcurrentwon";
|
||||
this.lbcurrentwon.Size = new System.Drawing.Size(161, 28);
|
||||
this.lbcurrentwon.TabIndex = 55;
|
||||
this.lbcurrentwon.Text = "통화기호를 선택하세요";
|
||||
this.lbcurrentwon.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// cmbDept
|
||||
//
|
||||
this.cmbDept.FormattingEnabled = true;
|
||||
@@ -700,6 +715,8 @@
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.groupBox2.Controls.Add(this.cmbOverSeas);
|
||||
this.groupBox2.Controls.Add(label4);
|
||||
this.groupBox2.Controls.Add(this.dtExpDate);
|
||||
this.groupBox2.Controls.Add(this.chkExp);
|
||||
this.groupBox2.Controls.Add(this.cmbReceive);
|
||||
@@ -826,17 +843,29 @@
|
||||
//
|
||||
this.purchaseTableAdapter.ClearBeforeFill = true;
|
||||
//
|
||||
// lbcurrentwon
|
||||
// cmbOverSeas
|
||||
//
|
||||
this.lbcurrentwon.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.lbcurrentwon.ForeColor = System.Drawing.Color.Blue;
|
||||
this.lbcurrentwon.Location = new System.Drawing.Point(312, 202);
|
||||
this.lbcurrentwon.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbcurrentwon.Name = "lbcurrentwon";
|
||||
this.lbcurrentwon.Size = new System.Drawing.Size(161, 28);
|
||||
this.lbcurrentwon.TabIndex = 55;
|
||||
this.lbcurrentwon.Text = "통화기호를 선택하세요";
|
||||
this.lbcurrentwon.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.cmbOverSeas.FormattingEnabled = true;
|
||||
this.cmbOverSeas.ImeMode = System.Windows.Forms.ImeMode.Alpha;
|
||||
this.cmbOverSeas.Items.AddRange(new object[] {
|
||||
"NR",
|
||||
"SPR",
|
||||
"전자실"});
|
||||
this.cmbOverSeas.Location = new System.Drawing.Point(136, 346);
|
||||
this.cmbOverSeas.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.cmbOverSeas.Name = "cmbOverSeas";
|
||||
this.cmbOverSeas.Size = new System.Drawing.Size(265, 28);
|
||||
this.cmbOverSeas.TabIndex = 54;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new System.Drawing.Point(5, 350);
|
||||
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new System.Drawing.Size(123, 20);
|
||||
label4.TabIndex = 53;
|
||||
label4.Text = "Overseas Budget";
|
||||
//
|
||||
// fPurchaseEB_Add
|
||||
//
|
||||
@@ -916,5 +945,6 @@
|
||||
private System.Windows.Forms.CheckBox chkExp;
|
||||
private System.Windows.Forms.ComboBox cmbDept;
|
||||
private System.Windows.Forms.Label lbcurrentwon;
|
||||
private System.Windows.Forms.ComboBox cmbOverSeas;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user