| | |
| | | this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); |
| | | this.gcMain = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_factory = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_workName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.weekdayName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gv_createTime.Name = "gv_createTime"; |
| | | this.gv_createTime.OptionsColumn.AllowEdit = false; |
| | | this.gv_createTime.Visible = true; |
| | | this.gv_createTime.VisibleIndex = 9; |
| | | this.gv_createTime.VisibleIndex = 8; |
| | | this.gv_createTime.Width = 94; |
| | | // |
| | | // gv_createBy |
| | |
| | | this.gv_createBy.Name = "gv_createBy"; |
| | | this.gv_createBy.OptionsColumn.AllowEdit = false; |
| | | this.gv_createBy.Visible = true; |
| | | this.gv_createBy.VisibleIndex = 8; |
| | | this.gv_createBy.VisibleIndex = 7; |
| | | this.gv_createBy.Width = 94; |
| | | // |
| | | // gv_isStatus |
| | |
| | | this.gv_isStatus.Name = "gv_isStatus"; |
| | | this.gv_isStatus.OptionsColumn.AllowEdit = false; |
| | | this.gv_isStatus.Visible = true; |
| | | this.gv_isStatus.VisibleIndex = 6; |
| | | this.gv_isStatus.VisibleIndex = 5; |
| | | this.gv_isStatus.Width = 94; |
| | | // |
| | | // lb_time2 |
| | |
| | | this.gv_time2.Name = "gv_time2"; |
| | | this.gv_time2.OptionsColumn.AllowEdit = false; |
| | | this.gv_time2.Visible = true; |
| | | this.gv_time2.VisibleIndex = 4; |
| | | this.gv_time2.VisibleIndex = 3; |
| | | this.gv_time2.Width = 94; |
| | | // |
| | | // lb_time1 |
| | |
| | | this.gv_time1.Name = "gv_time1"; |
| | | this.gv_time1.OptionsColumn.AllowEdit = false; |
| | | this.gv_time1.Visible = true; |
| | | this.gv_time1.VisibleIndex = 3; |
| | | this.gv_time1.VisibleIndex = 2; |
| | | this.gv_time1.Width = 94; |
| | | // |
| | | // lb_name |
| | |
| | | this.gv_name.Name = "gv_name"; |
| | | this.gv_name.OptionsColumn.AllowEdit = false; |
| | | this.gv_name.Visible = true; |
| | | this.gv_name.VisibleIndex = 2; |
| | | this.gv_name.VisibleIndex = 1; |
| | | this.gv_name.Width = 94; |
| | | // |
| | | // toolBarMenu1 |
| | |
| | | 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_factory, |
| | | this.gv_workName, |
| | | this.gv_name, |
| | | this.gv_time1, |
| | |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gv_factory |
| | | // |
| | | this.gv_factory.Caption = "工厂"; |
| | | this.gv_factory.FieldName = "factory"; |
| | | this.gv_factory.MinWidth = 25; |
| | | this.gv_factory.Name = "gv_factory"; |
| | | this.gv_factory.OptionsColumn.AllowEdit = false; |
| | | this.gv_factory.Visible = true; |
| | | this.gv_factory.VisibleIndex = 0; |
| | | this.gv_factory.Width = 94; |
| | | // |
| | | // gv_workName |
| | | // |
| | | this.gv_workName.Caption = "产线名称"; |
| | |
| | | this.gv_workName.Name = "gv_workName"; |
| | | this.gv_workName.OptionsColumn.AllowEdit = false; |
| | | this.gv_workName.Visible = true; |
| | | this.gv_workName.VisibleIndex = 1; |
| | | this.gv_workName.VisibleIndex = 0; |
| | | this.gv_workName.Width = 94; |
| | | // |
| | | // weekdayName |
| | |
| | | this.weekdayName.Name = "weekdayName"; |
| | | this.weekdayName.OptionsColumn.AllowEdit = false; |
| | | this.weekdayName.Visible = true; |
| | | this.weekdayName.VisibleIndex = 5; |
| | | this.weekdayName.VisibleIndex = 4; |
| | | this.weekdayName.Width = 94; |
| | | // |
| | | // gridColumn1 |
| | |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.OptionsColumn.AllowEdit = false; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 7; |
| | | this.gridColumn1.VisibleIndex = 6; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // xtraTabControl1 |
| | |
| | | private DevExpress.XtraEditors.LabelControl labelControl8; |
| | | private DevExpress.XtraEditors.LookUpEdit txt_workshopNo; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_workName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_factory; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | } |
| | | } |