¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | namespace Gs.DevApp.DevFrm |
| | | { |
| | | 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.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer(); |
| | | this.tab = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.strp1 = new System.Windows.Forms.StatusStrip(); |
| | | this.tooLoading = new System.Windows.Forms.ToolStripStatusLabel(); |
| | | this.toolZhiChi = new System.Windows.Forms.ToolStripStatusLabel(); |
| | | this.toolTime = new System.Windows.Forms.ToolStripStatusLabel(); |
| | | this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl(); |
| | | this.barSubItem1 = new DevExpress.XtraBars.BarSubItem(); |
| | | this.barSubItem2 = new DevExpress.XtraBars.BarSubItem(); |
| | | this.barAbout = new DevExpress.XtraBars.BarSubItem(); |
| | | this.barUs = new DevExpress.XtraBars.BarButtonItem(); |
| | | this.barHelp = new DevExpress.XtraBars.BarButtonItem(); |
| | | this.barEasy = new DevExpress.XtraBars.BarButtonItem(); |
| | | this.barMy = new DevExpress.XtraBars.BarSubItem(); |
| | | this.barExit = new DevExpress.XtraBars.BarButtonItem(); |
| | | this.barPwd = new DevExpress.XtraBars.BarButtonItem(); |
| | | this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem(); |
| | | this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem(); |
| | | this.barMsg = new DevExpress.XtraBars.BarListItem(); |
| | | this.barMsgXf = new DevExpress.XtraBars.BarButtonItem(); |
| | | this.barSubItem4 = new DevExpress.XtraBars.BarSubItem(); |
| | | this.barTxt = new DevExpress.XtraBars.BarStaticItem(); |
| | | this.barOrg = new DevExpress.XtraBars.BarEditItem(); |
| | | this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit(); |
| | | this.fdm1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components); |
| | | this.acrd = new DevExpress.XtraBars.Navigation.AccordionControl(); |
| | | this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components); |
| | | this.tabCloseCurrent = new System.Windows.Forms.ToolStripMenuItem(); |
| | | this.tabCloseAll = new System.Windows.Forms.ToolStripMenuItem(); |
| | | this.fluentDesignFormContainer1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit(); |
| | | this.strp1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.fdm1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.acrd)).BeginInit(); |
| | | this.cms1.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // fluentDesignFormContainer1 |
| | | // |
| | | this.fluentDesignFormContainer1.Controls.Add(this.tab); |
| | | this.fluentDesignFormContainer1.Controls.Add(this.strp1); |
| | | this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.fluentDesignFormContainer1.Location = new System.Drawing.Point(208, 39); |
| | | this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1"; |
| | | this.fluentDesignFormContainer1.Size = new System.Drawing.Size(1022, 727); |
| | | this.fluentDesignFormContainer1.TabIndex = 0; |
| | | // |
| | | // tab |
| | | // |
| | | this.tab.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.tab.Appearance.Options.UseFont = true; |
| | | this.tab.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader; |
| | | this.tab.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.tab.Location = new System.Drawing.Point(0, 0); |
| | | this.tab.Name = "tab"; |
| | | this.tab.Size = new System.Drawing.Size(1022, 701); |
| | | this.tab.TabIndex = 4; |
| | | // |
| | | // strp1 |
| | | // |
| | | this.strp1.ImageScalingSize = new System.Drawing.Size(20, 20); |
| | | this.strp1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| | | this.tooLoading, |
| | | this.toolZhiChi, |
| | | this.toolTime}); |
| | | this.strp1.Location = new System.Drawing.Point(0, 701); |
| | | this.strp1.Name = "strp1"; |
| | | this.strp1.Size = new System.Drawing.Size(1022, 26); |
| | | this.strp1.TabIndex = 5; |
| | | this.strp1.Text = "statusStrip1"; |
| | | // |
| | | // tooLoading |
| | | // |
| | | this.tooLoading.Image = global::Gs.DevApp.Properties.Resources.convert_16x16; |
| | | this.tooLoading.Name = "tooLoading"; |
| | | this.tooLoading.Size = new System.Drawing.Size(119, 20); |
| | | this.tooLoading.Text = "éæ°å 载系ç»"; |
| | | // |
| | | // toolZhiChi |
| | | // |
| | | this.toolZhiChi.Image = global::Gs.DevApp.Properties.Resources.user_16x16; |
| | | this.toolZhiChi.Name = "toolZhiChi"; |
| | | this.toolZhiChi.Size = new System.Drawing.Size(194, 20); |
| | | this.toolZhiChi.Text = "ææ¯æ¯æï¼å®æ³¢å¹¿æ·±ç§æ"; |
| | | // |
| | | // toolTime |
| | | // |
| | | this.toolTime.Image = global::Gs.DevApp.Properties.Resources.time2_16x16; |
| | | this.toolTime.Name = "toolTime"; |
| | | this.toolTime.Size = new System.Drawing.Size(89, 20); |
| | | this.toolTime.Text = "ç»å½æ¶é´"; |
| | | // |
| | | // fluentDesignFormControl1 |
| | | // |
| | | this.fluentDesignFormControl1.FluentDesignForm = this; |
| | | this.fluentDesignFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
| | | this.barSubItem1, |
| | | this.barSubItem2, |
| | | this.barAbout, |
| | | this.barUs, |
| | | this.barHelp, |
| | | this.barMy, |
| | | this.barToggleSwitchItem1, |
| | | this.barToolbarsListItem1, |
| | | this.barExit, |
| | | this.barPwd, |
| | | this.barMsg, |
| | | this.barMsgXf, |
| | | this.barSubItem4, |
| | | this.barEasy, |
| | | this.barTxt, |
| | | this.barOrg}); |
| | | this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.fluentDesignFormControl1.Manager = this.fdm1; |
| | | this.fluentDesignFormControl1.Name = "fluentDesignFormControl1"; |
| | | this.fluentDesignFormControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { |
| | | this.repositoryItemCheckedComboBoxEdit1}); |
| | | this.fluentDesignFormControl1.Size = new System.Drawing.Size(1230, 39); |
| | | this.fluentDesignFormControl1.TabIndex = 2; |
| | | this.fluentDesignFormControl1.TabStop = false; |
| | | this.fluentDesignFormControl1.TitleItemLinks.Add(this.barAbout); |
| | | this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMy); |
| | | this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsgXf); |
| | | this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsg); |
| | | this.fluentDesignFormControl1.TitleItemLinks.Add(this.barOrg, true); |
| | | // |
| | | // barSubItem1 |
| | | // |
| | | this.barSubItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barSubItem1.Caption = "barSubItem1"; |
| | | this.barSubItem1.Id = 4; |
| | | this.barSubItem1.Name = "barSubItem1"; |
| | | // |
| | | // barSubItem2 |
| | | // |
| | | this.barSubItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barSubItem2.Caption = "æ´å¤"; |
| | | this.barSubItem2.Id = 6; |
| | | this.barSubItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSubItem2.ImageOptions.SvgImage"))); |
| | | this.barSubItem2.Name = "barSubItem2"; |
| | | // |
| | | // barAbout |
| | | // |
| | | this.barAbout.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barAbout.Caption = "å¨çº¿å¸®å©"; |
| | | this.barAbout.Id = 7; |
| | | this.barAbout.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barAbout.ImageOptions.Image"))); |
| | | this.barAbout.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barAbout.ImageOptions.LargeImage"))); |
| | | this.barAbout.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { |
| | | new DevExpress.XtraBars.LinkPersistInfo(this.barUs), |
| | | new DevExpress.XtraBars.LinkPersistInfo(this.barHelp), |
| | | new DevExpress.XtraBars.LinkPersistInfo(this.barEasy)}); |
| | | this.barAbout.Name = "barAbout"; |
| | | this.barAbout.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; |
| | | // |
| | | // barUs |
| | | // |
| | | this.barUs.Caption = "å
³äºç¨åº"; |
| | | this.barUs.Id = 8; |
| | | this.barUs.Name = "barUs"; |
| | | // |
| | | // barHelp |
| | | // |
| | | this.barHelp.Caption = "å¨çº¿å¸®å©"; |
| | | this.barHelp.Id = 9; |
| | | this.barHelp.Name = "barHelp"; |
| | | // |
| | | // barEasy |
| | | // |
| | | this.barEasy.Caption = "EasyCode"; |
| | | this.barEasy.Id = 33; |
| | | this.barEasy.Name = "barEasy"; |
| | | // |
| | | // barMy |
| | | // |
| | | this.barMy.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barMy.Caption = "æç"; |
| | | this.barMy.Id = 20; |
| | | this.barMy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barMy.ImageOptions.Image"))); |
| | | this.barMy.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barMy.ImageOptions.LargeImage"))); |
| | | this.barMy.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { |
| | | new DevExpress.XtraBars.LinkPersistInfo(this.barExit), |
| | | new DevExpress.XtraBars.LinkPersistInfo(this.barPwd)}); |
| | | this.barMy.Name = "barMy"; |
| | | this.barMy.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; |
| | | // |
| | | // barExit |
| | | // |
| | | this.barExit.Caption = "éåºç³»ç»"; |
| | | this.barExit.Id = 25; |
| | | this.barExit.Name = "barExit"; |
| | | // |
| | | // barPwd |
| | | // |
| | | this.barPwd.Caption = "ä¿®æ¹å¯ç "; |
| | | this.barPwd.Id = 26; |
| | | this.barPwd.Name = "barPwd"; |
| | | // |
| | | // barToggleSwitchItem1 |
| | | // |
| | | this.barToggleSwitchItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barToggleSwitchItem1.Caption = "barToggleSwitchItem1"; |
| | | this.barToggleSwitchItem1.Id = 22; |
| | | this.barToggleSwitchItem1.Name = "barToggleSwitchItem1"; |
| | | // |
| | | // barToolbarsListItem1 |
| | | // |
| | | this.barToolbarsListItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barToolbarsListItem1.Caption = "barToolbarsListItem1"; |
| | | this.barToolbarsListItem1.Id = 23; |
| | | this.barToolbarsListItem1.Name = "barToolbarsListItem1"; |
| | | // |
| | | // barMsg |
| | | // |
| | | this.barMsg.Caption = "欢è¿ä½¿ç¨EMSç³»ç»ï¼ä½ å½åå
±æ"; |
| | | this.barMsg.Id = 28; |
| | | this.barMsg.Name = "barMsg"; |
| | | // |
| | | // barMsgXf |
| | | // |
| | | this.barMsgXf.Caption = "barButtonItem5"; |
| | | this.barMsgXf.Id = 31; |
| | | this.barMsgXf.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barMsgXf.ImageOptions.Image"))); |
| | | this.barMsgXf.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barMsgXf.ImageOptions.LargeImage"))); |
| | | this.barMsgXf.Name = "barMsgXf"; |
| | | // |
| | | // barSubItem4 |
| | | // |
| | | this.barSubItem4.Caption = "barSubItem4"; |
| | | this.barSubItem4.Id = 32; |
| | | this.barSubItem4.Name = "barSubItem4"; |
| | | // |
| | | // barTxt |
| | | // |
| | | this.barTxt.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barTxt.Caption = "忢ç»ç»:"; |
| | | this.barTxt.Id = 34; |
| | | this.barTxt.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.employee_16x16; |
| | | this.barTxt.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.employee_32x321; |
| | | this.barTxt.Name = "barTxt"; |
| | | this.barTxt.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; |
| | | // |
| | | // barOrg |
| | | // |
| | | this.barOrg.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barOrg.Caption = "忢ç»ç»"; |
| | | this.barOrg.Edit = this.repositoryItemCheckedComboBoxEdit1; |
| | | this.barOrg.EditValue = "忢ç»ç»"; |
| | | this.barOrg.EditWidth = 120; |
| | | this.barOrg.Id = 35; |
| | | this.barOrg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.publicfix_16x16; |
| | | this.barOrg.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.publicfix_32x321; |
| | | this.barOrg.Name = "barOrg"; |
| | | this.barOrg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; |
| | | // |
| | | // repositoryItemCheckedComboBoxEdit1 |
| | | // |
| | | this.repositoryItemCheckedComboBoxEdit1.AutoHeight = false; |
| | | this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1"; |
| | | // |
| | | // fdm1 |
| | | // |
| | | this.fdm1.Form = this; |
| | | this.fdm1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
| | | this.barSubItem1, |
| | | this.barSubItem2, |
| | | this.barAbout, |
| | | this.barUs, |
| | | this.barHelp, |
| | | this.barMy, |
| | | this.barToggleSwitchItem1, |
| | | this.barToolbarsListItem1, |
| | | this.barExit, |
| | | this.barPwd, |
| | | this.barMsg, |
| | | this.barMsgXf, |
| | | this.barSubItem4, |
| | | this.barEasy, |
| | | this.barTxt, |
| | | this.barOrg}); |
| | | this.fdm1.MaxItemId = 36; |
| | | this.fdm1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { |
| | | this.repositoryItemCheckedComboBoxEdit1}); |
| | | // |
| | | // acrd |
| | | // |
| | | this.acrd.Appearance.Item.Hovered.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.acrd.Appearance.Item.Hovered.ForeColor = System.Drawing.Color.Blue; |
| | | this.acrd.Appearance.Item.Hovered.Options.UseFont = true; |
| | | this.acrd.Appearance.Item.Hovered.Options.UseForeColor = true; |
| | | this.acrd.Dock = System.Windows.Forms.DockStyle.Left; |
| | | this.acrd.FilterText = "æ¥æ¾"; |
| | | this.acrd.Location = new System.Drawing.Point(0, 39); |
| | | this.acrd.Name = "acrd"; |
| | | this.acrd.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.True; |
| | | this.acrd.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch; |
| | | this.acrd.ShowFilterControl = DevExpress.XtraBars.Navigation.ShowFilterControl.Always; |
| | | this.acrd.Size = new System.Drawing.Size(208, 727); |
| | | this.acrd.TabIndex = 1; |
| | | this.acrd.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu; |
| | | // |
| | | // cms1 |
| | | // |
| | | this.cms1.ImageScalingSize = new System.Drawing.Size(20, 20); |
| | | this.cms1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| | | this.tabCloseCurrent, |
| | | this.tabCloseAll}); |
| | | this.cms1.Name = "contextMenuStrip1"; |
| | | this.cms1.Size = new System.Drawing.Size(158, 56); |
| | | // |
| | | // tabCloseCurrent |
| | | // |
| | | this.tabCloseCurrent.Image = global::Gs.DevApp.Properties.Resources.close_16x16; |
| | | this.tabCloseCurrent.Name = "tabCloseCurrent"; |
| | | this.tabCloseCurrent.Size = new System.Drawing.Size(157, 26); |
| | | this.tabCloseCurrent.Text = "å
³éå½å页"; |
| | | // |
| | | // tabCloseAll |
| | | // |
| | | this.tabCloseAll.Image = global::Gs.DevApp.Properties.Resources.close_16x16; |
| | | this.tabCloseAll.Name = "tabCloseAll"; |
| | | this.tabCloseAll.Size = new System.Drawing.Size(157, 26); |
| | | this.tabCloseAll.Text = "å
³éå
¶å®é¡µ"; |
| | | // |
| | | // FrmMain |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1230, 766); |
| | | this.ControlContainer = this.fluentDesignFormContainer1; |
| | | this.Controls.Add(this.fluentDesignFormContainer1); |
| | | this.Controls.Add(this.acrd); |
| | | this.Controls.Add(this.fluentDesignFormControl1); |
| | | this.FluentDesignFormControl = this.fluentDesignFormControl1; |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png; |
| | | this.Name = "FrmMain"; |
| | | this.NavigationControl = this.acrd; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
| | | this.WindowState = System.Windows.Forms.FormWindowState.Maximized; |
| | | this.fluentDesignFormContainer1.ResumeLayout(false); |
| | | this.fluentDesignFormContainer1.PerformLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.tab)).EndInit(); |
| | | this.strp1.ResumeLayout(false); |
| | | this.strp1.PerformLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.fdm1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.acrd)).EndInit(); |
| | | this.cms1.ResumeLayout(false); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | |
| | | #endregion |
| | | private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1; |
| | | private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1; |
| | | private DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager fdm1; |
| | | private DevExpress.XtraTab.XtraTabControl tab; |
| | | private System.Windows.Forms.StatusStrip strp1; |
| | | private DevExpress.XtraBars.Navigation.AccordionControl acrd; |
| | | private DevExpress.XtraBars.BarSubItem barSubItem1; |
| | | private DevExpress.XtraBars.BarSubItem barSubItem2; |
| | | private DevExpress.XtraBars.BarSubItem barAbout; |
| | | private DevExpress.XtraBars.BarButtonItem barUs; |
| | | private DevExpress.XtraBars.BarButtonItem barHelp; |
| | | private DevExpress.XtraBars.BarSubItem barMy; |
| | | private DevExpress.XtraBars.BarToggleSwitchItem barToggleSwitchItem1; |
| | | private DevExpress.XtraBars.BarToolbarsListItem barToolbarsListItem1; |
| | | private DevExpress.XtraBars.BarButtonItem barExit; |
| | | private DevExpress.XtraBars.BarButtonItem barPwd; |
| | | private DevExpress.XtraBars.BarListItem barMsg; |
| | | private DevExpress.XtraBars.BarButtonItem barMsgXf; |
| | | private System.Windows.Forms.ToolStripStatusLabel toolTime; |
| | | private System.Windows.Forms.ToolStripStatusLabel tooLoading; |
| | | private DevExpress.XtraBars.BarButtonItem barEasy; |
| | | private DevExpress.XtraBars.BarSubItem barSubItem4; |
| | | private System.Windows.Forms.ContextMenuStrip cms1; |
| | | private System.Windows.Forms.ToolStripMenuItem tabCloseCurrent; |
| | | private System.Windows.Forms.ToolStripMenuItem tabCloseAll; |
| | | private System.Windows.Forms.ToolStripStatusLabel toolZhiChi; |
| | | private DevExpress.XtraBars.BarStaticItem barTxt; |
| | | private DevExpress.XtraBars.BarEditItem barOrg; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1; |
| | | } |
| | | } |