using DevExpress.XtraEditors; namespace IStation.WinFrmUI.Monitor { partial class EditCurveAnalyzeDlg { /// /// 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.components = new System.ComponentModel.Container(); this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.NameTextEdit = new DevExpress.XtraEditors.TextEdit(); this.StartTimeDateEdit = new DevExpress.XtraEditors.DateEdit(); this.EndTimeDateEdit = new DevExpress.XtraEditors.DateEdit(); this.TimeStepSpinEdit = new DevExpress.XtraEditors.SpinEdit(); this.HzFloatValueTextEdit = new DevExpress.XtraEditors.TextEdit(); this.HzsTextEdit = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.ItemForStartTime = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForTimeStep = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForHzFloatValue = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForEndTime = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TimeStepSpinEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.HzFloatValueTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.HzsTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForTimeStep)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForHzFloatValue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); this.SuspendLayout(); // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.btnOk); this.dataLayoutControl1.Controls.Add(this.btnCancel); this.dataLayoutControl1.Controls.Add(this.NameTextEdit); this.dataLayoutControl1.Controls.Add(this.StartTimeDateEdit); this.dataLayoutControl1.Controls.Add(this.EndTimeDateEdit); this.dataLayoutControl1.Controls.Add(this.TimeStepSpinEdit); this.dataLayoutControl1.Controls.Add(this.HzFloatValueTextEdit); this.dataLayoutControl1.Controls.Add(this.HzsTextEdit); this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataLayoutControl1.Name = "dataLayoutControl1"; this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(900, 230, 650, 400); this.dataLayoutControl1.Root = this.Root; this.dataLayoutControl1.Size = new System.Drawing.Size(378, 251); this.dataLayoutControl1.TabIndex = 0; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // btnOk // this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.btnOk.Appearance.Options.UseBackColor = true; this.btnOk.Location = new System.Drawing.Point(168, 204); this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(97, 32); this.btnOk.StyleController = this.dataLayoutControl1; this.btnOk.TabIndex = 4; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; this.btnCancel.Appearance.Options.UseBackColor = true; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(269, 204); this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(97, 32); this.btnCancel.StyleController = this.dataLayoutControl1; this.btnCancel.TabIndex = 5; this.btnCancel.Text = "取消"; // // NameTextEdit // this.NameTextEdit.Location = new System.Drawing.Point(102, 12); this.NameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.NameTextEdit.Name = "NameTextEdit"; this.NameTextEdit.Size = new System.Drawing.Size(264, 28); this.NameTextEdit.StyleController = this.dataLayoutControl1; this.NameTextEdit.TabIndex = 0; // // StartTimeDateEdit // this.StartTimeDateEdit.EditValue = null; this.StartTimeDateEdit.Location = new System.Drawing.Point(102, 44); this.StartTimeDateEdit.Name = "StartTimeDateEdit"; this.StartTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; this.StartTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.StartTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.StartTimeDateEdit.Properties.ReadOnly = true; this.StartTimeDateEdit.Size = new System.Drawing.Size(264, 28); this.StartTimeDateEdit.StyleController = this.dataLayoutControl1; this.StartTimeDateEdit.TabIndex = 13; // // EndTimeDateEdit // this.EndTimeDateEdit.EditValue = null; this.EndTimeDateEdit.Location = new System.Drawing.Point(102, 76); this.EndTimeDateEdit.Name = "EndTimeDateEdit"; this.EndTimeDateEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; this.EndTimeDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.EndTimeDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.EndTimeDateEdit.Properties.ReadOnly = true; this.EndTimeDateEdit.Size = new System.Drawing.Size(264, 28); this.EndTimeDateEdit.StyleController = this.dataLayoutControl1; this.EndTimeDateEdit.TabIndex = 14; // // TimeStepSpinEdit // this.TimeStepSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.TimeStepSpinEdit.Location = new System.Drawing.Point(102, 108); this.TimeStepSpinEdit.Name = "TimeStepSpinEdit"; this.TimeStepSpinEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; this.TimeStepSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.TimeStepSpinEdit.Properties.DisplayFormat.FormatString = "d"; this.TimeStepSpinEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.TimeStepSpinEdit.Properties.EditFormat.FormatString = "d"; this.TimeStepSpinEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.TimeStepSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default; this.TimeStepSpinEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.DateTimeMaskManager)); this.TimeStepSpinEdit.Properties.MaskSettings.Set("mask", "d"); this.TimeStepSpinEdit.Properties.ReadOnly = true; this.TimeStepSpinEdit.Size = new System.Drawing.Size(264, 28); this.TimeStepSpinEdit.StyleController = this.dataLayoutControl1; this.TimeStepSpinEdit.TabIndex = 15; // // HzFloatValueTextEdit // this.HzFloatValueTextEdit.Location = new System.Drawing.Point(102, 172); this.HzFloatValueTextEdit.Name = "HzFloatValueTextEdit"; this.HzFloatValueTextEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; this.HzFloatValueTextEdit.Properties.Appearance.Options.UseTextOptions = true; this.HzFloatValueTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.HzFloatValueTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true; this.HzFloatValueTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.HzFloatValueTextEdit.Properties.MaskSettings.Set("mask", "N0"); this.HzFloatValueTextEdit.Properties.ReadOnly = true; this.HzFloatValueTextEdit.Size = new System.Drawing.Size(264, 28); this.HzFloatValueTextEdit.StyleController = this.dataLayoutControl1; this.HzFloatValueTextEdit.TabIndex = 16; // // HzsTextEdit // this.HzsTextEdit.Location = new System.Drawing.Point(102, 140); this.HzsTextEdit.Name = "HzsTextEdit"; this.HzsTextEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; this.HzsTextEdit.Properties.NullValuePrompt = "\",\"逗号分割频率"; this.HzsTextEdit.Properties.ReadOnly = true; this.HzsTextEdit.Size = new System.Drawing.Size(264, 28); this.HzsTextEdit.StyleController = this.dataLayoutControl1; this.HzsTextEdit.TabIndex = 17; // // Root // this.Root.AppearanceItemCaption.Options.UseTextOptions = true; this.Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(378, 251); this.Root.TextVisible = false; // // layoutControlGroup1 // this.layoutControlGroup1.AllowDrawBackground = false; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForName, this.layoutControlItem2, this.emptySpaceItem1, this.ItemForStartTime, this.layoutControlItem1, this.ItemForTimeStep, this.ItemForHzFloatValue, this.ItemForEndTime, this.layoutControlItem3}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "autoGeneratedGroup0"; this.layoutControlGroup1.Size = new System.Drawing.Size(358, 231); // // ItemForName // this.ItemForName.AllowHtmlStringInCaption = true; this.ItemForName.Control = this.NameTextEdit; this.ItemForName.Location = new System.Drawing.Point(0, 0); this.ItemForName.Name = "ItemForName"; this.ItemForName.Size = new System.Drawing.Size(358, 32); this.ItemForName.Text = "*名称:"; this.ItemForName.TextSize = new System.Drawing.Size(78, 22); // // layoutControlItem2 // this.layoutControlItem2.Control = this.btnOk; this.layoutControlItem2.Location = new System.Drawing.Point(156, 192); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(101, 39); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 192); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(156, 39); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // ItemForStartTime // this.ItemForStartTime.Control = this.StartTimeDateEdit; this.ItemForStartTime.Location = new System.Drawing.Point(0, 32); this.ItemForStartTime.Name = "ItemForStartTime"; this.ItemForStartTime.Size = new System.Drawing.Size(358, 32); this.ItemForStartTime.Text = "开始时间:"; this.ItemForStartTime.TextSize = new System.Drawing.Size(78, 22); // // layoutControlItem1 // this.layoutControlItem1.Control = this.btnCancel; this.layoutControlItem1.Location = new System.Drawing.Point(257, 192); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(101, 39); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // ItemForTimeStep // this.ItemForTimeStep.Control = this.TimeStepSpinEdit; this.ItemForTimeStep.Location = new System.Drawing.Point(0, 96); this.ItemForTimeStep.Name = "ItemForTimeStep"; this.ItemForTimeStep.Size = new System.Drawing.Size(358, 32); this.ItemForTimeStep.Text = "时间步长:"; this.ItemForTimeStep.TextSize = new System.Drawing.Size(78, 22); // // ItemForHzFloatValue // this.ItemForHzFloatValue.Control = this.HzFloatValueTextEdit; this.ItemForHzFloatValue.Location = new System.Drawing.Point(0, 160); this.ItemForHzFloatValue.Name = "ItemForHzFloatValue"; this.ItemForHzFloatValue.Size = new System.Drawing.Size(358, 32); this.ItemForHzFloatValue.Text = "浮动值:"; this.ItemForHzFloatValue.TextSize = new System.Drawing.Size(78, 22); // // ItemForEndTime // this.ItemForEndTime.Control = this.EndTimeDateEdit; this.ItemForEndTime.Location = new System.Drawing.Point(0, 64); this.ItemForEndTime.Name = "ItemForEndTime"; this.ItemForEndTime.Size = new System.Drawing.Size(358, 32); this.ItemForEndTime.Text = "结束时间:"; this.ItemForEndTime.TextSize = new System.Drawing.Size(78, 22); // // layoutControlItem3 // this.layoutControlItem3.Control = this.HzsTextEdit; this.layoutControlItem3.Location = new System.Drawing.Point(0, 128); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(358, 32); this.layoutControlItem3.Text = "频率组:"; this.layoutControlItem3.TextSize = new System.Drawing.Size(78, 22); // // dxErrorProvider1 // this.dxErrorProvider1.ContainerControl = this; // // EditCurveAnalyzeDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(378, 251); this.Controls.Add(this.dataLayoutControl1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "EditCurveAnalyzeDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "编辑"; ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.StartTimeDateEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EndTimeDateEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TimeStepSpinEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.HzFloatValueTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.HzsTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForStartTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForTimeStep)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForHzFloatValue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForEndTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.TextEdit NameTextEdit; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem ItemForName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DateEdit StartTimeDateEdit; private DateEdit EndTimeDateEdit; private SpinEdit TimeStepSpinEdit; private TextEdit HzFloatValueTextEdit; private DevExpress.XtraLayout.LayoutControlItem ItemForStartTime; private DevExpress.XtraLayout.LayoutControlItem ItemForEndTime; private DevExpress.XtraLayout.LayoutControlItem ItemForTimeStep; private DevExpress.XtraLayout.LayoutControlItem ItemForHzFloatValue; private TextEdit HzsTextEdit; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; } }