| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_guid, |
| | |
| | | // |
| | | // gv_guid |
| | | // |
| | | this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_guid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_guid.Caption = "主键GUID"; |
| | | this.gv_guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gv_itemId |
| | | // |
| | | this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemId.Caption = "物料ID "; |
| | | this.gv_itemId.FieldName = "itemId"; |
| | |
| | | // |
| | | // gv_itemBarcode |
| | | // |
| | | this.gv_itemBarcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_itemBarcode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemBarcode.Caption = "物料条码"; |
| | | this.gv_itemBarcode.FieldName = "itemBarcode"; |
| | |
| | | // |
| | | // gv_quantity |
| | | // |
| | | this.gv_quantity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_quantity.AppearanceCell.Options.UseFont = true; |
| | | this.gv_quantity.Caption = "数量 "; |
| | | this.gv_quantity.FieldName = "quantity"; |
| | |
| | | // |
| | | // gv_depotId |
| | | // |
| | | this.gv_depotId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_depotId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotId.Caption = "仓库ID"; |
| | | this.gv_depotId.FieldName = "depotId"; |
| | |
| | | // |
| | | // gv_depotSectionsCode |
| | | // |
| | | this.gv_depotSectionsCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_depotSectionsCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotSectionsCode.Caption = "货位编号"; |
| | | this.gv_depotSectionsCode.FieldName = "depotSectionsCode"; |
| | |
| | | // |
| | | // gv_ownerType |
| | | // |
| | | this.gv_ownerType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_ownerType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ownerType.Caption = "货主类型"; |
| | | this.gv_ownerType.FieldName = "ownerType"; |
| | |
| | | // |
| | | // gv_ownerId |
| | | // |
| | | this.gv_ownerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_ownerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ownerId.Caption = "货主ID"; |
| | | this.gv_ownerId.FieldName = "ownerId"; |
| | |
| | | // |
| | | // gv_indepUserCode |
| | | // |
| | | this.gv_indepUserCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_indepUserCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_indepUserCode.Caption = "入库人"; |
| | | this.gv_indepUserCode.FieldName = "indepUserCode"; |
| | |
| | | // |
| | | // gv_indepDate |
| | | // |
| | | this.gv_indepDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_indepDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_indepDate.Caption = "入库日期 "; |
| | | this.gv_indepDate.FieldName = "indepDate"; |