namespace Yw.WinFrmUI
{
partial class SetHydroPressmeterWorkingInfoCtrl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
ComponentResourceManager resources = new ComponentResourceManager(typeof(SetHydroPressmeterWorkingInfoCtrl));
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtCurrentPress = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutGroupCaption = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtCurrentPress.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutGroupCaption).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(txtCurrentPress);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(199, 74);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtCurrentPress
//
txtCurrentPress.Location = new Point(78, 38);
txtCurrentPress.Name = "txtCurrentPress";
txtCurrentPress.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
txtCurrentPress.Properties.DisplayFormat.FormatString = "{0}m";
txtCurrentPress.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtCurrentPress.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtCurrentPress.Properties.NullValuePrompt = "m";
txtCurrentPress.Size = new Size(107, 20);
txtCurrentPress.StyleController = layoutControl1;
txtCurrentPress.TabIndex = 6;
//
// Root
//
Root.AppearanceItemCaption.Options.UseTextOptions = true;
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutGroupCaption });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(199, 74);
Root.TextVisible = false;
//
// layoutGroupCaption
//
buttonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions1.SvgImage");
buttonImageOptions1.SvgImageSize = new Size(20, 20);
layoutGroupCaption.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("查看", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) });
layoutGroupCaption.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
layoutGroupCaption.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 });
layoutGroupCaption.Location = new Point(0, 0);
layoutGroupCaption.Name = "layoutGroupCaption";
layoutGroupCaption.Size = new Size(199, 74);
layoutGroupCaption.Text = "压力表";
layoutGroupCaption.CustomButtonClick += layoutGroupCaption_CustomButtonClick;
//
// layoutControlItem2
//
layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
layoutControlItem2.Control = txtCurrentPress;
layoutControlItem2.Location = new Point(0, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.RowIndex = 2;
layoutControlItem2.Size = new Size(175, 27);
layoutControlItem2.Text = "当前压力:";
layoutControlItem2.TextSize = new Size(52, 14);
//
// SetHydroPressmeterWorkingInfoCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "SetHydroPressmeterWorkingInfoCtrl";
Size = new Size(199, 74);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtCurrentPress.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutGroupCaption).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtCurrentPress;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlGroup layoutGroupCaption;
}
}