namespace IStation.WinFrmUI.Basic
{
partial class CopyAndExpandCurveDlg
{
///
/// 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.chartFeatCurveViewCtrl1 = new IStation.WinFrmUI.Curve.ChartFeatCurveViewCtrl();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.txtExpand = new DevExpress.XtraEditors.SpinEdit();
this.txtOtherName = new DevExpress.XtraEditors.TextEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
this.dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtExpand.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOtherName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
this.SuspendLayout();
//
// dataLayoutControl1
//
this.dataLayoutControl1.Controls.Add(this.chartFeatCurveViewCtrl1);
this.dataLayoutControl1.Controls.Add(this.btnOk);
this.dataLayoutControl1.Controls.Add(this.btnCancel);
this.dataLayoutControl1.Controls.Add(this.txtExpand);
this.dataLayoutControl1.Controls.Add(this.txtOtherName);
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
this.dataLayoutControl1.Name = "dataLayoutControl1";
this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(859, 142, 650, 400);
this.dataLayoutControl1.Root = this.Root;
this.dataLayoutControl1.Size = new System.Drawing.Size(808, 563);
this.dataLayoutControl1.TabIndex = 0;
this.dataLayoutControl1.Text = "dataLayoutControl1";
//
// chartFeatCurveViewCtrl1
//
this.chartFeatCurveViewCtrl1.CoordinateParas = null;
this.chartFeatCurveViewCtrl1.IsDispCurveName = true;
this.chartFeatCurveViewCtrl1.IsDispCurvePoint = false;
this.chartFeatCurveViewCtrl1.Location = new System.Drawing.Point(11, 97);
this.chartFeatCurveViewCtrl1.Name = "chartFeatCurveViewCtrl1";
this.chartFeatCurveViewCtrl1.RatedParas = null;
this.chartFeatCurveViewCtrl1.Size = new System.Drawing.Size(786, 429);
this.chartFeatCurveViewCtrl1.TabIndex = 10;
//
// btnOk
//
this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
this.btnOk.Appearance.Options.UseBackColor = true;
this.btnOk.Location = new System.Drawing.Point(620, 529);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(86, 22);
this.btnOk.StyleController = this.dataLayoutControl1;
this.btnOk.TabIndex = 8;
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(710, 529);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(86, 22);
this.btnCancel.StyleController = this.dataLayoutControl1;
this.btnCancel.TabIndex = 7;
this.btnCancel.Text = "取消";
//
// txtExpand
//
this.txtExpand.EditValue = new decimal(new int[] {
100,
0,
0,
0});
this.txtExpand.Location = new System.Drawing.Point(494, 38);
this.txtExpand.Name = "txtExpand";
this.txtExpand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtExpand.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
this.txtExpand.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
this.txtExpand.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
this.txtExpand.Properties.MaskSettings.Set("mask", "P0");
this.txtExpand.Properties.MaxValue = new decimal(new int[] {
200,
0,
0,
0});
this.txtExpand.Properties.MinValue = new decimal(new int[] {
100,
0,
0,
0});
this.txtExpand.Size = new System.Drawing.Size(89, 20);
this.txtExpand.StyleController = this.dataLayoutControl1;
this.txtExpand.TabIndex = 11;
this.txtExpand.EditValueChanged += new System.EventHandler(this.txtExpand_EditValueChanged);
//
// txtOtherName
//
this.txtOtherName.Location = new System.Drawing.Point(225, 38);
this.txtOtherName.Name = "txtOtherName";
this.txtOtherName.Size = new System.Drawing.Size(179, 20);
this.txtOtherName.StyleController = this.dataLayoutControl1;
this.txtOtherName.TabIndex = 12;
//
// 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(808, 563);
this.Root.TextVisible = false;
//
// layoutControlGroup1
//
this.layoutControlGroup1.AllowDrawBackground = false;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.emptySpaceItem1,
this.layoutControlGroup2,
this.layoutControlGroup3,
this.emptySpaceItem4});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "autoGeneratedGroup0";
this.layoutControlGroup1.Size = new System.Drawing.Size(788, 543);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.btnCancel;
this.layoutControlItem1.Location = new System.Drawing.Point(698, 517);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(90, 26);
this.layoutControlItem1.MinSize = new System.Drawing.Size(90, 26);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(90, 26);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.btnOk;
this.layoutControlItem2.Location = new System.Drawing.Point(608, 517);
this.layoutControlItem2.MaxSize = new System.Drawing.Size(90, 26);
this.layoutControlItem2.MinSize = new System.Drawing.Size(90, 26);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(90, 26);
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
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, 517);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(608, 26);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlGroup2
//
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem5,
this.layoutControlItem4,
this.emptySpaceItem2,
this.emptySpaceItem3});
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup2.Name = "layoutControlGroup2";
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
this.layoutControlGroup2.Size = new System.Drawing.Size(788, 55);
this.layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlGroup2.Text = "曲线信息";
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txtOtherName;
this.layoutControlItem5.Location = new System.Drawing.Point(122, 0);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(269, 24);
this.layoutControlItem5.Text = "名称:";
this.layoutControlItem5.TextSize = new System.Drawing.Size(74, 14);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtExpand;
this.layoutControlItem4.CustomizationFormText = "延长比例(%):";
this.layoutControlItem4.Location = new System.Drawing.Point(391, 0);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(179, 24);
this.layoutControlItem4.Text = "延长比例(%):";
this.layoutControlItem4.TextSize = new System.Drawing.Size(74, 14);
//
// emptySpaceItem2
//
this.emptySpaceItem2.AllowHotTrack = false;
this.emptySpaceItem2.Location = new System.Drawing.Point(570, 0);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Size = new System.Drawing.Size(208, 24);
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// emptySpaceItem3
//
this.emptySpaceItem3.AllowHotTrack = false;
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 0);
this.emptySpaceItem3.Name = "emptySpaceItem3";
this.emptySpaceItem3.Size = new System.Drawing.Size(122, 24);
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlGroup3
//
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem3});
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 65);
this.layoutControlGroup3.Name = "layoutControlGroup3";
this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlGroup3.Size = new System.Drawing.Size(788, 452);
this.layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlGroup3.Text = "延长曲线";
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.chartFeatCurveViewCtrl1;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlItem3.Size = new System.Drawing.Size(786, 429);
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// emptySpaceItem4
//
this.emptySpaceItem4.AllowHotTrack = false;
this.emptySpaceItem4.Location = new System.Drawing.Point(0, 55);
this.emptySpaceItem4.Name = "emptySpaceItem4";
this.emptySpaceItem4.Size = new System.Drawing.Size(788, 10);
this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
//
// CopyAndExpandCurveDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(808, 563);
this.Controls.Add(this.dataLayoutControl1);
this.Name = "CopyAndExpandCurveDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "复制并延长曲线";
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
this.dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtExpand.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtOtherName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private Curve.ChartFeatCurveViewCtrl chartFeatCurveViewCtrl1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.SpinEdit txtExpand;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
private DevExpress.XtraEditors.TextEdit txtOtherName;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
}
}