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

📄 flogon.designer.cs

📁 基于C/S的医疗卫生管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Qeb.GY
{
    partial class FLogon
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FLogon));
            this.qPanel1 = new Qeb.Control.QPanel(this.components);
            this.btnCancel = new Qeb.Control.QButton();
            this.btnLogon = new Qeb.Control.QButton();
            this.cmbAppId = new Qeb.Control.QComboBox(this.components);
            this.cmbUserGH = new Qeb.Control.QComboBox(this.components);
            this.txtPassword = new Qeb.Control.QTextBox(this.components);
            this.label2 = new Qeb.Control.QLabel(this.components);
            this.label3 = new Qeb.Control.QLabel(this.components);
            this.label1 = new Qeb.Control.QLabel(this.components);
            this.chbMark = new Qeb.Control.QCheckBox(this.components);
            this.qPictureBox2 = new Qeb.Control.QPictureBox(this.components);
            this.qPanel2 = new Qeb.Control.QPanel(this.components);
            this.qLabelTitle1 = new Qeb.Control.QLabelTitle(this.components);
            this.lableMac = new Qeb.Control.QLabel(this.components);
            this.qLabel1 = new Qeb.Control.QLabel(this.components);
            this.qPictureBox1 = new Qeb.Control.QPictureBox(this.components);
            this.qPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.qPictureBox2)).BeginInit();
            this.qPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.qPictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // qPanel1
            // 
            this.qPanel1.BackColor = System.Drawing.Color.Transparent;
            this.qPanel1.Controls.Add(this.btnCancel);
            this.qPanel1.Controls.Add(this.btnLogon);
            this.qPanel1.Controls.Add(this.cmbAppId);
            this.qPanel1.Controls.Add(this.cmbUserGH);
            this.qPanel1.Controls.Add(this.txtPassword);
            this.qPanel1.Controls.Add(this.label2);
            this.qPanel1.Controls.Add(this.label3);
            this.qPanel1.Controls.Add(this.label1);
            this.qPanel1.Controls.Add(this.chbMark);
            this.qPanel1.ControlStyle = Qeb.Control.ViewStyle.Custom;
            this.qPanel1.Dock = System.Windows.Forms.DockStyle.Right;
            this.qPanel1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(177)))), ((int)(((byte)(222)))));
            this.qPanel1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.qPanel1.Location = new System.Drawing.Point(280, 50);
            this.qPanel1.Name = "qPanel1";
            this.qPanel1.Size = new System.Drawing.Size(293, 256);
            this.qPanel1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(222)))), ((int)(((byte)(255)))));
            this.qPanel1.TabIndex = 0;
            // 
            // btnCancel
            // 
            this.btnCancel.Arrow = Qeb.Control.QButton.arrow.None;
            this.btnCancel.BackColor = System.Drawing.Color.Transparent;
            this.btnCancel.clickShowContextMenu = false;
            this.btnCancel.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
            this.btnCancel.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
            this.btnCancel.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
            this.btnCancel.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
            this.btnCancel.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.btnCancel.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnCancel.FadingSpeed = 35;
            this.btnCancel.FlatAppearance.BorderSize = 0;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
            this.btnCancel.GroupPos = Qeb.Control.QButton.groupPos.None;
            this.btnCancel.ImageLocation = Qeb.Control.QButton.imagelocation.None;
            this.btnCancel.ImageOffset = 0;
            this.btnCancel.Location = new System.Drawing.Point(176, 172);
            this.btnCancel.MaxImageSize = new System.Drawing.Point(0, 0);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Radius = 6;
            this.btnCancel.ShowBase = Qeb.Control.QButton.showbase.Yes;
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.SplitButton = Qeb.Control.QButton.splitbutton.No;
            this.btnCancel.SplitDistance = 0;
            this.btnCancel.TabIndex = 10;
            this.btnCancel.Text = "取消";
            this.btnCancel.Title = "";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnLogon
            // 
            this.btnLogon.Arrow = Qeb.Control.QButton.arrow.None;
            this.btnLogon.BackColor = System.Drawing.Color.Transparent;
            this.btnLogon.clickShowContextMenu = false;
            this.btnLogon.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
            this.btnLogon.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
            this.btnLogon.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
            this.btnLogon.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
            this.btnLogon.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.btnLogon.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnLogon.FadingSpeed = 35;
            this.btnLogon.FlatAppearance.BorderSize = 0;
            this.btnLogon.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLogon.Font = new System.Drawing.Font("宋体", 9F);
            this.btnLogon.GroupPos = Qeb.Control.QButton.groupPos.None;
            this.btnLogon.ImageLocation = Qeb.Control.QButton.imagelocation.None;
            this.btnLogon.ImageOffset = 0;
            this.btnLogon.Location = new System.Drawing.Point(72, 172);
            this.btnLogon.MaxImageSize = new System.Drawing.Point(0, 0);
            this.btnLogon.Name = "btnLogon";
            this.btnLogon.Radius = 6;
            this.btnLogon.ShowBase = Qeb.Control.QButton.showbase.Yes;
            this.btnLogon.Size = new System.Drawing.Size(75, 23);
            this.btnLogon.SplitButton = Qeb.Control.QButton.splitbutton.No;
            this.btnLogon.SplitDistance = 0;
            this.btnLogon.TabIndex = 9;
            this.btnLogon.Text = "确定";
            this.btnLogon.Title = "";
            this.btnLogon.UseVisualStyleBackColor = true;
            this.btnLogon.Click += new System.EventHandler(this.btnLogon_Click);
            // 
            // cmbAppId
            // 
            this.cmbAppId.DropDownHeight = 100;
            this.cmbAppId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAppId.Font = new System.Drawing.Font("宋体", 10F);
            this.cmbAppId.FormattingEnabled = true;
            this.cmbAppId.IntegralHeight = false;
            this.cmbAppId.Location = new System.Drawing.Point(72, 45);
            this.cmbAppId.Name = "cmbAppId";
            this.cmbAppId.Size = new System.Drawing.Size(179, 21);
            this.cmbAppId.TabIndex = 1;
            this.cmbAppId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbAppId_KeyDown);
            // 
            // cmbUserGH
            // 
            this.cmbUserGH.Font = new System.Drawing.Font("宋体", 10F);
            this.cmbUserGH.FormattingEnabled = true;
            this.cmbUserGH.Location = new System.Drawing.Point(72, 83);
            this.cmbUserGH.Name = "cmbUserGH";
            this.cmbUserGH.Size = new System.Drawing.Size(133, 21);
            this.cmbUserGH.TabIndex = 3;
            this.cmbUserGH.Leave += new System.EventHandler(this.cmbUserGh_Leave);
            this.cmbUserGH.SelectedIndexChanged += new System.EventHandler(this.cmbUserGh_SelectedIndexChanged);
            this.cmbUserGH.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbUserGh_KeyDown);
            // 
            // txtPassword
            // 
            this.txtPassword.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtPassword.Location = new System.Drawing.Point(72, 121);
            this.txtPassword.LoopUpPrompt = "";

⌨️ 快捷键说明

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