cdk
2025-09-04 72dc506dbd884fac5011b38d94280bf3e807969a
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -37,6 +37,7 @@
            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();
@@ -86,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);
@@ -113,6 +115,13 @@
            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 = "版本信息";
            // 
            // fluentDesignFormControl1
            // 
@@ -300,5 +309,6 @@
        private System.Windows.Forms.ToolStripStatusLabel toolZhiChi;
        private DevExpress.XtraBars.BarEditItem barOrg;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
        private System.Windows.Forms.ToolStripStatusLabel toolVersion;
    }
}