| | |
| | | // 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_factory |
| | | // |
| | | this.gv_factory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_factory.AppearanceCell.Options.UseFont = true; |
| | | this.gv_factory.Caption = "使用组织"; |
| | | this.gv_factory.FieldName = "fSubsidiary"; |
| | |
| | | // |
| | | // gv_departmentid |
| | | // |
| | | this.gv_departmentid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_departmentid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_departmentid.Caption = "部门ID"; |
| | | this.gv_departmentid.FieldName = "departmentid"; |
| | |
| | | // |
| | | // gv_departmentcode |
| | | // |
| | | this.gv_departmentcode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_departmentcode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_departmentcode.Caption = "部门编号"; |
| | | this.gv_departmentcode.FieldName = "departmentcode"; |
| | |
| | | // |
| | | // gv_departmentname |
| | | // |
| | | this.gv_departmentname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_departmentname.AppearanceCell.Options.UseFont = true; |
| | | this.gv_departmentname.Caption = "部门名称"; |
| | | this.gv_departmentname.FieldName = "departmentname"; |
| | |
| | | // |
| | | // gv_depextr1 |
| | | // |
| | | this.gv_depextr1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_depextr1.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depextr1.Caption = "部门属性"; |
| | | this.gv_depextr1.FieldName = "depextr1"; |
| | |
| | | // |
| | | // gv_depextr2 |
| | | // |
| | | this.gv_depextr2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_depextr2.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depextr2.Caption = "部门分组"; |
| | | this.gv_depextr2.FieldName = "depextr2"; |
| | |
| | | // |
| | | // gv_depextr3 |
| | | // |
| | | this.gv_depextr3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_depextr3.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depextr3.Caption = "WIP仓库"; |
| | | this.gv_depextr3.FieldName = "depextr3"; |
| | |
| | | // |
| | | // gv_depextr4 |
| | | // |
| | | this.gv_depextr4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_depextr4.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depextr4.Caption = "禁用状态"; |
| | | this.gv_depextr4.FieldName = "depextr4"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // gv_parentId |
| | | // |
| | | this.gv_parentId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_parentId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_parentId.Caption = "上级部门"; |
| | | this.gv_parentId.FieldName = "fParentID"; |
| | |
| | | // |
| | | this.txt_productionWorkshop.Location = new System.Drawing.Point(534, 51); |
| | | this.txt_productionWorkshop.Name = "txt_productionWorkshop"; |
| | | this.txt_productionWorkshop.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_productionWorkshop.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_productionWorkshop.Size = new System.Drawing.Size(149, 28); |
| | | this.txt_productionWorkshop.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_remark.Location = new System.Drawing.Point(759, 51); |
| | | 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(149, 28); |
| | | this.txt_remark.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fmanager.Location = new System.Drawing.Point(534, 12); |
| | | this.txt_fmanager.Name = "txt_fmanager"; |
| | | this.txt_fmanager.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_fmanager.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fmanager.Size = new System.Drawing.Size(149, 28); |
| | | this.txt_fmanager.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_depextr3.Location = new System.Drawing.Point(759, 12); |
| | | this.txt_depextr3.Name = "txt_depextr3"; |
| | | this.txt_depextr3.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_depextr3.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_depextr3.Size = new System.Drawing.Size(149, 28); |
| | | this.txt_depextr3.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_depextr1.Location = new System.Drawing.Point(309, 51); |
| | | this.txt_depextr1.Name = "txt_depextr1"; |
| | | this.txt_depextr1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_depextr1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_depextr1.Size = new System.Drawing.Size(149, 28); |
| | | this.txt_depextr1.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_departmentname.Location = new System.Drawing.Point(84, 51); |
| | | this.txt_departmentname.Name = "txt_departmentname"; |
| | | this.txt_departmentname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_departmentname.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_departmentname.Size = new System.Drawing.Size(149, 28); |
| | | this.txt_departmentname.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_departmentcode.Location = new System.Drawing.Point(309, 12); |
| | | this.txt_departmentcode.Name = "txt_departmentcode"; |
| | | this.txt_departmentcode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_departmentcode.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_departmentcode.Size = new System.Drawing.Size(149, 28); |
| | | this.txt_departmentcode.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_departmentid.Location = new System.Drawing.Point(84, 12); |
| | | this.txt_departmentid.Name = "txt_departmentid"; |
| | | this.txt_departmentid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_departmentid.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_departmentid.Size = new System.Drawing.Size(149, 28); |
| | | this.txt_departmentid.StyleController = this.layoutMx1; |