namespace HStation.WinFrmUI
|
{
|
partial class XhsProjectSimulationSchemeMgrCtrl
|
{
|
/// <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();
|
DevExpress.XtraEditors.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase();
|
DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition();
|
DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
|
DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
listBoxControl1 = new ListBoxControl();
|
imgCmbProjectSiteList = new ImageComboBoxEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
itemForProjectSiteList = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
xhsProjectSimulationSchemeMgrViewModelBindingSource = new BindingSource(components);
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)listBoxControl1).BeginInit();
|
((ISupportInitialize)imgCmbProjectSiteList.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)itemForProjectSiteList).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)xhsProjectSimulationSchemeMgrViewModelBindingSource).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(listBoxControl1);
|
layoutControl1.Controls.Add(imgCmbProjectSiteList);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(257, 467);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// listBoxControl1
|
//
|
listBoxControl1.DataSource = xhsProjectSimulationSchemeMgrViewModelBindingSource;
|
listBoxControl1.DisplayMember = "Name";
|
listBoxControl1.ItemHeight = 38;
|
listBoxControl1.Location = new Point(0, 21);
|
listBoxControl1.Name = "listBoxControl1";
|
listBoxControl1.Size = new Size(257, 446);
|
listBoxControl1.StyleController = layoutControl1;
|
listBoxControl1.TabIndex = 5;
|
itemTemplateBase1.Columns.Add(tableColumnDefinition1);
|
templatedItemElement1.FieldName = "Name";
|
templatedItemElement1.ImageOptions.ImageAlignment = TileItemContentAlignment.MiddleCenter;
|
templatedItemElement1.ImageOptions.ImageScaleMode = TileItemImageScaleMode.ZoomInside;
|
templatedItemElement1.Text = "Name";
|
templatedItemElement1.TextAlignment = TileItemContentAlignment.MiddleLeft;
|
templatedItemElement1.TextLocation = new Point(30, 0);
|
itemTemplateBase1.Elements.Add(templatedItemElement1);
|
itemTemplateBase1.Name = "template1";
|
itemTemplateBase1.Rows.Add(tableRowDefinition1);
|
listBoxControl1.Templates.Add(itemTemplateBase1);
|
listBoxControl1.ValueMember = "ID";
|
//
|
// imgCmbProjectSiteList
|
//
|
imgCmbProjectSiteList.Location = new Point(0, 0);
|
imgCmbProjectSiteList.Name = "imgCmbProjectSiteList";
|
imgCmbProjectSiteList.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
imgCmbProjectSiteList.Size = new Size(257, 20);
|
imgCmbProjectSiteList.StyleController = layoutControl1;
|
imgCmbProjectSiteList.TabIndex = 4;
|
imgCmbProjectSiteList.SelectedIndexChanged += imgCmbProjectSiteList_SelectedIndexChanged;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { itemForProjectSiteList, layoutControlItem1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(257, 467);
|
Root.TextVisible = false;
|
//
|
// itemForProjectSiteList
|
//
|
itemForProjectSiteList.Control = imgCmbProjectSiteList;
|
itemForProjectSiteList.Location = new Point(0, 0);
|
itemForProjectSiteList.Name = "itemForProjectSiteList";
|
itemForProjectSiteList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
itemForProjectSiteList.Size = new Size(257, 20);
|
itemForProjectSiteList.Text = "项目站";
|
itemForProjectSiteList.TextSize = new Size(0, 0);
|
itemForProjectSiteList.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = listBoxControl1;
|
layoutControlItem1.Location = new Point(0, 20);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 1, 0);
|
layoutControlItem1.Size = new Size(257, 447);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// xhsProjectSimulationSchemeMgrViewModelBindingSource
|
//
|
xhsProjectSimulationSchemeMgrViewModelBindingSource.DataSource = typeof(XhsProjectSimulationSchemeMgrViewModel);
|
//
|
// XhsProjectSimulationSchemeMgrCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "XhsProjectSimulationSchemeMgrCtrl";
|
Size = new Size(257, 467);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)listBoxControl1).EndInit();
|
((ISupportInitialize)imgCmbProjectSiteList.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)itemForProjectSiteList).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)xhsProjectSimulationSchemeMgrViewModelBindingSource).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbProjectSiteList;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem itemForProjectSiteList;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private BindingSource xhsProjectSimulationSchemeMgrViewModelBindingSource;
|
}
|
}
|