WinFormTools/WinformGeneralDeveloperFrame/MainForm.Designer.cs

280 lines
14 KiB
C#

namespace WinformGeneralDeveloperFrame
{
partial class MainForm
{
/// <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(MainForm));
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.ribbonGalleryBarItem1 = new DevExpress.XtraBars.RibbonGalleryBarItem();
this.skinPaletteRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinPaletteRibbonGalleryBarItem();
this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
this.bsi_Date = new DevExpress.XtraBars.BarStaticItem();
this.barListItem1 = new DevExpress.XtraBars.BarListItem();
this.barUserName = new DevExpress.XtraBars.BarStaticItem();
this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
this.btnabout = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.bsi_UserName = new DevExpress.XtraBars.BarStaticItem();
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
this.SuspendLayout();
//
// ribbonControl1
//
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.ribbonControl1.SearchEditItem,
this.ribbonGalleryBarItem1,
this.skinPaletteRibbonGalleryBarItem1,
this.barEditItem1,
this.bsi_Date,
this.barListItem1,
this.barUserName,
this.barStaticItem3,
this.btnabout,
this.barButtonItem1,
this.barButtonItem2});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.MaxItemId = 11;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
this.ribbonControl1.QuickToolbarItemLinks.Add(this.ribbonGalleryBarItem1);
this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemTimeEdit1});
this.ribbonControl1.Size = new System.Drawing.Size(1157, 148);
this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
this.ribbonControl1.Click += new System.EventHandler(this.ribbonControl1_Click);
//
// ribbonGalleryBarItem1
//
this.ribbonGalleryBarItem1.Caption = "ribbonGalleryBarItem1";
this.ribbonGalleryBarItem1.Id = 1;
this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1";
//
// skinPaletteRibbonGalleryBarItem1
//
this.skinPaletteRibbonGalleryBarItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.skinPaletteRibbonGalleryBarItem1.Caption = "skinPaletteRibbonGalleryBarItem1";
this.skinPaletteRibbonGalleryBarItem1.Id = 2;
this.skinPaletteRibbonGalleryBarItem1.Name = "skinPaletteRibbonGalleryBarItem1";
//
// barEditItem1
//
this.barEditItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.barEditItem1.Caption = "barEditItem1";
this.barEditItem1.Edit = this.repositoryItemTimeEdit1;
this.barEditItem1.Id = 3;
this.barEditItem1.Name = "barEditItem1";
//
// repositoryItemTimeEdit1
//
this.repositoryItemTimeEdit1.AutoHeight = false;
this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
//
// bsi_Date
//
this.bsi_Date.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.bsi_Date.Caption = "DateTime";
this.bsi_Date.Id = 4;
this.bsi_Date.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.time_16x16;
this.bsi_Date.ImageOptions.LargeImage = global::WinformGeneralDeveloperFrame.Properties.Resources.time_32x32;
this.bsi_Date.Name = "bsi_Date";
this.bsi_Date.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// barListItem1
//
this.barListItem1.Caption = "barListItem1";
this.barListItem1.Id = 5;
this.barListItem1.Name = "barListItem1";
//
// barUserName
//
this.barUserName.Caption = "用户名:admin";
this.barUserName.Id = 6;
this.barUserName.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.bocustomer_16x16;
this.barUserName.ImageOptions.LargeImage = global::WinformGeneralDeveloperFrame.Properties.Resources.bocustomer_32x321;
this.barUserName.Name = "barUserName";
this.barUserName.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// barStaticItem3
//
this.barStaticItem3.Caption = "barStaticItem3";
this.barStaticItem3.Id = 7;
this.barStaticItem3.Name = "barStaticItem3";
//
// btnabout
//
this.btnabout.Caption = "关于";
this.btnabout.Id = 8;
this.btnabout.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.operatingsystem_16x16;
this.btnabout.ImageOptions.LargeImage = global::WinformGeneralDeveloperFrame.Properties.Resources.operatingsystem_32x32;
this.btnabout.Name = "btnabout";
this.btnabout.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
//
// barButtonItem1
//
this.barButtonItem1.Caption = "bug反馈 ";
this.barButtonItem1.Id = 9;
this.barButtonItem1.ImageOptions.Image = global::WinformGeneralDeveloperFrame.Properties.Resources.mail_16x16;
this.barButtonItem1.ImageOptions.LargeImage = global::WinformGeneralDeveloperFrame.Properties.Resources.mail_32x32;
this.barButtonItem1.Name = "barButtonItem1";
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup1});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "帮助";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
this.ribbonPageGroup1.ItemLinks.Add(this.btnabout);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
//
// ribbonStatusBar1
//
this.ribbonStatusBar1.ItemLinks.Add(this.bsi_Date);
this.ribbonStatusBar1.ItemLinks.Add(this.barUserName);
this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 766);
this.ribbonStatusBar1.Name = "ribbonStatusBar1";
this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
this.ribbonStatusBar1.Size = new System.Drawing.Size(1157, 32);
//
// xtraTabbedMdiManager1
//
this.xtraTabbedMdiManager1.MdiParent = this;
//
// navBarControl1
//
this.navBarControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.navBarControl1.Location = new System.Drawing.Point(0, 148);
this.navBarControl1.Name = "navBarControl1";
this.navBarControl1.OptionsNavPane.ExpandedWidth = 184;
this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
this.navBarControl1.Size = new System.Drawing.Size(184, 618);
this.navBarControl1.TabIndex = 8;
this.navBarControl1.Text = "navBarControl1";
this.navBarControl1.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinNavigationPaneViewInfoRegistrator("Blue");
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// bsi_UserName
//
this.bsi_UserName.Caption = "用戶名: 管理員";
this.bsi_UserName.Id = 29;
this.bsi_UserName.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bsi_UserName.ImageOptions.Image")));
this.bsi_UserName.Name = "bsi_UserName";
this.bsi_UserName.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// barStaticItem1
//
this.barStaticItem1.Caption = "用戶名: 管理員";
this.barStaticItem1.Id = 29;
this.barStaticItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barStaticItem1.ImageOptions.Image")));
this.barStaticItem1.Name = "barStaticItem1";
this.barStaticItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// barButtonItem2
//
this.barButtonItem2.Caption = "barButtonItem2";
this.barButtonItem2.Id = 10;
this.barButtonItem2.Name = "barButtonItem2";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1157, 798);
this.Controls.Add(this.navBarControl1);
this.Controls.Add(this.ribbonStatusBar1);
this.Controls.Add(this.ribbonControl1);
this.IsMdiContainer = true;
this.Name = "MainForm";
this.Ribbon = this.ribbonControl1;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusBar = this.ribbonStatusBar1;
this.Text = "主界面";
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.RibbonGalleryBarItem ribbonGalleryBarItem1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager xtraTabbedMdiManager1;
private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar1;
private DevExpress.XtraNavBar.NavBarControl navBarControl1;
private DevExpress.XtraBars.SkinPaletteRibbonGalleryBarItem skinPaletteRibbonGalleryBarItem1;
private DevExpress.XtraBars.BarEditItem barEditItem1;
private DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit repositoryItemTimeEdit1;
private DevExpress.XtraBars.BarStaticItem bsi_Date;
private System.Windows.Forms.Timer timer1;
private DevExpress.XtraBars.BarListItem barListItem1;
private DevExpress.XtraBars.BarStaticItem barUserName;
private DevExpress.XtraBars.BarStaticItem barStaticItem3;
private DevExpress.XtraBars.BarStaticItem bsi_UserName;
private DevExpress.XtraBars.BarStaticItem barStaticItem1;
private DevExpress.XtraBars.BarButtonItem btnabout;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
}
}