namespace SIMDP { partial class FormEditRuleValue { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.textEditRuleName = new DevExpress.XtraEditors.TextEdit(); this.txt_RuleOrder = new DevExpress.XtraEditors.TextEdit(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.lookUp_RuleQuery = new DevExpress.XtraEditors.LookUpEdit(); this.lookUp_RuleType = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditRuleName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_RuleOrder.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleQuery.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleType.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.textEditRuleName); this.panelControl1.Controls.Add(this.txt_RuleOrder); this.panelControl1.Controls.Add(this.btn_Save); this.panelControl1.Controls.Add(this.btn_Cancel); this.panelControl1.Controls.Add(this.lookUp_RuleQuery); this.panelControl1.Controls.Add(this.lookUp_RuleType); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Location = new System.Drawing.Point(-2, -2); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(393, 230); this.panelControl1.TabIndex = 0; // // textEditRuleName // this.textEditRuleName.Location = new System.Drawing.Point(91, 25); this.textEditRuleName.Name = "textEditRuleName"; this.textEditRuleName.Size = new System.Drawing.Size(259, 20); this.textEditRuleName.TabIndex = 6; // // txt_RuleOrder // this.txt_RuleOrder.Location = new System.Drawing.Point(91, 109); this.txt_RuleOrder.Name = "txt_RuleOrder"; this.txt_RuleOrder.Size = new System.Drawing.Size(259, 20); this.txt_RuleOrder.TabIndex = 5; // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(91, 197); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(51, 23); this.btn_Save.TabIndex = 3; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(263, 197); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(51, 23); this.btn_Cancel.TabIndex = 3; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // lookUp_RuleQuery // this.lookUp_RuleQuery.Location = new System.Drawing.Point(91, 153); this.lookUp_RuleQuery.Name = "lookUp_RuleQuery"; this.lookUp_RuleQuery.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_RuleQuery.Size = new System.Drawing.Size(259, 20); this.lookUp_RuleQuery.TabIndex = 2; // // lookUp_RuleType // this.lookUp_RuleType.Location = new System.Drawing.Point(91, 65); this.lookUp_RuleType.Name = "lookUp_RuleType"; this.lookUp_RuleType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_RuleType.Size = new System.Drawing.Size(259, 20); this.lookUp_RuleType.TabIndex = 2; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(31, 156); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(60, 14); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "查询条件:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(31, 112); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(36, 14); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "序号:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(31, 68); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(36, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "类型:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(31, 31); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(36, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "名称:"; // // FormEditRuleValue // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(390, 230); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditRuleValue"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "规则变量信息"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEditRuleName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_RuleOrder.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleQuery.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleType.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LookUpEdit lookUp_RuleType; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.LookUpEdit lookUp_RuleQuery; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txt_RuleOrder; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.TextEdit textEditRuleName; } }