| | |
| | | // 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"; |
| | |
| | | // |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 60; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | |
| | | // |
| | | // gv_depotCode |
| | | // |
| | | this.gv_depotCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_depotCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotCode.Caption = "仓库编码"; |
| | | this.gv_depotCode.FieldName = "depotCode"; |
| | |
| | | // |
| | | // gv_depotName |
| | | // |
| | | this.gv_depotName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_depotName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotName.Caption = "仓库名称"; |
| | | this.gv_depotName.FieldName = "depotName"; |
| | |
| | | // |
| | | // gv_depottype |
| | | // |
| | | this.gv_depottype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_depottype.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depottype.Caption = "仓库类型"; |
| | | this.gv_depottype.FieldName = "depottype"; |
| | |
| | | // |
| | | // gv_createBy |
| | | // |
| | | this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_createBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createBy.Caption = "仓库负责人"; |
| | | this.gv_createBy.FieldName = "createBy"; |
| | |
| | | // |
| | | // gv_isNg |
| | | // |
| | | this.gv_isNg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_isNg.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isNg.Caption = "不良品仓"; |
| | | this.gv_isNg.FieldName = "isNg"; |
| | |
| | | // |
| | | // gv_zuid |
| | | // |
| | | this.gv_zuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_zuid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_zuid.Caption = "分组"; |
| | | this.gv_zuid.FieldName = "zuid"; |
| | |
| | | // |
| | | // gv_isFkc |
| | | // |
| | | this.gv_isFkc.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_isFkc.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isFkc.Caption = "允许负库存"; |
| | | this.gv_isFkc.FieldName = "isFkc"; |
| | |
| | | // |
| | | this.txt_isFkc.Location = new System.Drawing.Point(1036, 12); |
| | | this.txt_isFkc.Name = "txt_isFkc"; |
| | | this.txt_isFkc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_isFkc.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_isFkc.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_isFkc.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_isNg.Location = new System.Drawing.Point(1036, 44); |
| | | this.txt_isNg.Name = "txt_isNg"; |
| | | this.txt_isNg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_isNg.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_isNg.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_isNg.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_depotCode.Location = new System.Drawing.Point(119, 12); |
| | | this.txt_depotCode.Name = "txt_depotCode"; |
| | | this.txt_depotCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_depotCode.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_depotCode.Size = new System.Drawing.Size(194, 28); |
| | | this.txt_depotCode.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_zuid.Location = new System.Drawing.Point(730, 44); |
| | | this.txt_zuid.Name = "txt_zuid"; |
| | | this.txt_zuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_zuid.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_zuid.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_zuid.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_depotName.Location = new System.Drawing.Point(424, 12); |
| | | this.txt_depotName.Name = "txt_depotName"; |
| | | this.txt_depotName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_depotName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_depotName.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_depotName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_createBy.Location = new System.Drawing.Point(730, 12); |
| | | this.txt_createBy.Name = "txt_createBy"; |
| | | this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_createBy.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createBy.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_createBy.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_description.Location = new System.Drawing.Point(119, 44); |
| | | this.txt_description.Name = "txt_description"; |
| | | this.txt_description.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_description.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_description.Size = new System.Drawing.Size(194, 28); |
| | | this.txt_description.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_depottype.Location = new System.Drawing.Point(424, 44); |
| | | this.txt_depottype.Name = "txt_depottype"; |
| | | this.txt_depottype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_depottype.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_depottype.Size = new System.Drawing.Size(195, 28); |
| | | this.txt_depottype.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // gvMx1 |
| | | // |
| | | this.gvMx1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1.Appearance.Row.Options.UseFont = true; |
| | | this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gvMx1guid, |
| | |
| | | // |
| | | // gvMx1guid |
| | | // |
| | | this.gvMx1guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1guid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1guid.Caption = "主键不能删除"; |
| | | this.gvMx1guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx1depotSectionCode |
| | | // |
| | | this.gvMx1depotSectionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1depotSectionCode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1depotSectionCode.Caption = "货位编码"; |
| | | this.gvMx1depotSectionCode.FieldName = "depotSectionCode"; |
| | |
| | | // |
| | | // gvMx1depotSectionName |
| | | // |
| | | this.gvMx1depotSectionName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1depotSectionName.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1depotSectionName.Caption = "货位名称"; |
| | | this.gvMx1depotSectionName.FieldName = "depotSectionName"; |
| | |
| | | // |
| | | // gvMx1description |
| | | // |
| | | this.gvMx1description.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1description.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1description.Caption = "备注"; |
| | | this.gvMx1description.FieldName = "description"; |
| | |
| | | // |
| | | // gvMx1lastupdateBy |
| | | // |
| | | this.gvMx1lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1lastupdateBy.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lastupdateBy.Caption = "最后更新人"; |
| | | this.gvMx1lastupdateBy.FieldName = "lastupdateBy"; |
| | |
| | | // |
| | | // gvMx1lastupdateDate |
| | | // |
| | | this.gvMx1lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1lastupdateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lastupdateDate.Caption = "最后更新时间"; |
| | | this.gvMx1lastupdateDate.FieldName = "lastupdateDate"; |