cdk
2025-09-04 72dc506dbd884fac5011b38d94280bf3e807969a
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -37,12 +37,15 @@
            this.tooLoading = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolZhiChi = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolVersion = new System.Windows.Forms.ToolStripStatusLabel();
            this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
            this.barMy = new DevExpress.XtraBars.BarSubItem();
            this.barExit = new DevExpress.XtraBars.BarButtonItem();
            this.barPwd = new DevExpress.XtraBars.BarButtonItem();
            this.barMsg = new DevExpress.XtraBars.BarListItem();
            this.barMsgXf = new DevExpress.XtraBars.BarButtonItem();
            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);
@@ -52,6 +55,7 @@
            ((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();
@@ -83,7 +87,8 @@
            this.strp1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tooLoading,
            this.toolZhiChi,
            this.toolTime});
            this.toolTime,
            this.toolVersion});
            this.strp1.Location = new System.Drawing.Point(0, 701);
            this.strp1.Name = "strp1";
            this.strp1.Size = new System.Drawing.Size(1022, 26);
@@ -111,6 +116,13 @@
            this.toolTime.Size = new System.Drawing.Size(89, 20);
            this.toolTime.Text = "登录时间";
            // 
            // toolVersion
            //
            this.toolVersion.Image = global::Gs.DevApp.Properties.Resources.editrangepermission_16x16;
            this.toolVersion.Name = "toolVersion";
            this.toolVersion.Size = new System.Drawing.Size(89, 20);
            this.toolVersion.Text = "版本信息";
            //
            // fluentDesignFormControl1
            // 
            this.fluentDesignFormControl1.FluentDesignForm = this;
@@ -119,16 +131,20 @@
            this.barExit,
            this.barPwd,
            this.barMsg,
            this.barMsgXf});
            this.barMsgXf,
            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.barMy);
            this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsgXf);
            this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsg);
            this.fluentDesignFormControl1.TitleItemLinks.Add(this.barOrg);
            // 
            // barMy
            // 
@@ -173,6 +189,24 @@
            this.barMsgXf.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barMsgXf.ImageOptions.LargeImage")));
            this.barMsgXf.Name = "barMsgXf";
            // 
            // barOrg
            //
            this.barOrg.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barOrg.Caption = "切换组织";
            this.barOrg.Edit = this.repositoryItemCheckedComboBoxEdit1;
            this.barOrg.EditWidth = 150;
            this.barOrg.Id = 37;
            this.barOrg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.usergroup_16x161;
            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;
@@ -181,8 +215,11 @@
            this.barExit,
            this.barPwd,
            this.barMsg,
            this.barMsgXf});
            this.fdm1.MaxItemId = 37;
            this.barMsgXf,
            this.barOrg});
            this.fdm1.MaxItemId = 38;
            this.fdm1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckedComboBoxEdit1});
            // 
            // acrd
            // 
@@ -244,6 +281,7 @@
            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);
@@ -269,6 +307,8 @@
        private System.Windows.Forms.ToolStripMenuItem tabCloseCurrent;
        private System.Windows.Forms.ToolStripMenuItem tabCloseAll;
        private System.Windows.Forms.ToolStripStatusLabel toolZhiChi;
        private DevExpress.XtraBars.BarEditItem barOrg;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
        private System.Windows.Forms.ToolStripStatusLabel toolVersion;
    }
}