This commit is contained in:
chi
2023-10-19 00:49:41 +09:00
parent 06b0699bf7
commit 2f66e3cca1
37 changed files with 14907 additions and 834 deletions

View File

@@ -133,14 +133,15 @@
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bsCR = new System.Windows.Forms.BindingSource(this.components);
this.taCR = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseCRTableAdapter();
this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.taEB = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter();
stateLabel = new System.Windows.Forms.Label();
label15 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bsNR)).BeginInit();
@@ -1185,6 +1186,16 @@
this.columnHeader18.Text = "LineCode";
this.columnHeader18.Width = 72;
//
// columnHeader19
//
this.columnHeader19.Text = "구매담당";
this.columnHeader19.Width = 72;
//
// columnHeader20
//
this.columnHeader20.Text = "구매승인";
this.columnHeader20.Width = 72;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -1224,15 +1235,9 @@
//
this.taCR.ClearBeforeFill = true;
//
// columnHeader19
// taEB
//
this.columnHeader19.Text = "구매담당";
this.columnHeader19.Width = 72;
//
// columnHeader20
//
this.columnHeader20.Text = "구매승인";
this.columnHeader20.Width = 72;
this.taEB.ClearBeforeFill = true;
//
// fPurchase_excelimport
//
@@ -1399,5 +1404,6 @@
private System.Windows.Forms.Label label27;
private System.Windows.Forms.ColumnHeader columnHeader19;
private System.Windows.Forms.ColumnHeader columnHeader20;
private dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter taEB;
}
}