bug
lu
2025-09-05 767f92e1e3efb4170295279bc0a788fd4caeb56d
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -37,6 +37,8 @@
            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.toolFont = new System.Windows.Forms.ToolStripStatusLabel();
            this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
            this.barMy = new DevExpress.XtraBars.BarSubItem();
            this.barExit = new DevExpress.XtraBars.BarButtonItem();
@@ -86,7 +88,9 @@
            this.strp1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tooLoading,
            this.toolZhiChi,
            this.toolTime});
            this.toolTime,
            this.toolVersion,
            this.toolFont});
            this.strp1.Location = new System.Drawing.Point(0, 701);
            this.strp1.Name = "strp1";
            this.strp1.Size = new System.Drawing.Size(1022, 26);
@@ -104,8 +108,8 @@
            // 
            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 = "技术支持:宁波广深科技";
            this.toolZhiChi.Size = new System.Drawing.Size(183, 20);
            this.toolZhiChi.Text = "技术支持:宁波广深科技";
            // 
            // toolTime
            // 
@@ -113,6 +117,20 @@
            this.toolTime.Name = "toolTime";
            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 = "版本信息";
            //
            // toolFont
            //
            this.toolFont.Image = global::Gs.DevApp.Properties.Resources.article_16x16;
            this.toolFont.Name = "toolFont";
            this.toolFont.Size = new System.Drawing.Size(89, 20);
            this.toolFont.Text = "版面信息";
            // 
            // fluentDesignFormControl1
            // 
@@ -190,7 +208,6 @@
            this.barOrg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.usergroup_16x161;
            this.barOrg.Name = "barOrg";
            this.barOrg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barOrg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // repositoryItemCheckedComboBoxEdit1
            // 
@@ -301,5 +318,7 @@
        private System.Windows.Forms.ToolStripStatusLabel toolZhiChi;
        private DevExpress.XtraBars.BarEditItem barOrg;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
        private System.Windows.Forms.ToolStripStatusLabel toolVersion;
        private System.Windows.Forms.ToolStripStatusLabel toolFont;
    }
}