namespace PBS.WinFrmUI.Hydro
|
{
|
partial class FacilityPropertyCtrl
|
{
|
/// <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 Component 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()
|
{
|
components = new Container();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(FacilityPropertyCtrl));
|
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
|
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
bar1 = new DevExpress.XtraBars.Bar();
|
barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)propertyGridControl1).BeginInit();
|
((ISupportInitialize)barManager1).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(propertyGridControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 30);
|
layoutControl1.Margin = new Padding(3, 4, 3, 4);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(539, 371, 650, 536);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(269, 819);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// propertyGridControl1
|
//
|
propertyGridControl1.Location = new Point(0, 0);
|
propertyGridControl1.MenuManager = barManager1;
|
propertyGridControl1.Name = "propertyGridControl1";
|
propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
|
propertyGridControl1.Size = new Size(269, 819);
|
propertyGridControl1.TabIndex = 4;
|
propertyGridControl1.CustomRecordCellEdit += propertyGridControl1_CustomRecordCellEdit;
|
propertyGridControl1.CustomDrawRowHeaderIndent += propertyGridControl1_CustomDrawRowHeaderIndent;
|
propertyGridControl1.CustomDrawRowHeaderCell += propertyGridControl1_CustomDrawRowHeaderCell;
|
propertyGridControl1.CustomDrawRowValueCell += propertyGridControl1_CustomDrawRowValueCell;
|
propertyGridControl1.ShowingEditor += propertyGridControl1_ShowingEditor;
|
//
|
// barManager1
|
//
|
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar1 });
|
barManager1.DockControls.Add(barDockControlTop);
|
barManager1.DockControls.Add(barDockControlBottom);
|
barManager1.DockControls.Add(barDockControlLeft);
|
barManager1.DockControls.Add(barDockControlRight);
|
barManager1.Form = this;
|
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barBtnRefresh });
|
barManager1.MaxItemId = 6;
|
//
|
// bar1
|
//
|
bar1.BarName = "Custom 1";
|
bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
|
bar1.DockCol = 0;
|
bar1.DockRow = 0;
|
bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnRefresh) });
|
bar1.OptionsBar.AllowQuickCustomization = false;
|
bar1.OptionsBar.DrawDragBorder = false;
|
bar1.OptionsBar.MultiLine = true;
|
bar1.OptionsBar.UseWholeRow = true;
|
bar1.Text = "Custom 1";
|
bar1.Visible = false;
|
//
|
// barBtnRefresh
|
//
|
barBtnRefresh.Caption = "刷新";
|
barBtnRefresh.Id = 5;
|
barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage");
|
barBtnRefresh.Name = "barBtnRefresh";
|
toolTipItem1.Text = "刷新";
|
superToolTip1.Items.Add(toolTipItem1);
|
barBtnRefresh.SuperTip = superToolTip1;
|
barBtnRefresh.ItemClick += barBtnRefresh_ItemClick;
|
//
|
// barDockControlTop
|
//
|
barDockControlTop.CausesValidation = false;
|
barDockControlTop.Dock = DockStyle.Top;
|
barDockControlTop.Location = new Point(0, 0);
|
barDockControlTop.Manager = barManager1;
|
barDockControlTop.Margin = new Padding(3, 4, 3, 4);
|
barDockControlTop.Size = new Size(269, 30);
|
//
|
// barDockControlBottom
|
//
|
barDockControlBottom.CausesValidation = false;
|
barDockControlBottom.Dock = DockStyle.Bottom;
|
barDockControlBottom.Location = new Point(0, 849);
|
barDockControlBottom.Manager = barManager1;
|
barDockControlBottom.Margin = new Padding(3, 4, 3, 4);
|
barDockControlBottom.Size = new Size(269, 0);
|
//
|
// barDockControlLeft
|
//
|
barDockControlLeft.CausesValidation = false;
|
barDockControlLeft.Dock = DockStyle.Left;
|
barDockControlLeft.Location = new Point(0, 30);
|
barDockControlLeft.Manager = barManager1;
|
barDockControlLeft.Margin = new Padding(3, 4, 3, 4);
|
barDockControlLeft.Size = new Size(0, 819);
|
//
|
// barDockControlRight
|
//
|
barDockControlRight.CausesValidation = false;
|
barDockControlRight.Dock = DockStyle.Right;
|
barDockControlRight.Location = new Point(269, 30);
|
barDockControlRight.Manager = barManager1;
|
barDockControlRight.Margin = new Padding(3, 4, 3, 4);
|
barDockControlRight.Size = new Size(0, 819);
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(269, 819);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = propertyGridControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem1.Size = new Size(269, 819);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// FacilityPropertyCtrl
|
//
|
AutoScaleDimensions = new SizeF(8F, 18F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Controls.Add(barDockControlLeft);
|
Controls.Add(barDockControlRight);
|
Controls.Add(barDockControlBottom);
|
Controls.Add(barDockControlTop);
|
Margin = new Padding(3, 4, 3, 4);
|
Name = "FacilityPropertyCtrl";
|
Size = new Size(269, 849);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)propertyGridControl1).EndInit();
|
((ISupportInitialize)barManager1).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.Bar bar1;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
|
private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
}
|
}
|