⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fmain.designer.cs

📁 基于C/S的医疗卫生管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Qeb.GY
{
    partial class FMain
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.StatusStrip1 = new Qeb.Control.QStatusStrip(this.components);
            this.PanelTop = new Qeb.Control.QPanel(this.components);
            this.lbUser = new Qeb.Control.QLabel(this.components);
            this.lbAppName = new Qeb.Control.QLabel(this.components);
            this.panelMenu = new Qeb.Control.QPanel(this.components);
            this.btnLeft = new Qeb.Control.QButton();
            this.btnRight = new Qeb.Control.QButton();
            this.qLabel4 = new Qeb.Control.QLabel(this.components);
            this.qLabel3 = new Qeb.Control.QLabel(this.components);
            this.qLabel2 = new Qeb.Control.QLabel(this.components);
            this.qLabel1 = new Qeb.Control.QLabel(this.components);
            this.btnMail = new Qeb.Control.QButton();
            this.btnMessage = new Qeb.Control.QButton();
            this.btnClose1 = new Qeb.Control.QButton();
            this.btnHelp = new Qeb.Control.QButton();
            this.btnMin = new Qeb.Control.QButton();
            this.btnClose = new Qeb.Control.QButton();
            this.ToolStripForm = new Qeb.Control.QToolStrip(this.components);
            this.PanelTop.SuspendLayout();
            this.panelMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // StatusStrip1
            // 
            this.StatusStrip1.Location = new System.Drawing.Point(0, 718);
            this.StatusStrip1.Name = "StatusStrip1";
            this.StatusStrip1.Size = new System.Drawing.Size(1024, 22);
            this.StatusStrip1.TabIndex = 5;
            this.StatusStrip1.Text = "qStatusStrip1";
            // 
            // PanelTop
            // 
            this.PanelTop.BackColor = System.Drawing.Color.RoyalBlue;
            this.PanelTop.Controls.Add(this.lbUser);
            this.PanelTop.Controls.Add(this.lbAppName);
            this.PanelTop.Controls.Add(this.panelMenu);
            this.PanelTop.Controls.Add(this.qLabel4);
            this.PanelTop.Controls.Add(this.qLabel3);
            this.PanelTop.Controls.Add(this.qLabel2);
            this.PanelTop.Controls.Add(this.qLabel1);
            this.PanelTop.Controls.Add(this.btnMail);
            this.PanelTop.Controls.Add(this.btnMessage);
            this.PanelTop.Controls.Add(this.btnClose1);
            this.PanelTop.Controls.Add(this.btnHelp);
            this.PanelTop.Controls.Add(this.btnMin);
            this.PanelTop.Controls.Add(this.btnClose);
            this.PanelTop.ControlStyle = Qeb.Control.ViewStyle.Standard;
            this.PanelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.PanelTop.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.PanelTop.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.PanelTop.Location = new System.Drawing.Point(0, 0);
            this.PanelTop.Name = "PanelTop";
            this.PanelTop.Size = new System.Drawing.Size(1024, 68);
            this.PanelTop.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.PanelTop.TabIndex = 8;
            // 
            // lbUser
            // 
            this.lbUser.BackColor = System.Drawing.Color.Transparent;
            this.lbUser.Font = new System.Drawing.Font("宋体", 9F);
            this.lbUser.ForeColor = System.Drawing.Color.Black;
            this.lbUser.Location = new System.Drawing.Point(763, 38);
            this.lbUser.Name = "lbUser";
            this.lbUser.Size = new System.Drawing.Size(171, 18);
            this.lbUser.TabIndex = 22;
            this.lbUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lbAppName
            // 
            this.lbAppName.BackColor = System.Drawing.Color.Transparent;
            this.lbAppName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbAppName.ForeColor = System.Drawing.Color.Black;
            this.lbAppName.Location = new System.Drawing.Point(285, 6);
            this.lbAppName.Name = "lbAppName";
            this.lbAppName.Size = new System.Drawing.Size(159, 18);
            this.lbAppName.TabIndex = 16;
            this.lbAppName.Text = "XXXX子系统";
            // 
            // panelMenu
            // 
            this.panelMenu.BackColor = System.Drawing.Color.Transparent;
            this.panelMenu.Controls.Add(this.btnLeft);
            this.panelMenu.Controls.Add(this.btnRight);
            this.panelMenu.ControlStyle = Qeb.Control.ViewStyle.Custom;
            this.panelMenu.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(177)))), ((int)(((byte)(222)))));
            this.panelMenu.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.panelMenu.Location = new System.Drawing.Point(13, 26);
            this.panelMenu.Name = "panelMenu";
            this.panelMenu.Size = new System.Drawing.Size(742, 42);
            this.panelMenu.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(222)))), ((int)(((byte)(255)))));
            this.panelMenu.TabIndex = 21;
            this.panelMenu.Paint += new System.Windows.Forms.PaintEventHandler(this.panelMenu_Paint);
            // 
            // btnLeft
            // 
            this.btnLeft.Arrow = Qeb.Control.QButton.arrow.None;
            this.btnLeft.BackColor = System.Drawing.Color.Transparent;
            this.btnLeft.clickShowContextMenu = false;
            this.btnLeft.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
            this.btnLeft.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
            this.btnLeft.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
            this.btnLeft.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
            this.btnLeft.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.btnLeft.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnLeft.FadingSpeed = 35;
            this.btnLeft.FlatAppearance.BorderSize = 0;
            this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLeft.GroupPos = Qeb.Control.QButton.groupPos.None;
            this.btnLeft.ImageLocation = Qeb.Control.QButton.imagelocation.None;
            this.btnLeft.ImageOffset = 0;
            this.btnLeft.Location = new System.Drawing.Point(0, 0);
            this.btnLeft.MaxImageSize = new System.Drawing.Point(0, 0);
            this.btnLeft.Name = "btnLeft";
            this.btnLeft.Radius = 6;
            this.btnLeft.ShowBase = Qeb.Control.QButton.showbase.No;
            this.btnLeft.Size = new System.Drawing.Size(20, 42);
            this.btnLeft.SplitButton = Qeb.Control.QButton.splitbutton.No;
            this.btnLeft.SplitDistance = 0;
            this.btnLeft.TabIndex = 17;
            this.btnLeft.Text = "<";
            this.btnLeft.Title = "";
            this.btnLeft.UseVisualStyleBackColor = true;
            this.btnLeft.Visible = false;
            this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
            // 
            // btnRight
            // 
            this.btnRight.Arrow = Qeb.Control.QButton.arrow.None;
            this.btnRight.BackColor = System.Drawing.Color.Transparent;
            this.btnRight.clickShowContextMenu = false;
            this.btnRight.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
            this.btnRight.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
            this.btnRight.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -