|
|
@@ -35,6 +35,9 @@
|
|
|
this.txtMATNR = new Dongke.WinForm.Controls.TxtTextBox();
|
|
|
this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.dgvGoodsImage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.IMAGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ishave = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.gbxCondition = new System.Windows.Forms.GroupBox();
|
|
|
this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
|
|
|
this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
|
|
|
@@ -46,9 +49,6 @@
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.IMAGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ishave = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvGoodsImage)).BeginInit();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
this.tsrSupplier.SuspendLayout();
|
|
|
@@ -144,8 +144,33 @@
|
|
|
this.dgvGoodsImage.TotalSumColumns = null;
|
|
|
this.dgvGoodsImage.ViewRowFilter = "";
|
|
|
this.dgvGoodsImage.VirtualNodes = false;
|
|
|
+ this.dgvGoodsImage.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsImage_CellDoubleClick);
|
|
|
this.dgvGoodsImage.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
|
|
|
//
|
|
|
+ // MATERIALCODE
|
|
|
+ //
|
|
|
+ this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
|
|
|
+ this.MATERIALCODE.HeaderText = "物料编码";
|
|
|
+ this.MATERIALCODE.Name = "MATERIALCODE";
|
|
|
+ this.MATERIALCODE.ReadOnly = true;
|
|
|
+ this.MATERIALCODE.Width = 150;
|
|
|
+ //
|
|
|
+ // IMAGE
|
|
|
+ //
|
|
|
+ this.IMAGE.DataPropertyName = "IMAGE";
|
|
|
+ this.IMAGE.HeaderText = "图片(二进制编码)";
|
|
|
+ this.IMAGE.Name = "IMAGE";
|
|
|
+ this.IMAGE.ReadOnly = true;
|
|
|
+ this.IMAGE.Visible = false;
|
|
|
+ this.IMAGE.Width = 170;
|
|
|
+ //
|
|
|
+ // ishave
|
|
|
+ //
|
|
|
+ this.ishave.HeaderText = "存在图片";
|
|
|
+ this.ishave.Name = "ishave";
|
|
|
+ this.ishave.ReadOnly = true;
|
|
|
+ this.ishave.Visible = false;
|
|
|
+ //
|
|
|
// gbxCondition
|
|
|
//
|
|
|
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
@@ -267,30 +292,6 @@
|
|
|
this.tsbtnClose.Text = "关闭(&X)";
|
|
|
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
//
|
|
|
- // MATERIALCODE
|
|
|
- //
|
|
|
- this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
|
|
|
- this.MATERIALCODE.HeaderText = "物料编码";
|
|
|
- this.MATERIALCODE.Name = "MATERIALCODE";
|
|
|
- this.MATERIALCODE.ReadOnly = true;
|
|
|
- this.MATERIALCODE.Width = 150;
|
|
|
- //
|
|
|
- // IMAGE
|
|
|
- //
|
|
|
- this.IMAGE.DataPropertyName = "IMAGE";
|
|
|
- this.IMAGE.HeaderText = "图片(二进制编码)";
|
|
|
- this.IMAGE.Name = "IMAGE";
|
|
|
- this.IMAGE.ReadOnly = true;
|
|
|
- this.IMAGE.Visible = false;
|
|
|
- this.IMAGE.Width = 170;
|
|
|
- //
|
|
|
- // ishave
|
|
|
- //
|
|
|
- this.ishave.HeaderText = "存在图片";
|
|
|
- this.ishave.Name = "ishave";
|
|
|
- this.ishave.ReadOnly = true;
|
|
|
- this.ishave.Visible = false;
|
|
|
- //
|
|
|
// F_MST_GoodsImage
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|