You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
403 lines
22 KiB
C#
403 lines
22 KiB
C#
using DevExpress.XtraLayout;
|
|
|
|
namespace KepGridEditor
|
|
{
|
|
partial class FormFittingTool
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
ColumnDefinition columnDefinition7 = new ColumnDefinition();
|
|
ColumnDefinition columnDefinition8 = new ColumnDefinition();
|
|
RowDefinition rowDefinition4 = new RowDefinition();
|
|
RowDefinition rowDefinition5 = new RowDefinition();
|
|
RowDefinition rowDefinition6 = new RowDefinition();
|
|
ColumnDefinition columnDefinition1 = new ColumnDefinition();
|
|
ColumnDefinition columnDefinition2 = new ColumnDefinition();
|
|
RowDefinition rowDefinition1 = new RowDefinition();
|
|
RowDefinition rowDefinition2 = new RowDefinition();
|
|
ColumnDefinition columnDefinition3 = new ColumnDefinition();
|
|
ColumnDefinition columnDefinition4 = new ColumnDefinition();
|
|
ColumnDefinition columnDefinition5 = new ColumnDefinition();
|
|
ColumnDefinition columnDefinition6 = new ColumnDefinition();
|
|
RowDefinition rowDefinition3 = new RowDefinition();
|
|
layoutControl = new LayoutControl();
|
|
cboFitType = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
btnRemovePoint = new DevExpress.XtraEditors.SimpleButton();
|
|
btnAddPoint = new DevExpress.XtraEditors.SimpleButton();
|
|
lblFormula = new DevExpress.XtraEditors.LabelControl();
|
|
btnCalibrate = new DevExpress.XtraEditors.SimpleButton();
|
|
btnRestore = new DevExpress.XtraEditors.SimpleButton();
|
|
chartControl = new DevExpress.XtraCharts.ChartControl();
|
|
gridControl = new DevExpress.XtraGrid.GridControl();
|
|
gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
Root = new LayoutControlGroup();
|
|
groupTopButtons = new LayoutControlGroup();
|
|
layoutControlItemCbo = new LayoutControlItem();
|
|
layoutControlItemBtnAdd = new LayoutControlItem();
|
|
layoutControlItemBtnRemove = new LayoutControlItem();
|
|
layoutControlItemGrid = new LayoutControlItem();
|
|
layoutControlItemChart = new LayoutControlItem();
|
|
groupFooter = new LayoutControlGroup();
|
|
layoutControlItemLbl = new LayoutControlItem();
|
|
emptySpaceItemFooter = new EmptySpaceItem();
|
|
layoutControlItemBtnCalibrate = new LayoutControlItem();
|
|
layoutControlItemBtnRestore = new LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)layoutControl).BeginInit();
|
|
layoutControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)cboFitType.Properties).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)chartControl).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)gridControl).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)gridView).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)groupTopButtons).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemCbo).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnAdd).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnRemove).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemGrid).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemChart).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)groupFooter).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemLbl).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItemFooter).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnCalibrate).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnRestore).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// layoutControl
|
|
//
|
|
layoutControl.Controls.Add(cboFitType);
|
|
layoutControl.Controls.Add(btnRemovePoint);
|
|
layoutControl.Controls.Add(btnAddPoint);
|
|
layoutControl.Controls.Add(lblFormula);
|
|
layoutControl.Controls.Add(btnCalibrate);
|
|
layoutControl.Controls.Add(btnRestore);
|
|
layoutControl.Controls.Add(chartControl);
|
|
layoutControl.Controls.Add(gridControl);
|
|
layoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
layoutControl.Location = new System.Drawing.Point(0, 0);
|
|
layoutControl.Name = "layoutControl";
|
|
layoutControl.Root = Root;
|
|
layoutControl.Size = new System.Drawing.Size(900, 550);
|
|
layoutControl.TabIndex = 0;
|
|
//
|
|
// cboFitType
|
|
//
|
|
cboFitType.EditValue = "线性拟合";
|
|
cboFitType.Location = new System.Drawing.Point(128, 12);
|
|
cboFitType.Name = "cboFitType";
|
|
cboFitType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
cboFitType.Properties.Items.AddRange(new object[] { "线性拟合", "曲线拟合" });
|
|
cboFitType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
cboFitType.Size = new System.Drawing.Size(144, 20);
|
|
cboFitType.StyleController = layoutControl;
|
|
cboFitType.TabIndex = 7;
|
|
//
|
|
// btnRemovePoint
|
|
//
|
|
btnRemovePoint.Location = new System.Drawing.Point(129, 36);
|
|
btnRemovePoint.Name = "btnRemovePoint";
|
|
btnRemovePoint.Size = new System.Drawing.Size(143, 22);
|
|
btnRemovePoint.StyleController = layoutControl;
|
|
btnRemovePoint.TabIndex = 5;
|
|
btnRemovePoint.Text = "删除选中点";
|
|
//
|
|
// btnAddPoint
|
|
//
|
|
btnAddPoint.Location = new System.Drawing.Point(12, 36);
|
|
btnAddPoint.Name = "btnAddPoint";
|
|
btnAddPoint.Size = new System.Drawing.Size(113, 22);
|
|
btnAddPoint.StyleController = layoutControl;
|
|
btnAddPoint.TabIndex = 4;
|
|
btnAddPoint.Text = "增加虚拟点";
|
|
//
|
|
// lblFormula
|
|
//
|
|
lblFormula.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
|
|
lblFormula.Appearance.Options.UseFont = true;
|
|
lblFormula.Location = new System.Drawing.Point(12, 513);
|
|
lblFormula.Name = "lblFormula";
|
|
lblFormula.Size = new System.Drawing.Size(84, 17);
|
|
lblFormula.StyleController = layoutControl;
|
|
lblFormula.TabIndex = 3;
|
|
lblFormula.Text = "公式: 待计算";
|
|
//
|
|
// btnCalibrate
|
|
//
|
|
btnCalibrate.Location = new System.Drawing.Point(672, 511);
|
|
btnCalibrate.Name = "btnCalibrate";
|
|
btnCalibrate.Size = new System.Drawing.Size(106, 22);
|
|
btnCalibrate.StyleController = layoutControl;
|
|
btnCalibrate.TabIndex = 2;
|
|
btnCalibrate.Text = "校正";
|
|
//
|
|
// btnRestore
|
|
//
|
|
btnRestore.Location = new System.Drawing.Point(782, 511);
|
|
btnRestore.Name = "btnRestore";
|
|
btnRestore.Size = new System.Drawing.Size(106, 22);
|
|
btnRestore.StyleController = layoutControl;
|
|
btnRestore.TabIndex = 6;
|
|
btnRestore.Text = "恢复";
|
|
//
|
|
// chartControl
|
|
//
|
|
chartControl.Location = new System.Drawing.Point(276, 12);
|
|
chartControl.Name = "chartControl";
|
|
chartControl.Size = new System.Drawing.Size(612, 490);
|
|
chartControl.TabIndex = 1;
|
|
//
|
|
// gridControl
|
|
//
|
|
gridControl.Location = new System.Drawing.Point(12, 79);
|
|
gridControl.MainView = gridView;
|
|
gridControl.Name = "gridControl";
|
|
gridControl.Size = new System.Drawing.Size(260, 423);
|
|
gridControl.TabIndex = 0;
|
|
gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView });
|
|
//
|
|
// gridView
|
|
//
|
|
gridView.GridControl = gridControl;
|
|
gridView.Name = "gridView";
|
|
gridView.OptionsBehavior.EditingMode = DevExpress.XtraGrid.Views.Grid.GridEditingMode.Inplace;
|
|
gridView.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// Root
|
|
//
|
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
Root.GroupBordersVisible = false;
|
|
Root.Items.AddRange(new BaseLayoutItem[] { groupTopButtons, layoutControlItemGrid, layoutControlItemChart, groupFooter });
|
|
Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
Root.Name = "Root";
|
|
columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition7.Width = 30D;
|
|
columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition8.Width = 70D;
|
|
Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new ColumnDefinition[] { columnDefinition7, columnDefinition8 });
|
|
rowDefinition4.Height = 50D;
|
|
rowDefinition4.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
rowDefinition5.Height = 100D;
|
|
rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
rowDefinition6.Height = 36D;
|
|
rowDefinition6.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new RowDefinition[] { rowDefinition4, rowDefinition5, rowDefinition6 });
|
|
Root.Size = new System.Drawing.Size(900, 550);
|
|
//
|
|
// groupTopButtons
|
|
//
|
|
groupTopButtons.GroupBordersVisible = false;
|
|
groupTopButtons.Items.AddRange(new BaseLayoutItem[] { layoutControlItemCbo, layoutControlItemBtnAdd, layoutControlItemBtnRemove });
|
|
groupTopButtons.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
groupTopButtons.Location = new System.Drawing.Point(0, 0);
|
|
groupTopButtons.Name = "groupTopButtons";
|
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition1.Width = 40D;
|
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition2.Width = 50D;
|
|
groupTopButtons.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new ColumnDefinition[] { columnDefinition1, columnDefinition2 });
|
|
rowDefinition1.Height = 24D;
|
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
rowDefinition2.Height = 26D;
|
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
groupTopButtons.OptionsTableLayoutGroup.RowDefinitions.AddRange(new RowDefinition[] { rowDefinition1, rowDefinition2 });
|
|
groupTopButtons.Size = new System.Drawing.Size(264, 50);
|
|
//
|
|
// layoutControlItemCbo
|
|
//
|
|
layoutControlItemCbo.Control = cboFitType;
|
|
layoutControlItemCbo.CustomizationFormText = "拟合方式";
|
|
layoutControlItemCbo.Location = new System.Drawing.Point(0, 0);
|
|
layoutControlItemCbo.Name = "layoutControlItemCbo";
|
|
layoutControlItemCbo.OptionsTableLayoutItem.ColumnSpan = 2;
|
|
layoutControlItemCbo.Size = new System.Drawing.Size(264, 24);
|
|
layoutControlItemCbo.Text = " 拟合方式: ";
|
|
layoutControlItemCbo.TextSize = new System.Drawing.Size(104, 14);
|
|
//
|
|
// layoutControlItemBtnAdd
|
|
//
|
|
layoutControlItemBtnAdd.Control = btnAddPoint;
|
|
layoutControlItemBtnAdd.Location = new System.Drawing.Point(0, 24);
|
|
layoutControlItemBtnAdd.Name = "layoutControlItemBtnAdd";
|
|
layoutControlItemBtnAdd.OptionsTableLayoutItem.RowIndex = 1;
|
|
layoutControlItemBtnAdd.Size = new System.Drawing.Size(117, 26);
|
|
layoutControlItemBtnAdd.TextVisible = false;
|
|
//
|
|
// layoutControlItemBtnRemove
|
|
//
|
|
layoutControlItemBtnRemove.Control = btnRemovePoint;
|
|
layoutControlItemBtnRemove.Location = new System.Drawing.Point(117, 24);
|
|
layoutControlItemBtnRemove.Name = "layoutControlItemBtnRemove";
|
|
layoutControlItemBtnRemove.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
layoutControlItemBtnRemove.OptionsTableLayoutItem.RowIndex = 1;
|
|
layoutControlItemBtnRemove.Size = new System.Drawing.Size(147, 26);
|
|
layoutControlItemBtnRemove.TextVisible = false;
|
|
//
|
|
// layoutControlItemGrid
|
|
//
|
|
layoutControlItemGrid.Control = gridControl;
|
|
layoutControlItemGrid.Location = new System.Drawing.Point(0, 50);
|
|
layoutControlItemGrid.Name = "layoutControlItemGrid";
|
|
layoutControlItemGrid.OptionsTableLayoutItem.RowIndex = 1;
|
|
layoutControlItemGrid.Size = new System.Drawing.Size(264, 444);
|
|
layoutControlItemGrid.Text = "数据列表";
|
|
layoutControlItemGrid.TextLocation = DevExpress.Utils.Locations.Top;
|
|
layoutControlItemGrid.TextSize = new System.Drawing.Size(104, 14);
|
|
//
|
|
// layoutControlItemChart
|
|
//
|
|
layoutControlItemChart.Control = chartControl;
|
|
layoutControlItemChart.Location = new System.Drawing.Point(264, 0);
|
|
layoutControlItemChart.Name = "layoutControlItemChart";
|
|
layoutControlItemChart.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
layoutControlItemChart.OptionsTableLayoutItem.RowSpan = 2;
|
|
layoutControlItemChart.Size = new System.Drawing.Size(616, 494);
|
|
layoutControlItemChart.TextVisible = false;
|
|
//
|
|
// groupFooter
|
|
//
|
|
groupFooter.GroupBordersVisible = false;
|
|
groupFooter.Items.AddRange(new BaseLayoutItem[] { layoutControlItemLbl, emptySpaceItemFooter, layoutControlItemBtnCalibrate, layoutControlItemBtnRestore });
|
|
groupFooter.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
groupFooter.Location = new System.Drawing.Point(0, 494);
|
|
groupFooter.Name = "groupFooter";
|
|
columnDefinition3.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
columnDefinition3.Width = 88D;
|
|
columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition4.Width = 100D;
|
|
columnDefinition5.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
columnDefinition5.Width = 110D;
|
|
columnDefinition6.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
columnDefinition6.Width = 110D;
|
|
groupFooter.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new ColumnDefinition[] { columnDefinition3, columnDefinition4, columnDefinition5, columnDefinition6 });
|
|
rowDefinition3.Height = 36D;
|
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
|
groupFooter.OptionsTableLayoutGroup.RowDefinitions.AddRange(new RowDefinition[] { rowDefinition3 });
|
|
groupFooter.OptionsTableLayoutItem.ColumnSpan = 2;
|
|
groupFooter.OptionsTableLayoutItem.RowIndex = 2;
|
|
groupFooter.Size = new System.Drawing.Size(880, 36);
|
|
//
|
|
// layoutControlItemLbl
|
|
//
|
|
layoutControlItemLbl.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
layoutControlItemLbl.Control = lblFormula;
|
|
layoutControlItemLbl.Location = new System.Drawing.Point(0, 0);
|
|
layoutControlItemLbl.Name = "layoutControlItemLbl";
|
|
layoutControlItemLbl.Size = new System.Drawing.Size(88, 36);
|
|
layoutControlItemLbl.TextVisible = false;
|
|
//
|
|
// emptySpaceItemFooter
|
|
//
|
|
emptySpaceItemFooter.Location = new System.Drawing.Point(88, 0);
|
|
emptySpaceItemFooter.Name = "emptySpaceItemFooter";
|
|
emptySpaceItemFooter.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
emptySpaceItemFooter.Size = new System.Drawing.Size(572, 36);
|
|
//
|
|
// layoutControlItemBtnCalibrate
|
|
//
|
|
layoutControlItemBtnCalibrate.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
layoutControlItemBtnCalibrate.Control = btnCalibrate;
|
|
layoutControlItemBtnCalibrate.Location = new System.Drawing.Point(660, 0);
|
|
layoutControlItemBtnCalibrate.MaxSize = new System.Drawing.Size(110, 36);
|
|
layoutControlItemBtnCalibrate.MinSize = new System.Drawing.Size(110, 36);
|
|
layoutControlItemBtnCalibrate.Name = "layoutControlItemBtnCalibrate";
|
|
layoutControlItemBtnCalibrate.OptionsTableLayoutItem.ColumnIndex = 2;
|
|
layoutControlItemBtnCalibrate.Size = new System.Drawing.Size(110, 36);
|
|
layoutControlItemBtnCalibrate.SizeConstraintsType = SizeConstraintsType.Custom;
|
|
layoutControlItemBtnCalibrate.TextVisible = false;
|
|
//
|
|
// layoutControlItemBtnRestore
|
|
//
|
|
layoutControlItemBtnRestore.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
layoutControlItemBtnRestore.Control = btnRestore;
|
|
layoutControlItemBtnRestore.Location = new System.Drawing.Point(770, 0);
|
|
layoutControlItemBtnRestore.MaxSize = new System.Drawing.Size(110, 36);
|
|
layoutControlItemBtnRestore.MinSize = new System.Drawing.Size(110, 36);
|
|
layoutControlItemBtnRestore.Name = "layoutControlItemBtnRestore";
|
|
layoutControlItemBtnRestore.OptionsTableLayoutItem.ColumnIndex = 3;
|
|
layoutControlItemBtnRestore.Size = new System.Drawing.Size(110, 36);
|
|
layoutControlItemBtnRestore.SizeConstraintsType = SizeConstraintsType.Custom;
|
|
layoutControlItemBtnRestore.TextVisible = false;
|
|
//
|
|
// FormFittingTool
|
|
//
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
ClientSize = new System.Drawing.Size(900, 550);
|
|
Controls.Add(layoutControl);
|
|
Name = "FormFittingTool";
|
|
Text = "拟合校正";
|
|
((System.ComponentModel.ISupportInitialize)layoutControl).EndInit();
|
|
layoutControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)cboFitType.Properties).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)chartControl).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)gridControl).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)gridView).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)groupTopButtons).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemCbo).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnAdd).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnRemove).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemGrid).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemChart).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)groupFooter).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemLbl).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItemFooter).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnCalibrate).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItemBtnRestore).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
|
// Controls
|
|
private DevExpress.XtraGrid.GridControl gridControl;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
|
|
private DevExpress.XtraCharts.ChartControl chartControl;
|
|
private DevExpress.XtraEditors.SimpleButton btnCalibrate;
|
|
private DevExpress.XtraEditors.SimpleButton btnRestore;
|
|
private DevExpress.XtraEditors.SimpleButton btnAddPoint;
|
|
private DevExpress.XtraEditors.SimpleButton btnRemovePoint;
|
|
private DevExpress.XtraEditors.LabelControl lblFormula;
|
|
private DevExpress.XtraEditors.ComboBoxEdit cboFitType;
|
|
|
|
// Layout Items & Groups
|
|
private DevExpress.XtraLayout.LayoutControlGroup groupTopButtons;
|
|
private DevExpress.XtraLayout.LayoutControlGroup groupFooter;
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemGrid;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemChart;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemBtnAdd;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemBtnRemove;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemBtnCalibrate;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemBtnRestore;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemLbl;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItemFooter;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemCbo;
|
|
}
|
|
} |