| | |
| | | // 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_staffNo |
| | | // |
| | | this.gv_staffNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_staffNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_staffNo.Caption = "员工编码"; |
| | | this.gv_staffNo.FieldName = "staffNo"; |
| | |
| | | // |
| | | // gv_staffName |
| | | // |
| | | this.gv_staffName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_staffName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_staffName.Caption = "员工姓名"; |
| | | this.gv_staffName.FieldName = "staffName"; |
| | |
| | | // |
| | | // gv_departmentNo |
| | | // |
| | | this.gv_departmentNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_departmentNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_departmentNo.Caption = "部门编码"; |
| | | this.gv_departmentNo.FieldName = "departmentNo"; |
| | |
| | | // |
| | | // 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_positionCode |
| | | // |
| | | this.gv_positionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_positionCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_positionCode.Caption = "岗位编码"; |
| | | this.gv_positionCode.FieldName = "positionCode"; |
| | |
| | | // |
| | | // gv_positionName |
| | | // |
| | | this.gv_positionName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_positionName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_positionName.Caption = "岗位名称"; |
| | | this.gv_positionName.FieldName = "positionName"; |
| | |
| | | // |
| | | // gv_phoneNumber |
| | | // |
| | | this.gv_phoneNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_phoneNumber.AppearanceCell.Options.UseFont = true; |
| | | this.gv_phoneNumber.Caption = "手机号"; |
| | | this.gv_phoneNumber.FieldName = "phoneNumber"; |
| | |
| | | // |
| | | // gv_startDate |
| | | // |
| | | this.gv_startDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_startDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_startDate.Caption = "任岗开始日期"; |
| | | this.gv_startDate.FieldName = "startDate"; |
| | |
| | | // |
| | | // 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_fforbidStatus |
| | | // |
| | | this.gv_fforbidStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fforbidStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fforbidStatus.Caption = "禁用状态"; |
| | | this.gv_fforbidStatus.FieldName = "fforbidStatus"; |
| | |
| | | // |
| | | this.txt_fforbidStatus.Location = new System.Drawing.Point(834, 44); |
| | | this.txt_fforbidStatus.Name = "txt_fforbidStatus"; |
| | | this.txt_fforbidStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fforbidStatus.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fforbidStatus.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_fforbidStatus.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_remark.Location = new System.Drawing.Point(354, 76); |
| | | 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(134, 28); |
| | | this.txt_remark.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_id.Location = new System.Drawing.Point(114, 12); |
| | | this.txt_id.Name = "txt_id"; |
| | | this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_id.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_id.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_id.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_lastupdateDate.Location = new System.Drawing.Point(834, 12); |
| | | this.txt_lastupdateDate.Name = "txt_lastupdateDate"; |
| | | this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_lastupdateDate.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_lastupdateDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_departmentNo.Location = new System.Drawing.Point(114, 44); |
| | | this.txt_departmentNo.Name = "txt_departmentNo"; |
| | | this.txt_departmentNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_departmentNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_departmentNo.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_departmentNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_phoneNumber.Location = new System.Drawing.Point(114, 76); |
| | | this.txt_phoneNumber.Name = "txt_phoneNumber"; |
| | | this.txt_phoneNumber.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_phoneNumber.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_phoneNumber.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_phoneNumber.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_staffNo.Location = new System.Drawing.Point(354, 12); |
| | | this.txt_staffNo.Name = "txt_staffNo"; |
| | | this.txt_staffNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_staffNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_staffNo.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_staffNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_departmentName.Location = new System.Drawing.Point(354, 44); |
| | | 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(134, 28); |
| | | this.txt_departmentName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_staffName.Location = new System.Drawing.Point(594, 12); |
| | | this.txt_staffName.Name = "txt_staffName"; |
| | | this.txt_staffName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_staffName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_staffName.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_staffName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_startDate.Location = new System.Drawing.Point(594, 44); |
| | | this.txt_startDate.Name = "txt_startDate"; |
| | | this.txt_startDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_startDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_startDate.Size = new System.Drawing.Size(134, 28); |
| | | this.txt_startDate.StyleController = this.layoutMx1; |