파파트리스트 에서 nr구매등록
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
System.Windows.Forms.Label label7;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchaseCR));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
@@ -44,6 +43,7 @@
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchaseCR));
|
||||
this.tbProject = new System.Windows.Forms.TextBox();
|
||||
this.tbProjectIndex = new System.Windows.Forms.TextBox();
|
||||
this.dtPdate = new System.Windows.Forms.DateTimePicker();
|
||||
@@ -60,6 +60,13 @@
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||
this.dv1 = new arCtl.arDatagridView();
|
||||
this.dvc_sid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_amt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
||||
@@ -69,13 +76,6 @@
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
|
||||
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
|
||||
this.dvc_sid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_amt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
projectLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
@@ -331,6 +331,64 @@
|
||||
this.dv1.Size = new System.Drawing.Size(968, 370);
|
||||
this.dv1.TabIndex = 27;
|
||||
//
|
||||
// dvc_sid
|
||||
//
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_sid.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dvc_sid.HeaderText = "SID";
|
||||
this.dvc_sid.Name = "dvc_sid";
|
||||
this.dvc_sid.ReadOnly = true;
|
||||
//
|
||||
// dvc_name
|
||||
//
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_name.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dvc_name.HeaderText = "품명";
|
||||
this.dvc_name.Name = "dvc_name";
|
||||
this.dvc_name.ReadOnly = true;
|
||||
//
|
||||
// dvc_model
|
||||
//
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_model.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.dvc_model.HeaderText = "모델";
|
||||
this.dvc_model.Name = "dvc_model";
|
||||
this.dvc_model.ReadOnly = true;
|
||||
//
|
||||
// dvc_price
|
||||
//
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle4.Format = "N0";
|
||||
this.dvc_price.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.dvc_price.HeaderText = "단가";
|
||||
this.dvc_price.Name = "dvc_price";
|
||||
//
|
||||
// dvc_qty
|
||||
//
|
||||
dataGridViewCellStyle5.Format = "N0";
|
||||
this.dvc_qty.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
this.dvc_qty.HeaderText = "구매수량";
|
||||
this.dvc_qty.Name = "dvc_qty";
|
||||
//
|
||||
// dvc_amt
|
||||
//
|
||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
dataGridViewCellStyle6.Format = "N0";
|
||||
this.dvc_amt.DefaultCellStyle = dataGridViewCellStyle6;
|
||||
this.dvc_amt.HeaderText = "구매금액";
|
||||
this.dvc_amt.Name = "dvc_amt";
|
||||
this.dvc_amt.ReadOnly = true;
|
||||
//
|
||||
// dvc_remark
|
||||
//
|
||||
this.dvc_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
this.dvc_remark.DefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.dvc_remark.HeaderText = "비고";
|
||||
this.dvc_remark.Name = "dvc_remark";
|
||||
//
|
||||
// toolStrip1
|
||||
//
|
||||
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
@@ -409,69 +467,11 @@
|
||||
//
|
||||
this.taPart.ClearBeforeFill = true;
|
||||
//
|
||||
// dvc_sid
|
||||
//
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_sid.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dvc_sid.HeaderText = "SID";
|
||||
this.dvc_sid.Name = "dvc_sid";
|
||||
this.dvc_sid.ReadOnly = true;
|
||||
//
|
||||
// dvc_name
|
||||
//
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_name.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dvc_name.HeaderText = "품명";
|
||||
this.dvc_name.Name = "dvc_name";
|
||||
this.dvc_name.ReadOnly = true;
|
||||
//
|
||||
// dvc_model
|
||||
//
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_model.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.dvc_model.HeaderText = "모델";
|
||||
this.dvc_model.Name = "dvc_model";
|
||||
this.dvc_model.ReadOnly = true;
|
||||
//
|
||||
// dvc_price
|
||||
//
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle4.Format = "N0";
|
||||
this.dvc_price.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.dvc_price.HeaderText = "단가";
|
||||
this.dvc_price.Name = "dvc_price";
|
||||
//
|
||||
// dvc_qty
|
||||
//
|
||||
dataGridViewCellStyle5.Format = "N0";
|
||||
this.dvc_qty.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
this.dvc_qty.HeaderText = "구매수량";
|
||||
this.dvc_qty.Name = "dvc_qty";
|
||||
//
|
||||
// dvc_amt
|
||||
//
|
||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
dataGridViewCellStyle6.Format = "N0";
|
||||
this.dvc_amt.DefaultCellStyle = dataGridViewCellStyle6;
|
||||
this.dvc_amt.HeaderText = "구매금액";
|
||||
this.dvc_amt.Name = "dvc_amt";
|
||||
this.dvc_amt.ReadOnly = true;
|
||||
//
|
||||
// dvc_remark
|
||||
//
|
||||
this.dvc_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
this.dvc_remark.DefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.dvc_remark.HeaderText = "비고";
|
||||
this.dvc_remark.Name = "dvc_remark";
|
||||
//
|
||||
// fProjectPartToPurchaseCR
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.ClientSize = new System.Drawing.Size(984, 636);
|
||||
this.Controls.Add(this.groupBox3);
|
||||
this.Controls.Add(this.panel1);
|
||||
|
||||
Reference in New Issue
Block a user