namespace Yw.WinFrmUI
{
partial class SetHydroWorkingResistanceCtrl
{
///
/// 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(SetHydroWorkingResistanceCtrl));
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
imgCmbLinkStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutGroupCaption = new DevExpress.XtraLayout.LayoutControlGroup();
itemForLinkStatus = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)imgCmbLinkStatus.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutGroupCaption).BeginInit();
((ISupportInitialize)itemForLinkStatus).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(imgCmbLinkStatus);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(200, 71);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// imgCmbLinkStatus
//
imgCmbLinkStatus.Location = new Point(54, 37);
imgCmbLinkStatus.Name = "imgCmbLinkStatus";
imgCmbLinkStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
imgCmbLinkStatus.Size = new Size(132, 20);
imgCmbLinkStatus.StyleController = layoutControl1;
imgCmbLinkStatus.TabIndex = 4;
//
// Root
//
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(200, 71);
Root.TextVisible = false;
//
// layoutGroupCaption
//
layoutGroupCaption.AppearanceItemCaption.Options.UseTextOptions = true;
layoutGroupCaption.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
buttonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions1.SvgImage");
buttonImageOptions1.SvgImageSize = new Size(24, 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[] { itemForLinkStatus });
layoutGroupCaption.Location = new Point(0, 0);
layoutGroupCaption.Name = "layoutGroupCaption";
layoutGroupCaption.Size = new Size(200, 71);
layoutGroupCaption.Text = "阻件";
layoutGroupCaption.CustomButtonClick += layoutGroupCaption_CustomButtonClick;
//
// itemForLinkStatus
//
itemForLinkStatus.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
itemForLinkStatus.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
itemForLinkStatus.Control = imgCmbLinkStatus;
itemForLinkStatus.Location = new Point(0, 0);
itemForLinkStatus.Name = "itemForLinkStatus";
itemForLinkStatus.Size = new Size(176, 24);
itemForLinkStatus.Text = "状态:";
itemForLinkStatus.TextSize = new Size(28, 14);
//
// SetHydroWorkingResistanceCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "SetHydroWorkingResistanceCtrl";
Size = new Size(200, 71);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)imgCmbLinkStatus.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutGroupCaption).EndInit();
((ISupportInitialize)itemForLinkStatus).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbLinkStatus;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem itemForLinkStatus;
private DevExpress.XtraLayout.LayoutControlGroup layoutGroupCaption;
}
}