| | |
| | | this.gv_time = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_Btn = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); |
| | |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gcMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); |
| | | this.gcMain.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Margin = new System.Windows.Forms.Padding(4); |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { |
| | | this.repositoryItemButtonEdit1}); |
| | | this.gcMain.Size = new System.Drawing.Size(581, 489); |
| | | this.gcMain.Size = new System.Drawing.Size(1014, 600); |
| | | this.gcMain.TabIndex = 3; |
| | | this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | | // |
| | | // 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_Name, |
| | | this.gv_no, |
| | | this.gv_time, |
| | | this.gv_Btn}); |
| | | this.gv_Btn, |
| | | this.gridColumn1}); |
| | | this.gridView1.DetailHeight = 428; |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | |
| | | // |
| | | // 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"; |
| | | this.gv_Name.MinWidth = 10; |
| | | this.gv_Name.MinWidth = 12; |
| | | this.gv_Name.Name = "gv_Name"; |
| | | this.gv_Name.OptionsColumn.AllowEdit = false; |
| | | this.gv_Name.Tag = "query_OPERATION_TIME"; |
| | | this.gv_Name.Visible = true; |
| | | this.gv_Name.VisibleIndex = 0; |
| | | this.gv_Name.Width = 300; |
| | | this.gv_Name.Width = 375; |
| | | // |
| | | // gv_no |
| | | // |
| | | this.gv_no.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_no.AppearanceCell.Options.UseFont = true; |
| | | this.gv_no.Caption = "编号"; |
| | | this.gv_no.FieldName = "fNumber"; |
| | | this.gv_no.MinWidth = 10; |
| | | this.gv_no.MinWidth = 12; |
| | | this.gv_no.Name = "gv_no"; |
| | | this.gv_no.OptionsColumn.AllowEdit = false; |
| | | this.gv_no.Tag = "query_OPERATION_TABLE"; |
| | | this.gv_no.Visible = true; |
| | | this.gv_no.VisibleIndex = 1; |
| | | this.gv_no.Width = 100; |
| | | this.gv_no.VisibleIndex = 2; |
| | | this.gv_no.Width = 125; |
| | | // |
| | | // gv_time |
| | | // |
| | | this.gv_time.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_time.AppearanceCell.Options.UseFont = true; |
| | | this.gv_time.Caption = "同步时间"; |
| | | this.gv_time.FieldName = "edtTime"; |
| | | this.gv_time.MinWidth = 10; |
| | | this.gv_time.MinWidth = 12; |
| | | this.gv_time.Name = "gv_time"; |
| | | this.gv_time.OptionsColumn.AllowEdit = false; |
| | | this.gv_time.Tag = "query_USER_NAME"; |
| | | this.gv_time.Width = 250; |
| | | this.gv_time.Width = 312; |
| | | // |
| | | // gv_Btn |
| | | // |
| | | this.gv_Btn.Caption = "选择"; |
| | | this.gv_Btn.ColumnEdit = this.repositoryItemButtonEdit1; |
| | | this.gv_Btn.MinWidth = 25; |
| | | this.gv_Btn.MinWidth = 31; |
| | | this.gv_Btn.Name = "gv_Btn"; |
| | | this.gv_Btn.Visible = true; |
| | | this.gv_Btn.VisibleIndex = 2; |
| | | this.gv_Btn.Width = 94; |
| | | this.gv_Btn.VisibleIndex = 3; |
| | | this.gv_Btn.Width = 117; |
| | | // |
| | | // repositoryItemButtonEdit1 |
| | | // |
| | |
| | | this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; |
| | | this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "组织"; |
| | | this.gridColumn1.FieldName = "fSubsidiary"; |
| | | this.gridColumn1.MinWidth = 30; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 1; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // SelectHz |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(581, 489); |
| | | this.ClientSize = new System.Drawing.Size(1014, 600); |
| | | this.Controls.Add(this.gcMain); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.Margin = new System.Windows.Forms.Padding(4); |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "SelectHz"; |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_time; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_Btn; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | } |
| | | } |