namespace IStation.Desktop
|
{
|
partial class frmMain
|
{
|
/// <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 Windows Form 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()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
|
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
|
this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
|
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
this.StatusBar = new DevExpress.XtraBars.Bar();
|
this.barStaticYiwei = new DevExpress.XtraBars.BarStaticItem();
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
this.dockPanelMenu = new DevExpress.XtraBars.Docking.DockPanel();
|
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
this.accordionControl = new DevExpress.XtraBars.Navigation.AccordionControl();
|
this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
|
this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
|
this.barStaticSpace = new DevExpress.XtraBars.BarStaticItem();
|
this.barBtnPorject = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnProjectName = new DevExpress.XtraBars.BarButtonItem();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
this.dockPanelMenu.SuspendLayout();
|
this.dockPanel1_Container.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// repositoryItemTextEdit1
|
//
|
this.repositoryItemTextEdit1.AutoHeight = false;
|
this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
|
//
|
// documentManager1
|
//
|
this.documentManager1.ContainerControl = this;
|
this.documentManager1.View = this.tabbedView1;
|
this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
|
this.tabbedView1});
|
//
|
// tabbedView1
|
//
|
this.tabbedView1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabbedView1.BackgroundImage")));
|
this.tabbedView1.BackgroundImageLayoutMode = DevExpress.Utils.Drawing.ImageLayoutMode.Squeeze;
|
this.tabbedView1.DocumentGroupProperties.ShowDocumentSelectorButton = false;
|
this.tabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
|
this.tabbedView1.DocumentSelected += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.tabbedView1_DocumentSelected);
|
//
|
// barManager1
|
//
|
this.barManager1.AllowCustomization = false;
|
this.barManager1.AllowQuickCustomization = false;
|
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
this.StatusBar});
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
this.barManager1.DockManager = this.dockManager1;
|
this.barManager1.Form = this;
|
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
this.barStaticYiwei});
|
this.barManager1.MaxItemId = 8;
|
this.barManager1.StatusBar = this.StatusBar;
|
//
|
// StatusBar
|
//
|
this.StatusBar.BarName = "StatusBar";
|
this.StatusBar.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
|
this.StatusBar.DockCol = 0;
|
this.StatusBar.DockRow = 0;
|
this.StatusBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
|
this.StatusBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
new DevExpress.XtraBars.LinkPersistInfo(this.barStaticYiwei)});
|
this.StatusBar.OptionsBar.AllowQuickCustomization = false;
|
this.StatusBar.OptionsBar.DrawDragBorder = false;
|
this.StatusBar.OptionsBar.UseWholeRow = true;
|
this.StatusBar.Text = "bottom";
|
//
|
// barStaticYiwei
|
//
|
this.barStaticYiwei.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
|
this.barStaticYiwei.AllowFocus = DevExpress.Utils.DefaultBoolean.False;
|
this.barStaticYiwei.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
|
this.barStaticYiwei.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.barStaticYiwei.Caption = "上海义维流体科技有限公司";
|
this.barStaticYiwei.Id = 3;
|
this.barStaticYiwei.Name = "barStaticYiwei";
|
//
|
// barDockControlTop
|
//
|
this.barDockControlTop.CausesValidation = false;
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 46);
|
this.barDockControlTop.Manager = this.barManager1;
|
this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlTop.Size = new System.Drawing.Size(1155, 0);
|
//
|
// barDockControlBottom
|
//
|
this.barDockControlBottom.CausesValidation = false;
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 799);
|
this.barDockControlBottom.Manager = this.barManager1;
|
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlBottom.Size = new System.Drawing.Size(1155, 33);
|
//
|
// barDockControlLeft
|
//
|
this.barDockControlLeft.CausesValidation = false;
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 46);
|
this.barDockControlLeft.Manager = this.barManager1;
|
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 753);
|
//
|
// barDockControlRight
|
//
|
this.barDockControlRight.CausesValidation = false;
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
this.barDockControlRight.Location = new System.Drawing.Point(1155, 46);
|
this.barDockControlRight.Manager = this.barManager1;
|
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 753);
|
//
|
// dockManager1
|
//
|
this.dockManager1.Form = this;
|
this.dockManager1.MenuManager = this.barManager1;
|
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
|
this.dockPanelMenu});
|
this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
|
this.dockManager1.TopZIndexControls.AddRange(new string[] {
|
"DevExpress.XtraBars.BarDockControl",
|
"DevExpress.XtraBars.StandaloneBarDockControl",
|
"System.Windows.Forms.MenuStrip",
|
"System.Windows.Forms.StatusStrip",
|
"System.Windows.Forms.StatusBar",
|
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
|
"DevExpress.XtraBars.Ribbon.RibbonControl",
|
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
|
"DevExpress.XtraBars.Navigation.TileNavPane",
|
"DevExpress.XtraBars.TabFormControl",
|
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
|
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
|
//
|
// dockPanelMenu
|
//
|
this.dockPanelMenu.Controls.Add(this.dockPanel1_Container);
|
this.dockPanelMenu.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
|
this.dockPanelMenu.ID = new System.Guid("4fbfc017-b7df-4834-9a1c-f52f3490761e");
|
this.dockPanelMenu.Location = new System.Drawing.Point(0, 46);
|
this.dockPanelMenu.Margin = new System.Windows.Forms.Padding(4);
|
this.dockPanelMenu.Name = "dockPanelMenu";
|
this.dockPanelMenu.Options.AllowDockAsTabbedDocument = false;
|
this.dockPanelMenu.Options.AllowDockBottom = false;
|
this.dockPanelMenu.Options.AllowDockFill = false;
|
this.dockPanelMenu.Options.AllowDockTop = false;
|
this.dockPanelMenu.Options.AllowFloating = false;
|
this.dockPanelMenu.Options.ShowCloseButton = false;
|
this.dockPanelMenu.OriginalSize = new System.Drawing.Size(250, 200);
|
this.dockPanelMenu.Size = new System.Drawing.Size(250, 753);
|
this.dockPanelMenu.Text = "菜单";
|
//
|
// dockPanel1_Container
|
//
|
this.dockPanel1_Container.Controls.Add(this.accordionControl);
|
this.dockPanel1_Container.Location = new System.Drawing.Point(0, 34);
|
this.dockPanel1_Container.Margin = new System.Windows.Forms.Padding(4);
|
this.dockPanel1_Container.Name = "dockPanel1_Container";
|
this.dockPanel1_Container.Size = new System.Drawing.Size(249, 719);
|
this.dockPanel1_Container.TabIndex = 0;
|
//
|
// accordionControl
|
//
|
this.accordionControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.accordionControl.Location = new System.Drawing.Point(0, 0);
|
this.accordionControl.Margin = new System.Windows.Forms.Padding(4);
|
this.accordionControl.Name = "accordionControl";
|
this.accordionControl.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
|
this.accordionControl.Size = new System.Drawing.Size(249, 719);
|
this.accordionControl.TabIndex = 5;
|
this.accordionControl.ElementClick += new DevExpress.XtraBars.Navigation.ElementClickEventHandler(this.accordionControl_ElementClick);
|
//
|
// fluentDesignFormContainer1
|
//
|
this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.fluentDesignFormContainer1.Location = new System.Drawing.Point(250, 46);
|
this.fluentDesignFormContainer1.Margin = new System.Windows.Forms.Padding(4);
|
this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1";
|
this.fluentDesignFormContainer1.Size = new System.Drawing.Size(905, 753);
|
this.fluentDesignFormContainer1.TabIndex = 10;
|
//
|
// fluentDesignFormControl1
|
//
|
this.fluentDesignFormControl1.FluentDesignForm = this;
|
this.fluentDesignFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
this.barStaticSpace,
|
this.barBtnPorject,
|
this.barBtnProjectName});
|
this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
|
this.fluentDesignFormControl1.Margin = new System.Windows.Forms.Padding(4);
|
this.fluentDesignFormControl1.Name = "fluentDesignFormControl1";
|
this.fluentDesignFormControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemTextEdit1});
|
this.fluentDesignFormControl1.Size = new System.Drawing.Size(1155, 46);
|
this.fluentDesignFormControl1.TabIndex = 11;
|
this.fluentDesignFormControl1.TabStop = false;
|
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barStaticSpace);
|
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barBtnPorject);
|
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barBtnProjectName);
|
//
|
// barStaticSpace
|
//
|
this.barStaticSpace.Caption = " ";
|
this.barStaticSpace.Id = 1;
|
this.barStaticSpace.Name = "barStaticSpace";
|
//
|
// barBtnPorject
|
//
|
this.barBtnPorject.Caption = "项目管理";
|
this.barBtnPorject.Id = 0;
|
this.barBtnPorject.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnPorject.ImageOptions.SvgImage")));
|
this.barBtnPorject.Name = "barBtnPorject";
|
this.barBtnPorject.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
this.barBtnPorject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPorject_ItemClick);
|
//
|
// barBtnProjectName
|
//
|
this.barBtnProjectName.Caption = "项目名";
|
this.barBtnProjectName.Id = 0;
|
this.barBtnProjectName.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnProjectName.ImageOptions.SvgImage")));
|
this.barBtnProjectName.Name = "barBtnProjectName";
|
this.barBtnProjectName.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
this.barBtnProjectName.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnProjectName_ItemClick);
|
//
|
// frmMain
|
//
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
this.Appearance.Options.UseBackColor = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.ClientSize = new System.Drawing.Size(1155, 832);
|
this.ControlContainer = this.fluentDesignFormContainer1;
|
this.Controls.Add(this.fluentDesignFormContainer1);
|
this.Controls.Add(this.dockPanelMenu);
|
this.Controls.Add(this.barDockControlLeft);
|
this.Controls.Add(this.barDockControlRight);
|
this.Controls.Add(this.barDockControlBottom);
|
this.Controls.Add(this.barDockControlTop);
|
this.Controls.Add(this.fluentDesignFormControl1);
|
this.FluentDesignFormControl = this.fluentDesignFormControl1;
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "frmMain";
|
this.NavigationControl = this.accordionControl;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "性能曲线分析";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
|
this.dockPanelMenu.ResumeLayout(false);
|
this.dockPanel1_Container.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
|
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl;
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
|
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1;
|
private DevExpress.XtraBars.Docking.DockPanel dockPanelMenu;
|
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
|
private DevExpress.XtraBars.BarStaticItem barStaticYiwei;
|
private DevExpress.XtraBars.Bar StatusBar;
|
private DevExpress.XtraBars.BarStaticItem barStaticSpace;
|
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
|
private DevExpress.XtraBars.BarButtonItem barBtnPorject;
|
private DevExpress.XtraBars.BarButtonItem barBtnProjectName;
|
}
|
}
|