lu
4 天以前 c2e1de823e648ca7e62bc868d8aaf9ad5c65a287
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -38,6 +38,7 @@
            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();
@@ -51,6 +52,7 @@
            this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.tabCloseCurrent = new System.Windows.Forms.ToolStripMenuItem();
            this.tabCloseAll = new System.Windows.Forms.ToolStripMenuItem();
            this.toolForm = new System.Windows.Forms.ToolStripStatusLabel();
            this.fluentDesignFormContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit();
            this.strp1.SuspendLayout();
@@ -88,7 +90,9 @@
            this.tooLoading,
            this.toolZhiChi,
            this.toolTime,
            this.toolVersion});
            this.toolVersion,
            this.toolFont,
            this.toolForm});
            this.strp1.Location = new System.Drawing.Point(0, 701);
            this.strp1.Name = "strp1";
            this.strp1.Size = new System.Drawing.Size(1022, 26);
@@ -106,8 +110,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
            // 
@@ -122,6 +126,13 @@
            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.fontsizeincrease_16x161;
            this.toolFont.Name = "toolFont";
            this.toolFont.Size = new System.Drawing.Size(89, 20);
            this.toolFont.Text = "字体信息";
            // 
            // fluentDesignFormControl1
            // 
@@ -260,6 +271,13 @@
            this.tabCloseAll.Size = new System.Drawing.Size(157, 26);
            this.tabCloseAll.Text = "关闭其它页";
            // 
            // toolForm
            //
            this.toolForm.Image = global::Gs.DevApp.Properties.Resources._3dcolumn_16x16;
            this.toolForm.Name = "toolForm";
            this.toolForm.Size = new System.Drawing.Size(97, 20);
            this.toolForm.Text = "toolForm";
            //
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -310,5 +328,7 @@
        private DevExpress.XtraBars.BarEditItem barOrg;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
        private System.Windows.Forms.ToolStripStatusLabel toolVersion;
        private System.Windows.Forms.ToolStripStatusLabel toolFont;
        private System.Windows.Forms.ToolStripStatusLabel toolForm;
    }
}