namespace SIMDP.View { partial class FormEditRule { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.txt_OrderVar1 = new DevExpress.XtraEditors.TextEdit(); this.lookUp_QueryVar1 = new DevExpress.XtraEditors.LookUpEdit(); this.btn_Plus = new DevExpress.XtraEditors.SimpleButton(); this.btn_Minus = new DevExpress.XtraEditors.SimpleButton(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.lookUp_TypeVar1 = new DevExpress.XtraEditors.LookUpEdit(); this.txt_RuleName = new DevExpress.XtraEditors.TextEdit(); this.textEditName = new DevExpress.XtraEditors.TextEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_OrderVar1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_QueryVar1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_TypeVar1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_RuleName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.txt_OrderVar1); this.layoutControl1.Controls.Add(this.lookUp_QueryVar1); this.layoutControl1.Controls.Add(this.btn_Plus); this.layoutControl1.Controls.Add(this.btn_Minus); this.layoutControl1.Controls.Add(this.btn_Cancel); this.layoutControl1.Controls.Add(this.btn_Add); this.layoutControl1.Controls.Add(this.lookUp_TypeVar1); this.layoutControl1.Controls.Add(this.txt_RuleName); this.layoutControl1.Controls.Add(this.textEditName); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(752, 602); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // txt_OrderVar1 // this.txt_OrderVar1.Location = new System.Drawing.Point(487, 38); this.txt_OrderVar1.Name = "txt_OrderVar1"; this.txt_OrderVar1.Size = new System.Drawing.Size(83, 20); this.txt_OrderVar1.StyleController = this.layoutControl1; this.txt_OrderVar1.TabIndex = 14; // // lookUp_QueryVar1 // this.lookUp_QueryVar1.Location = new System.Drawing.Point(661, 38); this.lookUp_QueryVar1.Name = "lookUp_QueryVar1"; this.lookUp_QueryVar1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_QueryVar1.Size = new System.Drawing.Size(79, 20); this.lookUp_QueryVar1.StyleController = this.layoutControl1; this.lookUp_QueryVar1.TabIndex = 12; // // btn_Plus // this.btn_Plus.Location = new System.Drawing.Point(12, 12); this.btn_Plus.Name = "btn_Plus"; this.btn_Plus.Size = new System.Drawing.Size(26, 22); this.btn_Plus.StyleController = this.layoutControl1; this.btn_Plus.TabIndex = 11; this.btn_Plus.Text = "+"; this.btn_Plus.Click += new System.EventHandler(this.btn_Plus_Click); // // btn_Minus // this.btn_Minus.Location = new System.Drawing.Point(42, 12); this.btn_Minus.Name = "btn_Minus"; this.btn_Minus.Size = new System.Drawing.Size(26, 22); this.btn_Minus.StyleController = this.layoutControl1; this.btn_Minus.TabIndex = 10; this.btn_Minus.Text = "-"; this.btn_Minus.Click += new System.EventHandler(this.btn_Minus_Click); // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(442, 568); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(76, 22); this.btn_Cancel.StyleController = this.layoutControl1; this.btn_Cancel.TabIndex = 9; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Add // this.btn_Add.Location = new System.Drawing.Point(282, 568); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(76, 22); this.btn_Add.StyleController = this.layoutControl1; this.btn_Add.TabIndex = 8; this.btn_Add.Text = "保存"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // lookUp_TypeVar1 // this.lookUp_TypeVar1.Location = new System.Drawing.Point(337, 38); this.lookUp_TypeVar1.Name = "lookUp_TypeVar1"; this.lookUp_TypeVar1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_TypeVar1.Size = new System.Drawing.Size(83, 20); this.lookUp_TypeVar1.StyleController = this.layoutControl1; this.lookUp_TypeVar1.TabIndex = 7; // // txt_RuleName // this.txt_RuleName.Location = new System.Drawing.Point(135, 12); this.txt_RuleName.Name = "txt_RuleName"; this.txt_RuleName.Size = new System.Drawing.Size(455, 20); this.txt_RuleName.StyleController = this.layoutControl1; this.txt_RuleName.TabIndex = 4; // // textEditName // this.textEditName.Location = new System.Drawing.Point(84, 38); this.textEditName.Name = "textEditName"; this.textEditName.Size = new System.Drawing.Size(186, 20); this.textEditName.StyleController = this.layoutControl1; this.textEditName.TabIndex = 15; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.emptySpaceItem1, this.layoutControlItem4, this.layoutControlItem5, this.layoutControlItem6, this.emptySpaceItem2, this.emptySpaceItem3, this.emptySpaceItem4, this.layoutControlItem7, this.layoutControlItem8, this.layoutControlItem9, this.layoutControlItem10, this.layoutControlItem2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Size = new System.Drawing.Size(752, 602); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.txt_RuleName; this.layoutControlItem1.Location = new System.Drawing.Point(60, 0); this.layoutControlItem1.MaxSize = new System.Drawing.Size(522, 24); this.layoutControlItem1.MinSize = new System.Drawing.Size(522, 24); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(672, 26); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.Text = "规则名称:"; this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left; this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14); this.layoutControlItem1.TextToControlDistance = 3; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 50); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(732, 506); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem4 // this.layoutControlItem4.Control = this.lookUp_TypeVar1; this.layoutControlItem4.Location = new System.Drawing.Point(262, 26); this.layoutControlItem4.MaxSize = new System.Drawing.Size(150, 24); this.layoutControlItem4.MinSize = new System.Drawing.Size(118, 24); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(150, 24); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.Text = "变量类型:"; this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 14); this.layoutControlItem4.TextToControlDistance = 3; // // layoutControlItem5 // this.layoutControlItem5.Control = this.btn_Add; this.layoutControlItem5.Location = new System.Drawing.Point(270, 556); this.layoutControlItem5.MaxSize = new System.Drawing.Size(80, 26); this.layoutControlItem5.MinSize = new System.Drawing.Size(37, 26); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(80, 26); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.btn_Cancel; this.layoutControlItem6.Location = new System.Drawing.Point(430, 556); this.layoutControlItem6.MaxSize = new System.Drawing.Size(80, 26); this.layoutControlItem6.MinSize = new System.Drawing.Size(37, 26); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(80, 26); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(0, 556); this.emptySpaceItem2.MaxSize = new System.Drawing.Size(270, 0); this.emptySpaceItem2.MinSize = new System.Drawing.Size(10, 10); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(270, 26); this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.Location = new System.Drawing.Point(350, 556); this.emptySpaceItem3.MaxSize = new System.Drawing.Size(80, 0); this.emptySpaceItem3.MinSize = new System.Drawing.Size(10, 10); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(80, 26); this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem4 // this.emptySpaceItem4.AllowHotTrack = false; this.emptySpaceItem4.Location = new System.Drawing.Point(510, 556); this.emptySpaceItem4.MaxSize = new System.Drawing.Size(100, 0); this.emptySpaceItem4.MinSize = new System.Drawing.Size(10, 10); this.emptySpaceItem4.Name = "emptySpaceItem4"; this.emptySpaceItem4.Size = new System.Drawing.Size(222, 26); this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem7 // this.layoutControlItem7.Control = this.btn_Minus; this.layoutControlItem7.Location = new System.Drawing.Point(30, 0); this.layoutControlItem7.MaxSize = new System.Drawing.Size(30, 26); this.layoutControlItem7.MinSize = new System.Drawing.Size(1, 26); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(30, 26); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.btn_Plus; this.layoutControlItem8.Location = new System.Drawing.Point(0, 0); this.layoutControlItem8.MaxSize = new System.Drawing.Size(30, 26); this.layoutControlItem8.MinSize = new System.Drawing.Size(1, 26); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(30, 26); this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.lookUp_QueryVar1; this.layoutControlItem9.Location = new System.Drawing.Point(562, 26); this.layoutControlItem9.MaxSize = new System.Drawing.Size(170, 24); this.layoutControlItem9.MinSize = new System.Drawing.Size(80, 24); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(170, 24); this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem9.Text = "作为查询条件:"; this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem9.TextSize = new System.Drawing.Size(84, 14); this.layoutControlItem9.TextToControlDistance = 3; // // layoutControlItem10 // this.layoutControlItem10.Control = this.txt_OrderVar1; this.layoutControlItem10.Location = new System.Drawing.Point(412, 26); this.layoutControlItem10.MaxSize = new System.Drawing.Size(150, 24); this.layoutControlItem10.MinSize = new System.Drawing.Size(100, 24); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(150, 24); this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem10.Text = "变量序号:"; this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 14); this.layoutControlItem10.TextToControlDistance = 3; // // layoutControlItem2 // this.layoutControlItem2.Control = this.textEditName; this.layoutControlItem2.Location = new System.Drawing.Point(0, 26); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(262, 24); this.layoutControlItem2.Text = "变量名称(*):"; this.layoutControlItem2.TextSize = new System.Drawing.Size(69, 14); // // FormEditRule // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(752, 602); this.Controls.Add(this.layoutControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditRule"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "规则信息"; this.Load += new System.EventHandler(this.FormEditRule_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txt_OrderVar1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_QueryVar1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_TypeVar1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_RuleName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.LookUpEdit lookUp_TypeVar1; private DevExpress.XtraEditors.TextEdit txt_RuleName; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.SimpleButton btn_Plus; private DevExpress.XtraEditors.SimpleButton btn_Minus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.LookUpEdit lookUp_QueryVar1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4; private DevExpress.XtraEditors.TextEdit txt_OrderVar1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraEditors.TextEdit textEditName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }