| | |
| | | // 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 = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | |
| | | // |
| | | // gv_status |
| | | // |
| | | this.gv_status.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_status.AppearanceCell.Options.UseFont = true; |
| | | this.gv_status.Caption = "审核状态"; |
| | | this.gv_status.FieldName = "status"; |
| | |
| | | // |
| | | // gv_isFinish |
| | | // |
| | | this.gv_isFinish.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_isFinish.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isFinish.Caption = "是否完成"; |
| | | this.gv_isFinish.FieldName = "isFinish"; |
| | |
| | | // |
| | | // gv_isOut |
| | | // |
| | | this.gv_isOut.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_isOut.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isOut.Caption = "委外标识"; |
| | | this.gv_isOut.FieldName = "isOut"; |
| | |
| | | // |
| | | // gv_billNo |
| | | // |
| | | this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "单据编码"; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | |
| | | // |
| | | // gv_lastUpdateUser |
| | | // |
| | | this.gv_lastUpdateUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_lastUpdateUser.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastUpdateUser.Caption = "最后跟新人 "; |
| | | this.gv_lastUpdateUser.FieldName = "lastUpdateUser"; |
| | |
| | | // |
| | | // gv_lastUpdateTime |
| | | // |
| | | this.gv_lastUpdateTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_lastUpdateTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastUpdateTime.Caption = "最后修改时间 "; |
| | | this.gv_lastUpdateTime.FieldName = "lastUpdateTime"; |
| | |
| | | // |
| | | // gv_checkUser |
| | | // |
| | | this.gv_checkUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_checkUser.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkUser.Caption = "审核人 "; |
| | | this.gv_checkUser.FieldName = "checkUser"; |
| | |
| | | // |
| | | // gv_checkDate |
| | | // |
| | | this.gv_checkDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_checkDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkDate.Caption = "审核时间 "; |
| | | this.gv_checkDate.FieldName = "checkDate"; |
| | |
| | | // |
| | | // gv_returnMethod |
| | | // |
| | | this.gv_returnMethod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_returnMethod.AppearanceCell.Options.UseFont = true; |
| | | this.gv_returnMethod.Caption = "退料方式 "; |
| | | this.gv_returnMethod.FieldName = "returnMethod"; |
| | |
| | | // |
| | | // gv_returnType |
| | | // |
| | | this.gv_returnType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_returnType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_returnType.Caption = "退料类型 "; |
| | | this.gv_returnType.FieldName = "returnType"; |
| | |
| | | // |
| | | // gv_depotId |
| | | // |
| | | this.gv_depotId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_depotId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotId.Caption = "仓库"; |
| | | this.gv_depotId.FieldName = "dptName"; |
| | |
| | | // |
| | | // gv_suppId |
| | | // |
| | | this.gv_suppId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_suppId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_suppId.Caption = "供应商"; |
| | | this.gv_suppId.FieldName = "supName"; |
| | |
| | | // |
| | | // gv_remark |
| | | // |
| | | this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_remark.AppearanceCell.Options.UseFont = true; |
| | | this.gv_remark.Caption = "备注 "; |
| | | this.gv_remark.FieldName = "remark"; |
| | |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(114, 12); |
| | | this.txt_billNo.Name = "txt_billNo"; |
| | | this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_billNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billNo.Size = new System.Drawing.Size(165, 28); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_checkDate.Location = new System.Drawing.Point(927, 44); |
| | | this.txt_checkDate.Name = "txt_checkDate"; |
| | | this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_checkDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_checkDate.Size = new System.Drawing.Size(166, 28); |
| | | this.txt_checkDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_remark.Location = new System.Drawing.Point(385, 108); |
| | | this.txt_remark.Name = "txt_remark"; |
| | | this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_remark.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_remark.Size = new System.Drawing.Size(436, 28); |
| | | this.txt_remark.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_checkUser.Location = new System.Drawing.Point(927, 12); |
| | | this.txt_checkUser.Name = "txt_checkUser"; |
| | | this.txt_checkUser.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_checkUser.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_checkUser.Size = new System.Drawing.Size(166, 28); |
| | | this.txt_checkUser.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "ID "; |
| | | this.gvMx1id.FieldName = "id"; |
| | |
| | | // |
| | | // gvMx1mid |
| | | // |
| | | this.gvMx1mid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1mid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mid.Caption = "MID "; |
| | | this.gvMx1mid.FieldName = "mid"; |
| | |
| | | // |
| | | // gvMx1isFinish |
| | | // |
| | | this.gvMx1isFinish.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1isFinish.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1isFinish.Caption = "是否完成"; |
| | | this.gvMx1isFinish.FieldName = "isFinish"; |
| | |
| | | // |
| | | // gvMx1invBillNo |
| | | // |
| | | this.gvMx1invBillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1invBillNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1invBillNo.Caption = "入库单号"; |
| | | this.gvMx1invBillNo.FieldName = "invBillNo"; |
| | |
| | | // |
| | | // gvMx1ebeln |
| | | // |
| | | this.gvMx1ebeln.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1ebeln.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ebeln.Caption = "采购订单"; |
| | | this.gvMx1ebeln.FieldName = "ebeln"; |
| | |
| | | // |
| | | // gvMx1itemId |
| | | // |
| | | this.gvMx1itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemId.Caption = "物料id "; |
| | | this.gvMx1itemId.FieldName = "itemId"; |
| | |
| | | // |
| | | // gvMx1sqNum |
| | | // |
| | | this.gvMx1sqNum.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1sqNum.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1sqNum.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1sqNum.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1ysNum |
| | | // |
| | | this.gvMx1ysNum.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1ysNum.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ysNum.Caption = "已扫数量"; |
| | | this.gvMx1ysNum.FieldName = "ysNum"; |
| | |
| | | // |
| | | // gvMx1remark |
| | | // |
| | | this.gvMx1remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1remark.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1remark.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1remark.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1orderNo |
| | | // |
| | | this.gvMx1orderNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1orderNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1orderNo.Caption = "序号"; |
| | | this.gvMx1orderNo.FieldName = "orderNo"; |
| | |
| | | // |
| | | // gvMx1eid |
| | | // |
| | | this.gvMx1eid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1eid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1eid.Caption = "采购订单id"; |
| | | this.gvMx1eid.FieldName = "eid"; |
| | |
| | | // |
| | | // gvMx1erpid |
| | | // |
| | | this.gvMx1erpid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1erpid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1erpid.Caption = "采购订单行id"; |
| | | this.gvMx1erpid.FieldName = "erpid"; |
| | |
| | | // |
| | | // gvMx1invWorkLine |
| | | // |
| | | this.gvMx1invWorkLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1invWorkLine.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1invWorkLine.Caption = "入库单行号"; |
| | | this.gvMx1invWorkLine.FieldName = "invWorkLine"; |