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.

619 lines
37 KiB
C#

namespace WellWorkDataUI
{
partial class FrmDataFormula
{
/// <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()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
this.sidePanel1 = new DevExpress.XtraEditors.SidePanel();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.comboFormula1 = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.textFormula1 = new DevExpress.XtraEditors.TextEdit();
this.textFormula2 = new DevExpress.XtraEditors.TextEdit();
this.comboFormula2 = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.textFormula3 = new DevExpress.XtraEditors.TextEdit();
this.comboFormula3 = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.textFormula4 = new DevExpress.XtraEditors.TextEdit();
this.comboFormula4 = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
this.sidePanel2 = new DevExpress.XtraEditors.SidePanel();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.listBoxOp = new DevExpress.XtraEditors.ListBoxControl();
this.sidePanel3 = new DevExpress.XtraEditors.SidePanel();
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
this.listBoxVariable = new DevExpress.XtraEditors.ListBoxControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.sidePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboFormula1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboFormula2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboFormula3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula4.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboFormula4.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
this.sidePanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.listBoxOp)).BeginInit();
this.sidePanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
this.groupControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.listBoxVariable)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.SuspendLayout();
//
// sidePanel1
//
this.sidePanel1.Controls.Add(this.groupControl1);
this.sidePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.sidePanel1.Location = new System.Drawing.Point(2, 2);
this.sidePanel1.Name = "sidePanel1";
this.sidePanel1.Padding = new System.Windows.Forms.Padding(2);
this.sidePanel1.Size = new System.Drawing.Size(293, 263);
this.sidePanel1.TabIndex = 0;
this.sidePanel1.Text = "sidePanel1";
//
// groupControl1
//
this.groupControl1.Controls.Add(this.layoutControl1);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.groupControl1.Location = new System.Drawing.Point(2, 2);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(289, 259);
this.groupControl1.TabIndex = 0;
this.groupControl1.Text = "表达式";
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.comboFormula1);
this.layoutControl1.Controls.Add(this.textFormula1);
this.layoutControl1.Controls.Add(this.textFormula2);
this.layoutControl1.Controls.Add(this.comboFormula2);
this.layoutControl1.Controls.Add(this.textFormula3);
this.layoutControl1.Controls.Add(this.comboFormula3);
this.layoutControl1.Controls.Add(this.textFormula4);
this.layoutControl1.Controls.Add(this.comboFormula4);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 20);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(439, 90, 727, 498);
this.layoutControl1.Root = this.layoutControlGroup1;
this.layoutControl1.Size = new System.Drawing.Size(289, 239);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// comboFormula1
//
this.comboFormula1.Location = new System.Drawing.Point(8, 28);
this.comboFormula1.Name = "comboFormula1";
this.comboFormula1.Properties.ActionButtonIndex = 1;
this.comboFormula1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete),
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboFormula1.Size = new System.Drawing.Size(90, 24);
this.comboFormula1.StyleController = this.layoutControl1;
this.comboFormula1.TabIndex = 4;
this.comboFormula1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.comboFormula_ButtonClick);
//
// textFormula1
//
this.textFormula1.Location = new System.Drawing.Point(102, 28);
this.textFormula1.Name = "textFormula1";
this.textFormula1.Size = new System.Drawing.Size(179, 24);
this.textFormula1.StyleController = this.layoutControl1;
this.textFormula1.TabIndex = 5;
this.textFormula1.Enter += new System.EventHandler(this.textEdit_Enter);
this.textFormula1.Leave += new System.EventHandler(this.textEdit_Leave);
//
// textFormula2
//
this.textFormula2.Location = new System.Drawing.Point(102, 86);
this.textFormula2.Name = "textFormula2";
this.textFormula2.Size = new System.Drawing.Size(179, 24);
this.textFormula2.StyleController = this.layoutControl1;
this.textFormula2.TabIndex = 5;
this.textFormula2.Enter += new System.EventHandler(this.textEdit_Enter);
this.textFormula2.Leave += new System.EventHandler(this.textEdit_Leave);
//
// comboFormula2
//
this.comboFormula2.Location = new System.Drawing.Point(8, 86);
this.comboFormula2.Name = "comboFormula2";
this.comboFormula2.Properties.ActionButtonIndex = 1;
this.comboFormula2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete),
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboFormula2.Size = new System.Drawing.Size(90, 24);
this.comboFormula2.StyleController = this.layoutControl1;
this.comboFormula2.TabIndex = 4;
this.comboFormula2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.comboFormula_ButtonClick);
//
// textFormula3
//
this.textFormula3.Location = new System.Drawing.Point(102, 145);
this.textFormula3.Name = "textFormula3";
this.textFormula3.Size = new System.Drawing.Size(179, 24);
this.textFormula3.StyleController = this.layoutControl1;
this.textFormula3.TabIndex = 5;
this.textFormula3.Enter += new System.EventHandler(this.textEdit_Enter);
this.textFormula3.Leave += new System.EventHandler(this.textEdit_Leave);
//
// comboFormula3
//
this.comboFormula3.Location = new System.Drawing.Point(8, 145);
this.comboFormula3.Name = "comboFormula3";
this.comboFormula3.Properties.ActionButtonIndex = 1;
this.comboFormula3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete),
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboFormula3.Size = new System.Drawing.Size(90, 24);
this.comboFormula3.StyleController = this.layoutControl1;
this.comboFormula3.TabIndex = 4;
this.comboFormula3.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.comboFormula_ButtonClick);
//
// textFormula4
//
this.textFormula4.Location = new System.Drawing.Point(102, 204);
this.textFormula4.Name = "textFormula4";
this.textFormula4.Size = new System.Drawing.Size(179, 24);
this.textFormula4.StyleController = this.layoutControl1;
this.textFormula4.TabIndex = 5;
this.textFormula4.Enter += new System.EventHandler(this.textEdit_Enter);
this.textFormula4.Leave += new System.EventHandler(this.textEdit_Leave);
//
// comboFormula4
//
this.comboFormula4.Location = new System.Drawing.Point(8, 204);
this.comboFormula4.Name = "comboFormula4";
this.comboFormula4.Properties.ActionButtonIndex = 1;
this.comboFormula4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete),
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboFormula4.Size = new System.Drawing.Size(90, 24);
this.comboFormula4.StyleController = this.layoutControl1;
this.comboFormula4.TabIndex = 4;
this.comboFormula4.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.comboFormula_ButtonClick);
//
// layoutControlGroup1
//
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup2,
this.layoutControlGroup8,
this.layoutControlGroup7,
this.layoutControlGroup5});
this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.layoutControlGroup1.Name = "Root";
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition1.Width = 100D;
this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
columnDefinition1});
rowDefinition1.Height = 25D;
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
rowDefinition2.Height = 25D;
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
rowDefinition3.Height = 25D;
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
rowDefinition4.Height = 25D;
rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
rowDefinition1,
rowDefinition2,
rowDefinition3,
rowDefinition4});
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlGroup1.Size = new System.Drawing.Size(289, 239);
this.layoutControlGroup1.TextVisible = false;
//
// layoutControlGroup2
//
this.layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem2,
this.layoutControlItem1});
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup2.Name = "layoutControlGroup2";
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlGroup2.Size = new System.Drawing.Size(285, 58);
this.layoutControlGroup2.Text = "表达式 1";
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.comboFormula1;
this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(94, 30);
this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.textFormula1;
this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.layoutControlItem1.Location = new System.Drawing.Point(94, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem1.Size = new System.Drawing.Size(183, 30);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlGroup8
//
this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup2";
this.layoutControlGroup8.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.layoutControlGroup8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem9,
this.layoutControlItem10});
this.layoutControlGroup8.Location = new System.Drawing.Point(0, 58);
this.layoutControlGroup8.Name = "layoutControlGroup8";
this.layoutControlGroup8.OptionsTableLayoutItem.RowIndex = 1;
this.layoutControlGroup8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlGroup8.Size = new System.Drawing.Size(285, 59);
this.layoutControlGroup8.Text = "表达式 2";
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.textFormula2;
this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.layoutControlItem9.CustomizationFormText = "layoutControlItem2";
this.layoutControlItem9.Location = new System.Drawing.Point(94, 0);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.Size = new System.Drawing.Size(183, 31);
this.layoutControlItem9.Text = "layoutControlItem2";
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem9.TextVisible = false;
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.comboFormula2;
this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.layoutControlItem10.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.Size = new System.Drawing.Size(94, 31);
this.layoutControlItem10.Text = "layoutControlItem1";
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem10.TextVisible = false;
//
// layoutControlGroup7
//
this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup2";
this.layoutControlGroup7.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem5,
this.layoutControlItem6});
this.layoutControlGroup7.Location = new System.Drawing.Point(0, 117);
this.layoutControlGroup7.Name = "layoutControlGroup7";
this.layoutControlGroup7.OptionsTableLayoutItem.RowIndex = 2;
this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlGroup7.Size = new System.Drawing.Size(285, 59);
this.layoutControlGroup7.Text = "表达式 3";
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.textFormula3;
this.layoutControlItem5.CustomizationFormText = "layoutControlItem2";
this.layoutControlItem5.Location = new System.Drawing.Point(94, 0);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(183, 31);
this.layoutControlItem5.Text = "layoutControlItem2";
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.comboFormula3;
this.layoutControlItem6.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(94, 31);
this.layoutControlItem6.Text = "layoutControlItem1";
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// layoutControlGroup5
//
this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup2";
this.layoutControlGroup5.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem11,
this.layoutControlItem12});
this.layoutControlGroup5.Location = new System.Drawing.Point(0, 176);
this.layoutControlGroup5.Name = "layoutControlGroup5";
this.layoutControlGroup5.OptionsTableLayoutItem.RowIndex = 3;
this.layoutControlGroup5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
this.layoutControlGroup5.Size = new System.Drawing.Size(285, 59);
this.layoutControlGroup5.Text = "表达式 4";
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.textFormula4;
this.layoutControlItem11.CustomizationFormText = "layoutControlItem2";
this.layoutControlItem11.Location = new System.Drawing.Point(94, 0);
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.Size = new System.Drawing.Size(183, 31);
this.layoutControlItem11.Text = "layoutControlItem2";
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem11.TextVisible = false;
//
// layoutControlItem12
//
this.layoutControlItem12.Control = this.comboFormula4;
this.layoutControlItem12.CustomizationFormText = "layoutControlItem1";
this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem12.Name = "layoutControlItem12";
this.layoutControlItem12.Size = new System.Drawing.Size(94, 31);
this.layoutControlItem12.Text = "layoutControlItem1";
this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem12.TextVisible = false;
//
// sidePanel2
//
this.sidePanel2.Controls.Add(this.groupControl2);
this.sidePanel2.Dock = System.Windows.Forms.DockStyle.Right;
this.sidePanel2.Location = new System.Drawing.Point(295, 2);
this.sidePanel2.Name = "sidePanel2";
this.sidePanel2.Padding = new System.Windows.Forms.Padding(2);
this.sidePanel2.Size = new System.Drawing.Size(118, 263);
this.sidePanel2.TabIndex = 0;
this.sidePanel2.Text = "sidePanel1";
//
// groupControl2
//
this.groupControl2.Controls.Add(this.listBoxOp);
this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.groupControl2.Location = new System.Drawing.Point(3, 2);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(113, 259);
this.groupControl2.TabIndex = 0;
this.groupControl2.Text = "函数";
//
// listBoxOp
//
this.listBoxOp.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxOp.Items.AddRange(new object[] {
"+",
"-",
"*",
"/",
"()"});
this.listBoxOp.Location = new System.Drawing.Point(0, 20);
this.listBoxOp.Name = "listBoxOp";
this.listBoxOp.Size = new System.Drawing.Size(113, 239);
this.listBoxOp.TabIndex = 0;
this.listBoxOp.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxOp_MouseDoubleClick);
//
// sidePanel3
//
this.sidePanel3.Controls.Add(this.groupControl3);
this.sidePanel3.Dock = System.Windows.Forms.DockStyle.Right;
this.sidePanel3.Location = new System.Drawing.Point(413, 2);
this.sidePanel3.Name = "sidePanel3";
this.sidePanel3.Padding = new System.Windows.Forms.Padding(2);
this.sidePanel3.Size = new System.Drawing.Size(239, 263);
this.sidePanel3.TabIndex = 0;
this.sidePanel3.Text = "sidePanel1";
//
// groupControl3
//
this.groupControl3.Controls.Add(this.listBoxVariable);
this.groupControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
this.groupControl3.Location = new System.Drawing.Point(3, 2);
this.groupControl3.Name = "groupControl3";
this.groupControl3.Size = new System.Drawing.Size(234, 259);
this.groupControl3.TabIndex = 0;
this.groupControl3.Text = "数据列表";
//
// listBoxVariable
//
this.listBoxVariable.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxVariable.Location = new System.Drawing.Point(0, 20);
this.listBoxVariable.Name = "listBoxVariable";
this.listBoxVariable.Size = new System.Drawing.Size(234, 239);
this.listBoxVariable.TabIndex = 0;
this.listBoxVariable.CustomItemDisplayText += new DevExpress.XtraEditors.CustomItemDisplayTextEventHandler(this.listBoxVariable_CustomItemDisplayText);
this.listBoxVariable.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxVariable_MouseDoubleClick);
//
// panelControl1
//
this.panelControl1.Controls.Add(this.btnCancel);
this.panelControl1.Controls.Add(this.btnOK);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 267);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(654, 30);
this.panelControl1.TabIndex = 1;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(542, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(443, 4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panelControl2
//
this.panelControl2.Controls.Add(this.sidePanel1);
this.panelControl2.Controls.Add(this.sidePanel2);
this.panelControl2.Controls.Add(this.sidePanel3);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(654, 267);
this.panelControl2.TabIndex = 0;
//
// FrmDataFormula
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(654, 297);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Name = "FrmDataFormula";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据运算";
this.sidePanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.comboFormula1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboFormula2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboFormula3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textFormula4.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboFormula4.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
this.sidePanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
this.groupControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.listBoxOp)).EndInit();
this.sidePanel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
this.groupControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.listBoxVariable)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SidePanel sidePanel1;
private DevExpress.XtraEditors.SidePanel sidePanel2;
private DevExpress.XtraEditors.SidePanel sidePanel3;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.GroupControl groupControl2;
private DevExpress.XtraEditors.GroupControl groupControl3;
private DevExpress.XtraEditors.ListBoxControl listBoxOp;
private DevExpress.XtraEditors.ListBoxControl listBoxVariable;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.ImageComboBoxEdit comboFormula1;
private DevExpress.XtraEditors.TextEdit textFormula1;
private DevExpress.XtraEditors.TextEdit textFormula2;
private DevExpress.XtraEditors.ImageComboBoxEdit comboFormula2;
private DevExpress.XtraEditors.TextEdit textFormula3;
private DevExpress.XtraEditors.ImageComboBoxEdit comboFormula3;
private DevExpress.XtraEditors.TextEdit textFormula4;
private DevExpress.XtraEditors.ImageComboBoxEdit comboFormula4;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOK;
}
}