using System.ComponentModel;
|
|
namespace PBS.WinFrmUI
|
{
|
partial class HomePbsProjectPropertyCtrl
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
components = new Container();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(HomePbsProjectPropertyCtrl));
|
DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
|
DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
|
DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
treeList1 = new DevExpress.XtraTreeList.TreeList();
|
colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
bar1 = new DevExpress.XtraBars.Bar();
|
barBtnExpandAll = new DevExpress.XtraBars.BarButtonItem();
|
barBtnCollpseAll = new DevExpress.XtraBars.BarButtonItem();
|
barBtnHelp = new DevExpress.XtraBars.BarButtonItem();
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
propertyDescriptionControl1 = new DevExpress.XtraVerticalGrid.PropertyDescriptionControl();
|
propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutProperty = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutDescription = new DevExpress.XtraLayout.LayoutControlItem();
|
splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
bindingSource1 = new BindingSource(components);
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)treeList1).BeginInit();
|
((ISupportInitialize)barManager1).BeginInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
|
((ISupportInitialize)propertyGridControl1).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutProperty).BeginInit();
|
((ISupportInitialize)layoutDescription).BeginInit();
|
((ISupportInitialize)splitterItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)bindingSource1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(treeList1);
|
layoutControl1.Controls.Add(propertyDescriptionControl1);
|
layoutControl1.Controls.Add(propertyGridControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 35);
|
layoutControl1.Margin = new Padding(3, 4, 3, 4);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(567, 190, 714, 577);
|
layoutControl1.Root = layoutControlGroup1;
|
layoutControl1.Size = new Size(297, 775);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// treeList1
|
//
|
treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName });
|
treeList1.Location = new Point(2, 377);
|
treeList1.Margin = new Padding(3, 4, 3, 4);
|
treeList1.MenuManager = barManager1;
|
treeList1.MinWidth = 23;
|
treeList1.Name = "treeList1";
|
treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
treeList1.OptionsView.FocusRectStyle = DevExpress.XtraTreeList.DrawFocusRectStyle.None;
|
treeList1.OptionsView.RowImagesShowMode = DevExpress.XtraTreeList.RowImagesShowMode.InIndent;
|
treeList1.OptionsView.ShowIndentAsRowStyle = true;
|
treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
treeList1.Size = new Size(293, 298);
|
treeList1.TabIndex = 6;
|
treeList1.TreeLevelWidth = 21;
|
treeList1.TreeViewFieldName = "Name";
|
treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView;
|
treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged;
|
//
|
// colName
|
//
|
colName.AppearanceCell.Options.UseTextOptions = true;
|
colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
colName.Caption = "名称";
|
colName.FieldName = "Name";
|
colName.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colName.ImageOptions.SvgImage");
|
colName.MinWidth = 23;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 0;
|
colName.Width = 197;
|
//
|
// 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[] { barBtnHelp, barBtnExpandAll, barBtnCollpseAll });
|
barManager1.MaxItemId = 16;
|
//
|
// bar1
|
//
|
bar1.BarAppearance.Hovered.BorderColor = Color.FromArgb(0, 122, 204);
|
bar1.BarAppearance.Hovered.Options.UseBorderColor = true;
|
bar1.BarAppearance.Pressed.BorderColor = Color.FromArgb(0, 122, 204);
|
bar1.BarAppearance.Pressed.Options.UseBorderColor = true;
|
bar1.BarName = "Tools";
|
bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
|
bar1.DockCol = 0;
|
bar1.DockRow = 0;
|
bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
bar1.FloatLocation = new Point(1899, 679);
|
bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnExpandAll), new DevExpress.XtraBars.LinkPersistInfo(barBtnCollpseAll), new DevExpress.XtraBars.LinkPersistInfo(barBtnHelp) });
|
bar1.OptionsBar.AllowQuickCustomization = false;
|
bar1.OptionsBar.DrawBorder = false;
|
bar1.OptionsBar.RotateWhenVertical = false;
|
bar1.OptionsBar.UseWholeRow = true;
|
bar1.Text = "Tools";
|
//
|
// barBtnExpandAll
|
//
|
barBtnExpandAll.Caption = "全部展开";
|
barBtnExpandAll.Id = 13;
|
barBtnExpandAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExpandAll.ImageOptions.SvgImage");
|
barBtnExpandAll.ImageOptions.SvgImageSize = new Size(20, 20);
|
barBtnExpandAll.Name = "barBtnExpandAll";
|
barBtnExpandAll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
barBtnExpandAll.ItemClick += barBtnExpandAll_ItemClick;
|
//
|
// barBtnCollpseAll
|
//
|
barBtnCollpseAll.Caption = "全部折叠";
|
barBtnCollpseAll.Id = 14;
|
barBtnCollpseAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCollpseAll.ImageOptions.SvgImage");
|
barBtnCollpseAll.ImageOptions.SvgImageSize = new Size(20, 20);
|
barBtnCollpseAll.Name = "barBtnCollpseAll";
|
barBtnCollpseAll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
barBtnCollpseAll.ItemClick += barBtnCollpseAll_ItemClick;
|
//
|
// barBtnHelp
|
//
|
barBtnHelp.Caption = "描述信息";
|
barBtnHelp.Id = 2;
|
barBtnHelp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnHelp.ImageOptions.SvgImage");
|
barBtnHelp.ImageOptions.SvgImageSize = new Size(20, 20);
|
barBtnHelp.Name = "barBtnHelp";
|
toolTipTitleItem1.Appearance.Image = (Image)resources.GetObject("resource.Image");
|
toolTipTitleItem1.Appearance.Options.UseImage = true;
|
toolTipTitleItem1.ImageOptions.Image = (Image)resources.GetObject("resource.Image1");
|
toolTipItem1.LeftIndent = 6;
|
toolTipItem1.Text = "描述信息";
|
superToolTip1.Items.Add(toolTipTitleItem1);
|
superToolTip1.Items.Add(toolTipItem1);
|
barBtnHelp.SuperTip = superToolTip1;
|
barBtnHelp.ItemClick += barBtnHelp_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(297, 35);
|
//
|
// barDockControlBottom
|
//
|
barDockControlBottom.CausesValidation = false;
|
barDockControlBottom.Dock = DockStyle.Bottom;
|
barDockControlBottom.Location = new Point(0, 810);
|
barDockControlBottom.Manager = barManager1;
|
barDockControlBottom.Margin = new Padding(3, 4, 3, 4);
|
barDockControlBottom.Size = new Size(297, 0);
|
//
|
// barDockControlLeft
|
//
|
barDockControlLeft.CausesValidation = false;
|
barDockControlLeft.Dock = DockStyle.Left;
|
barDockControlLeft.Location = new Point(0, 35);
|
barDockControlLeft.Manager = barManager1;
|
barDockControlLeft.Margin = new Padding(3, 4, 3, 4);
|
barDockControlLeft.Size = new Size(0, 775);
|
//
|
// barDockControlRight
|
//
|
barDockControlRight.CausesValidation = false;
|
barDockControlRight.Dock = DockStyle.Right;
|
barDockControlRight.Location = new Point(297, 35);
|
barDockControlRight.Manager = barManager1;
|
barDockControlRight.Margin = new Padding(3, 4, 3, 4);
|
barDockControlRight.Size = new Size(0, 775);
|
//
|
// repositoryItemButtonEdit1
|
//
|
repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.SvgImageSize = new Size(20, 20);
|
repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// propertyDescriptionControl1
|
//
|
propertyDescriptionControl1.Location = new Point(2, 691);
|
propertyDescriptionControl1.Margin = new Padding(3, 4, 3, 4);
|
propertyDescriptionControl1.Name = "propertyDescriptionControl1";
|
propertyDescriptionControl1.PropertyGrid = propertyGridControl1;
|
propertyDescriptionControl1.Size = new Size(293, 82);
|
propertyDescriptionControl1.StyleController = layoutControl1;
|
propertyDescriptionControl1.TabIndex = 1;
|
propertyDescriptionControl1.TabStop = false;
|
//
|
// propertyGridControl1
|
//
|
propertyGridControl1.Appearance.FocusedCell.BackColor = Color.FromArgb(0, 122, 204);
|
propertyGridControl1.Appearance.FocusedCell.ForeColor = Color.White;
|
propertyGridControl1.Appearance.FocusedCell.Options.UseBackColor = true;
|
propertyGridControl1.Appearance.FocusedCell.Options.UseForeColor = true;
|
propertyGridControl1.Appearance.FocusedRow.BackColor = Color.FromArgb(0, 122, 204);
|
propertyGridControl1.Appearance.FocusedRow.ForeColor = Color.White;
|
propertyGridControl1.Appearance.FocusedRow.Options.UseBackColor = true;
|
propertyGridControl1.Appearance.FocusedRow.Options.UseForeColor = true;
|
propertyGridControl1.Appearance.ReadOnlyRecordValue.ForeColor = Color.Black;
|
propertyGridControl1.Appearance.ReadOnlyRecordValue.Options.UseForeColor = true;
|
propertyGridControl1.Appearance.ReadOnlyRow.ForeColor = Color.Black;
|
propertyGridControl1.Appearance.ReadOnlyRow.Options.UseForeColor = true;
|
propertyGridControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
propertyGridControl1.Location = new Point(2, 2);
|
propertyGridControl1.Margin = new Padding(3, 4, 3, 4);
|
propertyGridControl1.Name = "propertyGridControl1";
|
propertyGridControl1.OptionsBehavior.Editable = false;
|
propertyGridControl1.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
|
propertyGridControl1.OptionsHint.ShowRowHeaderHints = false;
|
propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
|
propertyGridControl1.OptionsView.MinRowAutoHeight = 13;
|
propertyGridControl1.OptionsView.ShowRootCategories = false;
|
propertyGridControl1.RecordWidth = 120;
|
propertyGridControl1.RowHeaderWidth = 80;
|
propertyGridControl1.Size = new Size(293, 371);
|
propertyGridControl1.TabIndex = 0;
|
propertyGridControl1.CustomRecordCellEdit += propertyGridControl1_CustomRecordCellEdit;
|
propertyGridControl1.CustomDrawRowValueCell += propertyGridControl1_CustomDrawRowValueCell;
|
propertyGridControl1.ShowingEditor += propertyGridControl1_ShowingEditor;
|
propertyGridControl1.CellValueChanging += propertyGridControl1_CellValueChanging;
|
propertyGridControl1.CellValueChanged += propertyGridControl1_CellValueChanged;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutProperty, layoutDescription, splitterItem1, layoutControlItem1 });
|
layoutControlGroup1.Name = "Root";
|
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Size = new Size(297, 775);
|
layoutControlGroup1.TextVisible = false;
|
//
|
// layoutProperty
|
//
|
layoutProperty.Control = propertyGridControl1;
|
layoutProperty.Location = new Point(0, 0);
|
layoutProperty.Name = "layoutProperty";
|
layoutProperty.Size = new Size(297, 375);
|
layoutProperty.TextSize = new Size(0, 0);
|
layoutProperty.TextVisible = false;
|
//
|
// layoutDescription
|
//
|
layoutDescription.Control = propertyDescriptionControl1;
|
layoutDescription.Location = new Point(0, 689);
|
layoutDescription.Name = "layoutDescription";
|
layoutDescription.Size = new Size(297, 86);
|
layoutDescription.TextSize = new Size(0, 0);
|
layoutDescription.TextVisible = false;
|
//
|
// splitterItem1
|
//
|
splitterItem1.AllowHotTrack = true;
|
splitterItem1.Location = new Point(0, 677);
|
splitterItem1.Name = "splitterItem1";
|
splitterItem1.Size = new Size(297, 12);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = treeList1;
|
layoutControlItem1.Location = new Point(0, 375);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(297, 302);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// HomePbsProjectPropertyCtrl
|
//
|
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 = "HomePbsProjectPropertyCtrl";
|
Size = new Size(297, 810);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)treeList1).EndInit();
|
((ISupportInitialize)barManager1).EndInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
|
((ISupportInitialize)propertyGridControl1).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutProperty).EndInit();
|
((ISupportInitialize)layoutDescription).EndInit();
|
((ISupportInitialize)splitterItem1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)bindingSource1).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraVerticalGrid.PropertyDescriptionControl propertyDescriptionControl1;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraLayout.SplitterItem splitterItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutDescription;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.BarButtonItem barBtnHelp;
|
private DevExpress.XtraBars.Bar bar1;
|
private DevExpress.XtraBars.BarButtonItem barBtnExpandAll;
|
private DevExpress.XtraBars.BarButtonItem barBtnCollpseAll;
|
private BindingSource bindingSource1;
|
private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutProperty;
|
private DevExpress.XtraTreeList.TreeList treeList1;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
}
|
}
|