| | |
| | | // |
| | | // gv_createTime |
| | | // |
| | | this.gv_createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_createTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createTime.Caption = "建立时间"; |
| | | this.gv_createTime.FieldName = "createTime"; |
| | |
| | | // |
| | | // 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_isStatus |
| | | // |
| | | this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_isStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isStatus.Caption = "状态"; |
| | | this.gv_isStatus.FieldName = "isStatusTxt"; |
| | |
| | | // |
| | | // lb_time2 |
| | | // |
| | | this.lb_time2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.lb_time2.Appearance.Options.UseFont = true; |
| | | this.lb_time2.Location = new System.Drawing.Point(27, 167); |
| | | this.lb_time2.Name = "lb_time2"; |
| | |
| | | // |
| | | // gv_time2 |
| | | // |
| | | this.gv_time2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_time2.AppearanceCell.Options.UseFont = true; |
| | | this.gv_time2.Caption = "结束时间"; |
| | | this.gv_time2.FieldName = "endTime"; |
| | |
| | | // |
| | | // lb_time1 |
| | | // |
| | | this.lb_time1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.lb_time1.Appearance.Options.UseFont = true; |
| | | this.lb_time1.Location = new System.Drawing.Point(27, 110); |
| | | this.lb_time1.Name = "lb_time1"; |
| | |
| | | // |
| | | // gv_time1 |
| | | // |
| | | this.gv_time1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_time1.AppearanceCell.Options.UseFont = true; |
| | | this.gv_time1.Caption = "开始时间"; |
| | | this.gv_time1.FieldName = "begTime"; |
| | |
| | | // |
| | | // lb_name |
| | | // |
| | | this.lb_name.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.lb_name.Appearance.Options.UseFont = true; |
| | | this.lb_name.Location = new System.Drawing.Point(27, 61); |
| | | this.lb_name.Name = "lb_name"; |
| | |
| | | // |
| | | this.txt_name.Location = new System.Drawing.Point(115, 57); |
| | | this.txt_name.Name = "txt_name"; |
| | | this.txt_name.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_name.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_name.Size = new System.Drawing.Size(170, 28); |
| | | this.txt_name.TabIndex = 211; |
| | |
| | | // |
| | | // gv_name |
| | | // |
| | | this.gv_name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_name.AppearanceCell.Options.UseFont = true; |
| | | this.gv_name.Caption = "假日名称"; |
| | | this.gv_name.FieldName = "name"; |
| | |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gcMain.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | |
| | | // |
| | | // 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_workName, |
| | |
| | | this.xtraTabPage1.Controls.Add(this.pageBar1); |
| | | this.xtraTabPage1.Name = "xtraTabPage1"; |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(1137, 384); |
| | | this.xtraTabPage1.Text = "数据查询"; |
| | | this.xtraTabPage1.Text = "数据列表"; |
| | | // |
| | | // pageBar1 |
| | | // |
| | |
| | | // |
| | | this.xtraTabPage2.Controls.Add(this.panel1); |
| | | this.xtraTabPage2.Name = "xtraTabPage2"; |
| | | this.xtraTabPage2.PageEnabled = false; |
| | | |
| | | this.xtraTabPage2.Size = new System.Drawing.Size(1137, 384); |
| | | this.xtraTabPage2.Text = "数据编辑"; |
| | | this.xtraTabPage2.Text = "数据详细"; |
| | | // |
| | | // panel1 |
| | | // |
| | |
| | | this.panel1.Controls.Add(this.lb_time1); |
| | | this.panel1.Controls.Add(this.lb_name); |
| | | this.panel1.Controls.Add(this.txt_name); |
| | | this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.panel1.Location = new System.Drawing.Point(76, 20); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(330, 288); |
| | |
| | | // |
| | | // labelControl8 |
| | | // |
| | | this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.labelControl8.Appearance.Options.UseFont = true; |
| | | this.labelControl8.Location = new System.Drawing.Point(27, 17); |
| | | this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | |
| | | this.txt_workshopNo.Location = new System.Drawing.Point(115, 13); |
| | | this.txt_workshopNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.txt_workshopNo.Name = "txt_workshopNo"; |
| | | this.txt_workshopNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_workshopNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_workshopNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |