This commit is contained in:
chi
2023-10-08 00:04:31 +09:00
parent 37f2fdf053
commit b6291f2bd0
32 changed files with 1610 additions and 691 deletions

View File

@@ -65,6 +65,10 @@
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.sbSum = new System.Windows.Forms.ToolStripLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.nudAdm = new System.Windows.Forms.NumericUpDown();
this.label24 = new System.Windows.Forms.Label();
this.nudMan = new System.Windows.Forms.NumericUpDown();
this.label27 = new System.Windows.Forms.Label();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.nudLine = new System.Windows.Forms.NumericUpDown();
this.label12 = new System.Windows.Forms.Label();
@@ -113,8 +117,6 @@
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -123,8 +125,10 @@
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -135,6 +139,8 @@
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()));
stateLabel = new System.Windows.Forms.Label();
label15 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bsNR)).BeginInit();
@@ -146,6 +152,8 @@
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudAdm)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudLine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCost)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudPdate)).BeginInit();
@@ -177,6 +185,15 @@
stateLabel.TabIndex = 53;
stateLabel.Text = "구매상태";
//
// label15
//
label15.AutoSize = true;
label15.Location = new System.Drawing.Point(276, 56);
label15.Name = "label15";
label15.Size = new System.Drawing.Size(53, 12);
label15.TabIndex = 69;
label15.Text = "프로젝트";
//
// processLabel
//
this.processLabel.AutoSize = true;
@@ -213,15 +230,6 @@
this.assetLabel.TabIndex = 61;
this.assetLabel.Text = "장비모델";
//
// label15
//
label15.AutoSize = true;
label15.Location = new System.Drawing.Point(276, 56);
label15.Name = "label15";
label15.Size = new System.Drawing.Size(53, 12);
label15.TabIndex = 69;
label15.Text = "프로젝트";
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
@@ -533,6 +541,10 @@
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.nudAdm);
this.panel2.Controls.Add(this.label24);
this.panel2.Controls.Add(this.nudMan);
this.panel2.Controls.Add(this.label27);
this.panel2.Controls.Add(this.linkLabel3);
this.panel2.Controls.Add(this.linkLabel2);
this.panel2.Controls.Add(this.nudLine);
@@ -574,10 +586,44 @@
this.panel2.ForeColor = System.Drawing.Color.White;
this.panel2.Location = new System.Drawing.Point(0, 57);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1184, 88);
this.panel2.Size = new System.Drawing.Size(1184, 112);
this.panel2.TabIndex = 3;
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// nudAdm
//
this.nudAdm.Location = new System.Drawing.Point(161, 84);
this.nudAdm.Name = "nudAdm";
this.nudAdm.Size = new System.Drawing.Size(45, 21);
this.nudAdm.TabIndex = 76;
this.nudAdm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(105, 88);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(53, 12);
this.label24.TabIndex = 75;
this.label24.Text = "구매승인";
//
// nudMan
//
this.nudMan.Location = new System.Drawing.Point(59, 84);
this.nudMan.Name = "nudMan";
this.nudMan.Size = new System.Drawing.Size(45, 21);
this.nudMan.TabIndex = 74;
this.nudMan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(2, 88);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(53, 12);
this.label27.TabIndex = 73;
this.label27.Text = "구매담당";
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
@@ -676,7 +722,7 @@
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(112, 37);
this.label17.Location = new System.Drawing.Point(119, 37);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(41, 12);
this.label17.TabIndex = 58;
@@ -712,7 +758,7 @@
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(129, 62);
this.label9.Location = new System.Drawing.Point(136, 62);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(22, 12);
this.label9.TabIndex = 52;
@@ -937,7 +983,7 @@
this.panel3.Controls.Add(this.label34);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.ForeColor = System.Drawing.Color.White;
this.panel3.Location = new System.Drawing.Point(0, 145);
this.panel3.Location = new System.Drawing.Point(0, 169);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1184, 82);
this.panel3.TabIndex = 4;
@@ -1042,15 +1088,17 @@
this.columnHeader16,
this.columnHeader15,
this.columnHeader17,
this.columnHeader18});
this.columnHeader18,
this.columnHeader19,
this.columnHeader20});
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(0, 227);
this.listView1.Location = new System.Drawing.Point(0, 251);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(1184, 406);
this.listView1.Size = new System.Drawing.Size(1184, 382);
this.listView1.TabIndex = 5;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
@@ -1063,16 +1111,6 @@
//
this.columnHeader14.Text = "청구인";
//
// columnHeader1
//
this.columnHeader1.Text = "SC";
this.columnHeader1.Width = 57;
//
// columnHeader2
//
this.columnHeader2.Text = "CR/CF";
this.columnHeader2.Width = 58;
//
// columnHeader4
//
this.columnHeader4.Text = "SID";
@@ -1109,15 +1147,25 @@
this.columnHeader11.Text = "공급처";
this.columnHeader11.Width = 64;
//
// columnHeader13
//
this.columnHeader13.Text = "비고";
this.columnHeader13.Width = 68;
//
// columnHeader12
//
this.columnHeader12.Text = "PO";
this.columnHeader12.Width = 58;
//
// columnHeader13
// columnHeader1
//
this.columnHeader13.Text = "비고";
this.columnHeader13.Width = 68;
this.columnHeader1.Text = "SC";
this.columnHeader1.Width = 57;
//
// columnHeader2
//
this.columnHeader2.Text = "CR/CF";
this.columnHeader2.Width = 58;
//
// columnHeader16
//
@@ -1130,10 +1178,12 @@
// columnHeader17
//
this.columnHeader17.Text = "CostCenter";
this.columnHeader17.Width = 76;
//
// columnHeader18
//
this.columnHeader18.Text = "LineCode";
this.columnHeader18.Width = 72;
//
// contextMenuStrip1
//
@@ -1174,6 +1224,16 @@
//
this.taCR.ClearBeforeFill = true;
//
// columnHeader19
//
this.columnHeader19.Text = "구매담당";
this.columnHeader19.Width = 72;
//
// columnHeader20
//
this.columnHeader20.Text = "구매승인";
this.columnHeader20.Width = 72;
//
// fPurchase_excelimport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -1200,6 +1260,8 @@
this.bn.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudAdm)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudMan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudLine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCost)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudPdate)).EndInit();
@@ -1331,5 +1393,11 @@
protected System.Windows.Forms.Label label22;
protected System.Windows.Forms.Label label23;
protected System.Windows.Forms.Label assetLabel;
private System.Windows.Forms.NumericUpDown nudAdm;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.NumericUpDown nudMan;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.ColumnHeader columnHeader19;
private System.Windows.Forms.ColumnHeader columnHeader20;
}
}