namespace PBS.WinFrmUI.DataAnalysis
|
{
|
partial class SetPressForm
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
|
dataLayoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)textEdit1.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
dataLayoutControl1.Controls.Add(simpleButton1);
|
dataLayoutControl1.Controls.Add(textEdit1);
|
dataLayoutControl1.Dock = DockStyle.Fill;
|
dataLayoutControl1.Location = new Point(0, 0);
|
dataLayoutControl1.Name = "dataLayoutControl1";
|
dataLayoutControl1.Root = Root;
|
dataLayoutControl1.Size = new Size(377, 67);
|
dataLayoutControl1.TabIndex = 0;
|
dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// simpleButton1
|
//
|
simpleButton1.Location = new Point(259, 12);
|
simpleButton1.Name = "simpleButton1";
|
simpleButton1.Size = new Size(106, 22);
|
simpleButton1.StyleController = dataLayoutControl1;
|
simpleButton1.TabIndex = 5;
|
simpleButton1.Text = "确定";
|
simpleButton1.Click += simpleButton1_Click;
|
//
|
// textEdit1
|
//
|
textEdit1.Location = new Point(106, 12);
|
textEdit1.Name = "textEdit1";
|
textEdit1.Size = new Size(149, 20);
|
textEdit1.StyleController = dataLayoutControl1;
|
textEdit1.TabIndex = 4;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem2 });
|
Root.Name = "Root";
|
Root.Size = new Size(377, 67);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = textEdit1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(247, 26);
|
layoutControlItem1.Text = "压力(MPa):";
|
layoutControlItem1.TextSize = new Size(82, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 26);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(357, 21);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = simpleButton1;
|
layoutControlItem2.Location = new Point(247, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(110, 26);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// SetPressForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(377, 67);
|
Controls.Add(dataLayoutControl1);
|
MaximizeBox = false;
|
MinimizeBox = false;
|
Name = "SetPressForm";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "设置压力";
|
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
|
dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)textEdit1.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
}
|
}
|