namespace SIMDP.View { partial class FormEditUserParameter { /// /// 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.checkEditValid = new DevExpress.XtraEditors.CheckEdit(); this.textEditParaUnit = new DevExpress.XtraEditors.TextEdit(); this.SimpleButtonSave = new DevExpress.XtraEditors.SimpleButton(); this.lookUpEditCondition = new DevExpress.XtraEditors.LookUpEdit(); this.lookUpEditParaType = new DevExpress.XtraEditors.LookUpEdit(); this.richTextBoxParaDescription = new System.Windows.Forms.RichTextBox(); this.textEditParaValue = new DevExpress.XtraEditors.TextEdit(); this.textEditEnd = new DevExpress.XtraEditors.TextEdit(); this.dateEditPara = new DevExpress.XtraEditors.DateEdit(); this.textEditStart = new DevExpress.XtraEditors.TextEdit(); this.textEditParaName = new DevExpress.XtraEditors.TextEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItemMin = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItemMax = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEditValid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParaUnit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditCondition.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditParaType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParaValue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditEnd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditStart.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParaName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.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.layoutControl1.Controls.Add(this.checkEditValid); this.layoutControl1.Controls.Add(this.textEditParaUnit); this.layoutControl1.Controls.Add(this.SimpleButtonSave); this.layoutControl1.Controls.Add(this.lookUpEditCondition); this.layoutControl1.Controls.Add(this.lookUpEditParaType); this.layoutControl1.Controls.Add(this.richTextBoxParaDescription); this.layoutControl1.Controls.Add(this.textEditParaValue); this.layoutControl1.Controls.Add(this.textEditEnd); this.layoutControl1.Controls.Add(this.dateEditPara); this.layoutControl1.Controls.Add(this.textEditStart); this.layoutControl1.Controls.Add(this.textEditParaName); this.layoutControl1.Location = new System.Drawing.Point(7, 8); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(541, 156); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // checkEditValid // this.checkEditValid.Location = new System.Drawing.Point(12, 132); this.checkEditValid.Name = "checkEditValid"; this.checkEditValid.Properties.Caption = "是否生效"; this.checkEditValid.Size = new System.Drawing.Size(70, 19); this.checkEditValid.StyleController = this.layoutControl1; this.checkEditValid.TabIndex = 17; // // textEditParaUnit // this.textEditParaUnit.Location = new System.Drawing.Point(361, 84); this.textEditParaUnit.Name = "textEditParaUnit"; this.textEditParaUnit.Size = new System.Drawing.Size(151, 20); this.textEditParaUnit.StyleController = this.layoutControl1; this.textEditParaUnit.TabIndex = 16; // // SimpleButtonSave // this.SimpleButtonSave.ImageUri.Uri = "SaveAll;Size16x16"; this.SimpleButtonSave.Location = new System.Drawing.Point(425, 132); this.SimpleButtonSave.Name = "SimpleButtonSave"; this.SimpleButtonSave.Size = new System.Drawing.Size(87, 22); this.SimpleButtonSave.StyleController = this.layoutControl1; this.SimpleButtonSave.TabIndex = 15; this.SimpleButtonSave.Text = "保存"; this.SimpleButtonSave.Click += new System.EventHandler(this.SimpleButtonSave_Click); // // lookUpEditCondition // this.lookUpEditCondition.Location = new System.Drawing.Point(361, 36); this.lookUpEditCondition.Name = "lookUpEditCondition"; this.lookUpEditCondition.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; this.lookUpEditCondition.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEditCondition.Properties.NullValuePrompt = "请选择"; this.lookUpEditCondition.Size = new System.Drawing.Size(151, 20); this.lookUpEditCondition.StyleController = this.layoutControl1; this.lookUpEditCondition.TabIndex = 14; this.lookUpEditCondition.EditValueChanged += new System.EventHandler(this.lookUpEditCondition_EditValueChanged); // // lookUpEditParaType // this.lookUpEditParaType.Location = new System.Drawing.Point(116, 36); this.lookUpEditParaType.Name = "lookUpEditParaType"; this.lookUpEditParaType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEditParaType.Properties.NullValuePrompt = "请选择"; this.lookUpEditParaType.Size = new System.Drawing.Size(137, 20); this.lookUpEditParaType.StyleController = this.layoutControl1; this.lookUpEditParaType.TabIndex = 13; this.lookUpEditParaType.EditValueChanged += new System.EventHandler(this.lookUpEditParaType_EditValueChanged); // // richTextBoxParaDescription // this.richTextBoxParaDescription.Location = new System.Drawing.Point(116, 108); this.richTextBoxParaDescription.Name = "richTextBoxParaDescription"; this.richTextBoxParaDescription.Size = new System.Drawing.Size(396, 20); this.richTextBoxParaDescription.TabIndex = 12; this.richTextBoxParaDescription.Text = ""; // // textEditParaValue // this.textEditParaValue.Location = new System.Drawing.Point(116, 84); this.textEditParaValue.Name = "textEditParaValue"; this.textEditParaValue.Size = new System.Drawing.Size(137, 20); this.textEditParaValue.StyleController = this.layoutControl1; this.textEditParaValue.TabIndex = 10; // // textEditEnd // this.textEditEnd.Location = new System.Drawing.Point(361, 60); this.textEditEnd.Name = "textEditEnd"; this.textEditEnd.Size = new System.Drawing.Size(151, 20); this.textEditEnd.StyleController = this.layoutControl1; this.textEditEnd.TabIndex = 9; // // dateEditPara // this.dateEditPara.EditValue = null; this.dateEditPara.Location = new System.Drawing.Point(361, 12); this.dateEditPara.Name = "dateEditPara"; this.dateEditPara.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEditPara.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEditPara.Size = new System.Drawing.Size(151, 20); this.dateEditPara.StyleController = this.layoutControl1; this.dateEditPara.TabIndex = 7; // // textEditStart // this.textEditStart.Location = new System.Drawing.Point(116, 60); this.textEditStart.Name = "textEditStart"; this.textEditStart.Size = new System.Drawing.Size(137, 20); this.textEditStart.StyleController = this.layoutControl1; this.textEditStart.TabIndex = 6; // // textEditParaName // this.textEditParaName.EditValue = ""; this.textEditParaName.Location = new System.Drawing.Point(116, 12); this.textEditParaName.Name = "textEditParaName"; this.textEditParaName.Size = new System.Drawing.Size(137, 20); this.textEditParaName.StyleController = this.layoutControl1; this.textEditParaName.TabIndex = 4; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItemMin, this.layoutControlItem5, this.layoutControlItemMax, this.layoutControlItem8, this.layoutControlItem3, this.layoutControlItem2, this.layoutControlItem6, this.layoutControlItem10, this.layoutControlItem9, this.layoutControlItem4, this.emptySpaceItem2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(524, 166); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.textEditParaName; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(245, 24); this.layoutControlItem1.Text = "用户参数名称(*):"; this.layoutControlItem1.TextSize = new System.Drawing.Size(101, 14); // // layoutControlItemMin // this.layoutControlItemMin.Control = this.textEditStart; this.layoutControlItemMin.Location = new System.Drawing.Point(0, 48); this.layoutControlItemMin.Name = "layoutControlItemMin"; this.layoutControlItemMin.Size = new System.Drawing.Size(245, 24); this.layoutControlItemMin.Text = "开始日期:"; this.layoutControlItemMin.TextSize = new System.Drawing.Size(101, 14); this.layoutControlItemMin.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItem5 // this.layoutControlItem5.Control = this.dateEditPara; this.layoutControlItem5.Location = new System.Drawing.Point(245, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(259, 24); this.layoutControlItem5.Text = "生效日期(*):"; this.layoutControlItem5.TextSize = new System.Drawing.Size(101, 14); this.layoutControlItem5.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItemMax // this.layoutControlItemMax.Control = this.textEditEnd; this.layoutControlItemMax.Location = new System.Drawing.Point(245, 48); this.layoutControlItemMax.Name = "layoutControlItemMax"; this.layoutControlItemMax.Size = new System.Drawing.Size(259, 24); this.layoutControlItemMax.Text = "结束日期:"; this.layoutControlItemMax.TextSize = new System.Drawing.Size(101, 14); this.layoutControlItemMax.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItem8 // this.layoutControlItem8.Control = this.textEditParaValue; this.layoutControlItem8.Location = new System.Drawing.Point(0, 72); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(245, 24); this.layoutControlItem8.Text = "参数值(*):"; this.layoutControlItem8.TextSize = new System.Drawing.Size(101, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.richTextBoxParaDescription; this.layoutControlItem3.Location = new System.Drawing.Point(0, 96); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(504, 24); this.layoutControlItem3.Text = "参数描述:"; this.layoutControlItem3.TextSize = new System.Drawing.Size(101, 14); // // layoutControlItem2 // this.layoutControlItem2.Control = this.lookUpEditParaType; this.layoutControlItem2.Location = new System.Drawing.Point(0, 24); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(245, 24); this.layoutControlItem2.Text = "参数数据类型(*):"; this.layoutControlItem2.TextSize = new System.Drawing.Size(101, 14); this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItem6 // this.layoutControlItem6.Control = this.lookUpEditCondition; this.layoutControlItem6.Location = new System.Drawing.Point(245, 24); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(259, 24); this.layoutControlItem6.Text = "范围取值条件(*):"; this.layoutControlItem6.TextSize = new System.Drawing.Size(101, 14); this.layoutControlItem6.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlItem10 // this.layoutControlItem10.Control = this.SimpleButtonSave; this.layoutControlItem10.Location = new System.Drawing.Point(413, 120); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(91, 26); this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.textEditParaUnit; this.layoutControlItem9.Location = new System.Drawing.Point(245, 72); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(259, 24); this.layoutControlItem9.Text = "参数单位(*):"; this.layoutControlItem9.TextSize = new System.Drawing.Size(101, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.checkEditValid; this.layoutControlItem4.Location = new System.Drawing.Point(0, 120); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(74, 26); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(74, 120); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(339, 26); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // FormEditUserParameter // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(553, 172); this.Controls.Add(this.layoutControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditUserParameter"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户参数编辑"; this.Load += new System.EventHandler(this.FormEditUserParameter_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.checkEditValid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParaUnit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditCondition.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEditParaType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParaValue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditEnd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditStart.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEditParaName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.TextEdit textEditParaName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.DateEdit dateEditPara; private DevExpress.XtraEditors.TextEdit textEditStart; private DevExpress.XtraLayout.LayoutControlItem layoutControlItemMin; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.TextEdit textEditEnd; private DevExpress.XtraLayout.LayoutControlItem layoutControlItemMax; private DevExpress.XtraEditors.TextEdit textEditParaValue; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private System.Windows.Forms.RichTextBox richTextBoxParaDescription; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.LookUpEdit lookUpEditParaType; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.LookUpEdit lookUpEditCondition; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.SimpleButton SimpleButtonSave; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraEditors.TextEdit textEditParaUnit; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraEditors.CheckEdit checkEditValid; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; } }