| | |
| | | private void InitializeComponent() |
| | | { |
| | | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); |
| | | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
| | | this.panel1 = new System.Windows.Forms.Panel(); |
| | |
| | | this.comboBoxMonth = new DevExpress.XtraEditors.ComboBoxEdit(); |
| | | this.spinEditYear = new DevExpress.XtraEditors.SpinEdit(); |
| | | this.listBoxDay = new DevExpress.XtraEditors.ListBoxControl(); |
| | | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.resultChartControl1 = new IStation.WinFrmUI.Monitor.ResultChartControl(); |
| | | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
| | | this.layoutControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); |
| | | this.groupControl1.SuspendLayout(); |
| | | this.tableLayoutPanel1.SuspendLayout(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.comboBoxMonth.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.spinEditYear.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.listBoxDay)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
| | | this.SuspendLayout(); |
| | |
| | | this.layoutControl1.Size = new System.Drawing.Size(1563, 931); |
| | | this.layoutControl1.TabIndex = 0; |
| | | this.layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // Root |
| | | // |
| | | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | this.Root.GroupBordersVisible = false; |
| | | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem2, |
| | | this.layoutControlItem1}); |
| | | this.Root.Name = "Root"; |
| | | this.Root.Size = new System.Drawing.Size(1563, 931); |
| | | this.Root.TextVisible = false; |
| | | // |
| | | // gridBand1 |
| | | // |
| | | this.gridBand1.Caption = "gridBand1"; |
| | | this.gridBand1.Name = "gridBand1"; |
| | | this.gridBand1.VisibleIndex = -1; |
| | | this.gridBand1.Width = 802; |
| | | // |
| | | // groupControl1 |
| | | // |
| | |
| | | this.listBoxDay.SelectedIndexChanged += new System.EventHandler(this.listBoxDay_SelectedIndexChanged_1); |
| | | this.listBoxDay.CustomItemDisplayText += new DevExpress.XtraEditors.CustomItemDisplayTextEventHandler(this.listBoxDay_CustomItemDisplayText_1); |
| | | // |
| | | // Root |
| | | // |
| | | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | this.Root.GroupBordersVisible = false; |
| | | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem2, |
| | | this.layoutControlItem1}); |
| | | this.Root.Name = "Root"; |
| | | this.Root.Size = new System.Drawing.Size(1563, 931); |
| | | this.Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | this.layoutControlItem1.Control = this.groupControl1; |
| | |
| | | this.layoutControlItem1.Size = new System.Drawing.Size(204, 911); |
| | | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem1.TextVisible = false; |
| | | // |
| | | // gridBand1 |
| | | // |
| | | this.gridBand1.Caption = "gridBand1"; |
| | | this.gridBand1.Name = "gridBand1"; |
| | | this.gridBand1.VisibleIndex = -1; |
| | | this.gridBand1.Width = 802; |
| | | // |
| | | // resultChartControl1 |
| | | // |
| | |
| | | this.Load += new System.EventHandler(this.SearchHistoryData_Load); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
| | | this.layoutControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); |
| | | this.groupControl1.ResumeLayout(false); |
| | | this.tableLayoutPanel1.ResumeLayout(false); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.comboBoxMonth.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.spinEditYear.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.listBoxDay)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
| | | this.ResumeLayout(false); |