This commit is contained in:
chi
2020-04-20 09:23:41 +09:00
parent e77831329c
commit 315d6f6bef
5 changed files with 258 additions and 225 deletions

View File

@@ -57,6 +57,7 @@
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.ta = new FPJ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.tbCr = new System.Windows.Forms.TextBox();
this.tbSum = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
@@ -70,21 +71,20 @@
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.textBox1 = new System.Windows.Forms.TextBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.panel1 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
processLabel = new System.Windows.Forms.Label();
projectLabel = new System.Windows.Forms.Label();
assetLabel = new System.Windows.Forms.Label();
@@ -101,8 +101,8 @@
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.panel1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// processLabel
@@ -195,6 +195,15 @@
label6.TabIndex = 26;
label6.Text = "CR/CF";
//
// label7
//
label7.AutoSize = true;
label7.Location = new System.Drawing.Point(42, 127);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(34, 17);
label7.TabIndex = 28;
label7.Text = "비고";
//
// tbProject
//
this.tbProject.BackColor = System.Drawing.SystemColors.Control;
@@ -353,6 +362,16 @@
this.groupBox1.TabStop = false;
this.groupBox1.Text = "프로젝트 정보";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.Control;
this.textBox1.Enabled = false;
this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox1.Location = new System.Drawing.Point(88, 123);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(302, 25);
this.textBox1.TabIndex = 29;
//
// tbCr
//
this.tbCr.BackColor = System.Drawing.SystemColors.Control;
@@ -479,53 +498,6 @@
this.groupBox3.TabStop = false;
this.groupBox3.Text = "파트리스트";
//
// panel1
//
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(5, 5);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 5);
this.panel1.Size = new System.Drawing.Size(1174, 163);
this.panel1.TabIndex = 27;
//
// panel3
//
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(404, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(10, 155);
this.panel3.TabIndex = 26;
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(5, 638);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1174, 22);
this.statusStrip1.TabIndex = 28;
this.statusStrip1.Text = "statusStrip1";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.Control;
this.textBox1.Enabled = false;
this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox1.Location = new System.Drawing.Point(88, 123);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(302, 25);
this.textBox1.TabIndex = 29;
//
// label7
//
label7.AutoSize = true;
label7.Location = new System.Drawing.Point(42, 127);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(34, 17);
label7.TabIndex = 28;
label7.Text = "비고";
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
@@ -580,25 +552,6 @@
this.toolStripButton1.Text = "SID 없는 항목 제외";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton4
//
this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(114, 22);
this.toolStripButton4.Text = "NR구매 등록 (&S)";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// toolStripButton5
//
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(119, 22);
this.toolStripButton5.Text = "동일 소분류 선택";
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// toolStripButton6
//
this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
@@ -608,13 +561,14 @@
this.toolStripButton6.Text = "동일 중분류 선택";
this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
//
// taProject
// toolStripButton5
//
this.taProject.ClearBeforeFill = true;
//
// taPart
//
this.taPart.ClearBeforeFill = true;
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(119, 22);
this.toolStripButton5.Text = "동일 소분류 선택";
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// toolStripButton7
//
@@ -626,6 +580,52 @@
this.toolStripButton7.Text = "등록 취소";
this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
//
// toolStripButton4
//
this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(114, 22);
this.toolStripButton4.Text = "NR구매 등록 (&S)";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// panel1
//
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(5, 5);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 5);
this.panel1.Size = new System.Drawing.Size(1174, 163);
this.panel1.TabIndex = 27;
//
// panel3
//
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(404, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(10, 155);
this.panel3.TabIndex = 26;
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(5, 638);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1174, 22);
this.statusStrip1.TabIndex = 28;
this.statusStrip1.Text = "statusStrip1";
//
// taProject
//
this.taProject.ClearBeforeFill = true;
//
// taPart
//
this.taPart.ClearBeforeFill = true;
//
// fProjectPartToPurchase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
@@ -635,10 +635,7 @@
this.Controls.Add(this.panel1);
this.Controls.Add(this.statusStrip1);
this.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fProjectPartToPurchase";
this.Padding = new System.Windows.Forms.Padding(5);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
@@ -653,9 +650,9 @@
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.panel1.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();