namespace Yw.WinFrmUI
{
partial class HydroVisualPropertyDescriptionCtrl
{
///
/// 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()
{
components = new Container();
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
labText = new DevExpress.XtraEditors.MemoEdit();
labCaption = new DevExpress.XtraEditors.LabelControl();
svgImg16 = new DevExpress.Utils.SvgImageCollection(components);
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)labText.Properties).BeginInit();
((ISupportInitialize)svgImg16).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(labText);
layoutControl1.Controls.Add(labCaption);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(673, 138, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(448, 324);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// labText
//
labText.EditValue = "";
labText.Location = new Point(2, 30);
labText.Name = "labText";
labText.Properties.AllowFocused = false;
labText.Properties.AllowHtmlDraw = DevExpress.Utils.DefaultBoolean.True;
labText.Properties.Appearance.BackColor = Color.Transparent;
labText.Properties.Appearance.Options.UseBackColor = true;
labText.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
labText.Properties.ScrollBars = ScrollBars.None;
labText.Size = new Size(444, 294);
labText.StyleController = layoutControl1;
labText.TabIndex = 5;
//
// labCaption
//
labCaption.Appearance.ForeColor = Color.FromArgb(0, 122, 204);
labCaption.Appearance.Options.UseForeColor = true;
labCaption.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
labCaption.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
labCaption.ImageOptions.Alignment = ContentAlignment.MiddleLeft;
labCaption.ImageOptions.Images = svgImg16;
labCaption.Location = new Point(2, 0);
labCaption.Name = "labCaption";
labCaption.Size = new Size(444, 30);
labCaption.StyleController = layoutControl1;
labCaption.TabIndex = 4;
labCaption.Text = "属性";
//
// svgImg16
//
svgImg16.Add("cancel", "image://svgimages/outlook inspired/cancel.svg");
svgImg16.Add("bo_validation", "image://svgimages/business objects/bo_validation.svg");
svgImg16.Add("bo_attention", "image://svgimages/business objects/bo_attention.svg");
svgImg16.Add("highimportance", "image://svgimages/outlook inspired/highimportance.svg");
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 });
Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
Root.Name = "Root";
columnDefinition1.SizeType = SizeType.Percent;
columnDefinition1.Width = 100D;
Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1 });
rowDefinition1.Height = 30D;
rowDefinition1.SizeType = SizeType.Absolute;
rowDefinition2.Height = 100D;
rowDefinition2.SizeType = SizeType.Percent;
Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2 });
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(448, 324);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
layoutControlItem1.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
layoutControlItem1.Control = labCaption;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.MinSize = new Size(16, 18);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 0);
layoutControlItem1.Size = new Size(448, 30);
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = labText;
layoutControlItem2.Location = new Point(0, 30);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 0);
layoutControlItem2.Size = new Size(448, 294);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// HydroVisualPropertyDescriptionCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "HydroVisualPropertyDescriptionCtrl";
Size = new Size(448, 324);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)labText.Properties).EndInit();
((ISupportInitialize)svgImg16).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.Utils.SvgImageCollection svgImg16;
private DevExpress.XtraEditors.LabelControl labCaption;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.MemoEdit labText;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
}
}