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

📄 fykrkd.designer.cs

📁 基于C/S的医疗卫生管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace Qeb.YK
{
    partial class FYkRkd
    {
        /// <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.qTableLayoutPanel1 = new Qeb.Control.QTableLayoutPanel(this.components);
            this.qLabelTitle1 = new Qeb.Control.QLabelTitle(this.components);
            this.qPanel1 = new Qeb.Control.QPanel(this.components);
            this.qLabel4 = new Qeb.Control.QLabel(this.components);
            this.txtLookUpDW = new Qeb.Control.QTextBox(this.components);
            this.picLookUpDW = new Qeb.Control.QPictureBox(this.components);
            this.qButton1 = new Qeb.Control.QButton();
            this.qTextBox3 = new Qeb.Control.QTextBox(this.components);
            this.qLabel3 = new Qeb.Control.QLabel(this.components);
            this.qTextBox2 = new Qeb.Control.QTextBox(this.components);
            this.qLabel2 = new Qeb.Control.QLabel(this.components);
            this.qTextBox1 = new Qeb.Control.QTextBox(this.components);
            this.qLabel1 = new Qeb.Control.QLabel(this.components);
            this.qLabelTitle2 = new Qeb.Control.QLabelTitle(this.components);
            this.qLabelTitle3 = new Qeb.Control.QLabelTitle(this.components);
            this.qDataWindow1 = new Qeb.Control.QDataWindow(this.components);
            this.qDataWindow2 = new Qeb.Control.QDataWindow(this.components);
            this.qPanel2 = new Qeb.Control.QPanel(this.components);
            this.btnClose = new Qeb.Control.QButton();
            this.btnStop = new Qeb.Control.QButton();
            this.btnModify = new Qeb.Control.QButton();
            this.qButton2 = new Qeb.Control.QButton();
            this.qTableLayoutPanel1.SuspendLayout();
            this.qPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picLookUpDW)).BeginInit();
            this.qPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // qTableLayoutPanel1
            // 
            this.qTableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
            this.qTableLayoutPanel1.ColumnCount = 2;
            this.qTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.qTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.qTableLayoutPanel1.Controls.Add(this.qLabelTitle1, 0, 0);
            this.qTableLayoutPanel1.Controls.Add(this.qPanel1, 0, 1);
            this.qTableLayoutPanel1.Controls.Add(this.qLabelTitle2, 0, 2);
            this.qTableLayoutPanel1.Controls.Add(this.qLabelTitle3, 1, 2);
            this.qTableLayoutPanel1.Controls.Add(this.qDataWindow1, 0, 3);
            this.qTableLayoutPanel1.Controls.Add(this.qDataWindow2, 1, 3);
            this.qTableLayoutPanel1.Controls.Add(this.qPanel2, 0, 4);
            this.qTableLayoutPanel1.ControlStyle = Qeb.Control.ViewStyle.Custom;
            this.qTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.qTableLayoutPanel1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.qTableLayoutPanel1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.qTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.qTableLayoutPanel1.Name = "qTableLayoutPanel1";
            this.qTableLayoutPanel1.RowCount = 5;
            this.qTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            this.qTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            this.qTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            this.qTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.qTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.qTableLayoutPanel1.Size = new System.Drawing.Size(1020, 620);
            this.qTableLayoutPanel1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.qTableLayoutPanel1.TabIndex = 0;
            // 
            // qLabelTitle1
            // 
            this.qTableLayoutPanel1.SetColumnSpan(this.qLabelTitle1, 2);
            this.qLabelTitle1.ControlStyle = Qeb.Control.ViewStyle.Standard;
            this.qLabelTitle1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.qLabelTitle1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.qLabelTitle1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.qLabelTitle1.Location = new System.Drawing.Point(6, 3);
            this.qLabelTitle1.Margin = new System.Windows.Forms.Padding(6, 3, 6, 0);
            this.qLabelTitle1.Name = "qLabelTitle1";
            this.qLabelTitle1.Size = new System.Drawing.Size(1008, 22);
            this.qLabelTitle1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.qLabelTitle1.TabIndex = 0;
            this.qLabelTitle1.Text = "查询条件";
            this.qLabelTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // qPanel1
            // 
            this.qTableLayoutPanel1.SetColumnSpan(this.qPanel1, 2);
            this.qPanel1.Controls.Add(this.qLabel4);
            this.qPanel1.Controls.Add(this.txtLookUpDW);
            this.qPanel1.Controls.Add(this.picLookUpDW);
            this.qPanel1.Controls.Add(this.qButton1);
            this.qPanel1.Controls.Add(this.qTextBox3);
            this.qPanel1.Controls.Add(this.qLabel3);
            this.qPanel1.Controls.Add(this.qTextBox2);
            this.qPanel1.Controls.Add(this.qLabel2);
            this.qPanel1.Controls.Add(this.qTextBox1);
            this.qPanel1.Controls.Add(this.qLabel1);
            this.qPanel1.ControlStyle = Qeb.Control.ViewStyle.Custom;
            this.qPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.qPanel1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.qPanel1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.qPanel1.Location = new System.Drawing.Point(6, 28);
            this.qPanel1.Margin = new System.Windows.Forms.Padding(6, 3, 6, 0);
            this.qPanel1.Name = "qPanel1";
            this.qPanel1.Size = new System.Drawing.Size(1008, 22);
            this.qPanel1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.qPanel1.TabIndex = 1;
            // 
            // qLabel4
            // 
            this.qLabel4.BackColor = System.Drawing.Color.Transparent;
            this.qLabel4.Location = new System.Drawing.Point(821, 1);
            this.qLabel4.Name = "qLabel4";
            this.qLabel4.Size = new System.Drawing.Size(59, 22);
            this.qLabel4.TabIndex = 12;
            this.qLabel4.Text = "快速定位:";
            this.qLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtLookUpDW
            // 
            this.txtLookUpDW.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.txtLookUpDW.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.txtLookUpDW.Font = new System.Drawing.Font("宋体", 9F);
            this.txtLookUpDW.ForeColor = System.Drawing.SystemColors.WindowText;
            this.txtLookUpDW.Location = new System.Drawing.Point(883, 1);
            this.txtLookUpDW.LoopUpPrompt = "";
            this.txtLookUpDW.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.txtLookUpDW.Name = "txtLookUpDW";
            this.txtLookUpDW.Size = new System.Drawing.Size(100, 21);
            this.txtLookUpDW.TabIndex = 11;
            // 
            // picLookUpDW
            // 
            this.picLookUpDW.BackColor = System.Drawing.Color.Transparent;
            this.picLookUpDW.Dock = System.Windows.Forms.DockStyle.Right;
            this.picLookUpDW.Location = new System.Drawing.Point(986, 0);
            this.picLookUpDW.Margin = new System.Windows.Forms.Padding(0);
            this.picLookUpDW.Name = "picLookUpDW";
            this.picLookUpDW.Size = new System.Drawing.Size(22, 22);
            this.picLookUpDW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.picLookUpDW.TabIndex = 10;
            this.picLookUpDW.TabStop = false;
            // 
            // qButton1
            // 
            this.qButton1.Arrow = Qeb.Control.QButton.arrow.None;
            this.qButton1.BackColor = System.Drawing.Color.Transparent;
            this.qButton1.clickShowContextMenu = false;
            this.qButton1.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
            this.qButton1.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
            this.qButton1.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
            this.qButton1.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
            this.qButton1.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.qButton1.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));

⌨️ 快捷键说明

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