| | |
| | | colQ = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colL = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | btnExcelFilePath = new DevExpress.XtraEditors.ButtonEdit(); |
| | | txtCurveCode = new DevExpress.XtraEditors.TextEdit(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | sidePanel1 = new DevExpress.XtraEditors.SidePanel(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)btnExcelFilePath.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)txtCurveCode.Properties).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); |
| | | sidePanel1.SuspendLayout(); |
| | |
| | | // |
| | | layoutControl1.Controls.Add(gridControl1); |
| | | layoutControl1.Controls.Add(btnExcelFilePath); |
| | | layoutControl1.Controls.Add(txtCurveCode); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | |
| | | // gridControl1 |
| | | // |
| | | gridControl1.DataSource = bindingSource1; |
| | | gridControl1.Location = new Point(0, 114); |
| | | gridControl1.Location = new Point(0, 90); |
| | | gridControl1.MainView = gridView1; |
| | | gridControl1.Name = "gridControl1"; |
| | | gridControl1.Size = new Size(425, 546); |
| | | gridControl1.Size = new Size(425, 570); |
| | | gridControl1.TabIndex = 9; |
| | | gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); |
| | | // |
| | |
| | | btnExcelFilePath.TabIndex = 18; |
| | | btnExcelFilePath.ButtonClick += btnExcelFilePath_ButtonClick; |
| | | // |
| | | // txtCurveCode |
| | | // |
| | | txtCurveCode.Location = new Point(56, 60); |
| | | txtCurveCode.Name = "txtCurveCode"; |
| | | txtCurveCode.Size = new Size(357, 20); |
| | | txtCurveCode.StyleController = layoutControl1; |
| | | txtCurveCode.TabIndex = 19; |
| | | // |
| | | // Root |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | |
| | | // layoutControlGroup1 |
| | | // |
| | | layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7 }); |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6 }); |
| | | layoutControlGroup1.Location = new Point(0, 0); |
| | | layoutControlGroup1.Name = "layoutControlGroup1"; |
| | | layoutControlGroup1.Size = new Size(425, 92); |
| | | layoutControlGroup1.Size = new Size(425, 68); |
| | | layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlGroup1.Text = "曲线信息"; |
| | | // |
| | |
| | | layoutControlItem6.Text = "Excel:"; |
| | | layoutControlItem6.TextSize = new Size(32, 14); |
| | | // |
| | | // layoutControlItem7 |
| | | // |
| | | layoutControlItem7.Control = txtCurveCode; |
| | | layoutControlItem7.Location = new Point(0, 26); |
| | | layoutControlItem7.Name = "layoutControlItem7"; |
| | | layoutControlItem7.Size = new Size(405, 24); |
| | | layoutControlItem7.Text = "名称:"; |
| | | layoutControlItem7.TextSize = new Size(32, 14); |
| | | // |
| | | // layoutControlGroup2 |
| | | // |
| | | layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title; |
| | | layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 }); |
| | | layoutControlGroup2.Location = new Point(0, 92); |
| | | layoutControlGroup2.Location = new Point(0, 68); |
| | | layoutControlGroup2.Name = "layoutControlGroup2"; |
| | | layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlGroup2.Size = new Size(425, 568); |
| | | layoutControlGroup2.Size = new Size(425, 592); |
| | | layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlGroup2.Text = "曲线定义点"; |
| | | // |
| | |
| | | layoutControlItem3.Location = new Point(0, 0); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem3.Size = new Size(425, 546); |
| | | layoutControlItem3.Size = new Size(425, 570); |
| | | layoutControlItem3.TextSize = new Size(0, 0); |
| | | layoutControlItem3.TextVisible = false; |
| | | // |
| | |
| | | ((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)btnExcelFilePath.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)txtCurveCode.Properties).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); |
| | | sidePanel1.ResumeLayout(false); |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private DevExpress.XtraEditors.ButtonEdit btnExcelFilePath; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraEditors.TextEdit txtCurveCode; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
| | | private DevExpress.XtraEditors.SidePanel sidePanel1; |