nr파트 storage 칸이 왼쪽에 보이게 ,

구매 입력시 품명 클릭하면 바로 검색 창 뜨게
This commit is contained in:
chi
2020-04-29 14:16:03 +09:00
parent 329f762bd3
commit a5ef877231
16 changed files with 1683 additions and 1511 deletions

View File

@@ -40,8 +40,8 @@
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label7;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchase));
System.Windows.Forms.Label label8;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchase));
this.tbProject = new System.Windows.Forms.TextBox();
this.tbProjectIndex = new System.Windows.Forms.TextBox();
this.dtPdate = new System.Windows.Forms.DateTimePicker();
@@ -62,6 +62,8 @@
this.tbCr = new System.Windows.Forms.TextBox();
this.tbSum = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -71,6 +73,8 @@
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripButton();
@@ -86,10 +90,6 @@
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
processLabel = new System.Windows.Forms.Label();
projectLabel = new System.Windows.Forms.Label();
assetLabel = new System.Windows.Forms.Label();
@@ -210,6 +210,15 @@
label7.TabIndex = 28;
label7.Text = "비고";
//
// label8
//
label8.AutoSize = true;
label8.Location = new System.Drawing.Point(382, 122);
label8.Name = "label8";
label8.Size = new System.Drawing.Size(60, 17);
label8.TabIndex = 22;
label8.Text = "등록수량";
//
// tbProject
//
this.tbProject.BackColor = System.Drawing.SystemColors.Control;
@@ -428,6 +437,29 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "구매 등록 정보";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(532, 121);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(109, 21);
this.radioButton2.TabIndex = 24;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "구매요구 수량";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(448, 121);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(78, 21);
this.radioButton1.TabIndex = 23;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "파트수량";
this.radioButton1.UseVisualStyleBackColor = true;
//
// listView1
//
this.listView1.CheckBoxes = true;
@@ -497,6 +529,18 @@
this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader8.Width = 90;
//
// columnHeader9
//
this.columnHeader9.Text = "구매";
this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader9.Width = 57;
//
// columnHeader10
//
this.columnHeader10.Text = "구매금액";
this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader10.Width = 83;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.listView1);
@@ -611,7 +655,7 @@
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;
this.panel1.TabIndex = 0;
//
// panel3
//
@@ -637,50 +681,6 @@
//
this.taPart.ClearBeforeFill = true;
//
// columnHeader9
//
this.columnHeader9.Text = "구매";
this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader9.Width = 57;
//
// columnHeader10
//
this.columnHeader10.Text = "구매금액";
this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader10.Width = 83;
//
// label8
//
label8.AutoSize = true;
label8.Location = new System.Drawing.Point(382, 122);
label8.Name = "label8";
label8.Size = new System.Drawing.Size(60, 17);
label8.TabIndex = 22;
label8.Text = "등록수량";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(448, 121);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(78, 21);
this.radioButton1.TabIndex = 23;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "파트수량";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(532, 121);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(109, 21);
this.radioButton2.TabIndex = 24;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "구매요구 수량";
this.radioButton2.UseVisualStyleBackColor = true;
//
// fProjectPartToPurchase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);