| | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_guid, |
| | | this.gv_itemBarcode, |
| | | this.gv_itemId, |
| | | this.gridColumn3, |
| | | this.gridColumn2, |
| | | this.gridColumn4, |
| | | this.gv_itemBarcode, |
| | | this.gv_quantity, |
| | | this.gv_depotId, |
| | | this.gridColumn6, |
| | |
| | | // gv_guid |
| | | // |
| | | this.gv_guid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_guid.Caption = "主键GUID"; |
| | | this.gv_guid.Caption = "采购明细GUID"; |
| | | this.gv_guid.FieldName = "guid"; |
| | | this.gv_guid.MinWidth = 50; |
| | | this.gv_guid.Name = "gv_guid"; |
| | |
| | | this.gridColumn3.MinWidth = 25; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 1; |
| | | this.gridColumn3.VisibleIndex = 2; |
| | | this.gridColumn3.Width = 73; |
| | | // |
| | | // gridColumn2 |
| | |
| | | this.gridColumn2.MinWidth = 25; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 2; |
| | | this.gridColumn2.VisibleIndex = 3; |
| | | this.gridColumn2.Width = 73; |
| | | // |
| | | // gridColumn4 |
| | |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 3; |
| | | this.gridColumn4.VisibleIndex = 4; |
| | | this.gridColumn4.Width = 73; |
| | | // |
| | | // gv_itemBarcode |
| | | // |
| | | this.gv_itemBarcode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemBarcode.Caption = "物料条码"; |
| | | this.gv_itemBarcode.FieldName = "itemBarcode"; |
| | | this.gv_itemBarcode.Caption = "采购单号"; |
| | | this.gv_itemBarcode.FieldName = "hNo"; |
| | | this.gv_itemBarcode.MinWidth = 50; |
| | | this.gv_itemBarcode.Name = "gv_itemBarcode"; |
| | | this.gv_itemBarcode.OptionsColumn.AllowEdit = false; |
| | | this.gv_itemBarcode.Tag = "query_a.ITEM_BARCODE"; |
| | | this.gv_itemBarcode.Visible = true; |
| | | this.gv_itemBarcode.VisibleIndex = 4; |
| | | this.gv_itemBarcode.VisibleIndex = 1; |
| | | this.gv_itemBarcode.Width = 73; |
| | | // |
| | | // gv_quantity |
| | | // |
| | | this.gv_quantity.AppearanceCell.Options.UseFont = true; |
| | | this.gv_quantity.Caption = "数量 "; |
| | | this.gv_quantity.FieldName = "quantity"; |
| | | this.gv_quantity.Caption = "采购单数量 "; |
| | | this.gv_quantity.FieldName = "cgsl"; |
| | | this.gv_quantity.MinWidth = 50; |
| | | this.gv_quantity.Name = "gv_quantity"; |
| | | this.gv_quantity.OptionsColumn.AllowEdit = false; |
| | |
| | | this.pageBar1.TabIndex = 4; |
| | | this.pageBar1.TotalPages = 0; |
| | | // |
| | | // CKTmkc |
| | | // Ckcgmx |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.Controls.Add(this.toolBarMenu1); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.Name = "CKTmkc"; |
| | | this.Name = "Ckcgmx"; |
| | | this.Text = "条码库存"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); |
| | | this.xtraTabControl1.ResumeLayout(false); |