namespace HStation.WinFrmUI { partial class SimulationPipeSingleMatchingDlg { /// /// 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() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); pipeLineSingleMatchingForm1 = new PipeSingleMatchingCtrl(); btnComplete = new SimpleButton(); btnCancel = new SimpleButton(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); itemForCancel = new DevExpress.XtraLayout.LayoutControlItem(); itemForComplete = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)emptySpaceItem1).BeginInit(); ((ISupportInitialize)itemForCancel).BeginInit(); ((ISupportInitialize)itemForComplete).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(pipeLineSingleMatchingForm1); layoutControl1.Controls.Add(btnComplete); layoutControl1.Controls.Add(btnCancel); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1222, 300, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(747, 432); layoutControl1.TabIndex = 6; layoutControl1.Text = "layoutControl1"; // // pipeLineSingleMatchingForm1 // pipeLineSingleMatchingForm1.Location = new Point(2, 2); pipeLineSingleMatchingForm1.Name = "pipeLineSingleMatchingForm1"; pipeLineSingleMatchingForm1.Size = new Size(743, 402); pipeLineSingleMatchingForm1.TabIndex = 0; // // btnComplete // btnComplete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnComplete.Appearance.Options.UseBackColor = true; btnComplete.Location = new Point(533, 408); btnComplete.MaximumSize = new Size(104, 0); btnComplete.MinimumSize = new Size(104, 0); btnComplete.Name = "btnComplete"; btnComplete.Size = new Size(104, 22); btnComplete.StyleController = layoutControl1; btnComplete.TabIndex = 2; btnComplete.Text = "确定"; btnComplete.Click += btnComplete_Click; // // btnCancel // btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(641, 408); btnCancel.MaximumSize = new Size(104, 0); btnCancel.MinimumSize = new Size(104, 0); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(104, 22); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 3; btnCancel.Text = "取消"; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, itemForCancel, itemForComplete }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(747, 432); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = pipeLineSingleMatchingForm1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(747, 406); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 406); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(531, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // itemForCancel // itemForCancel.Control = btnCancel; itemForCancel.Location = new Point(639, 406); itemForCancel.MaxSize = new Size(108, 26); itemForCancel.MinSize = new Size(108, 26); itemForCancel.Name = "itemForCancel"; itemForCancel.Size = new Size(108, 26); itemForCancel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; itemForCancel.TextSize = new Size(0, 0); itemForCancel.TextVisible = false; // // itemForComplete // itemForComplete.Control = btnComplete; itemForComplete.Location = new Point(531, 406); itemForComplete.MaxSize = new Size(108, 26); itemForComplete.MinSize = new Size(108, 26); itemForComplete.Name = "itemForComplete"; itemForComplete.Size = new Size(108, 26); itemForComplete.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; itemForComplete.TextSize = new Size(0, 0); itemForComplete.TextVisible = false; // // SimulationPipeSingleMatchingDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(747, 432); Controls.Add(layoutControl1); Name = "PipeSingMatchingDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "管道匹配"; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)emptySpaceItem1).EndInit(); ((ISupportInitialize)itemForCancel).EndInit(); ((ISupportInitialize)itemForComplete).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SimpleButton btnComplete; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraLayout.LayoutControlItem itemForComplete; private DevExpress.XtraLayout.LayoutControlItem itemForCancel; private PipeSingleMatchingCtrl pipeLineSingleMatchingForm1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; } }