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

📄 ucdictkjqjwh.designer.cs

📁 基于C/S的医疗卫生管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Qeb.YK
{
    partial class UCDictKjQjWh
    {
        /// <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.qPanel1 = new Qeb.Control.QPanel(this.components);
            this.qLabel1 = new Qeb.Control.QLabel(this.components);
            this.qPanel2 = new Qeb.Control.QPanel(this.components);
            this.btnClose = new Qeb.Control.QButton();
            this.btnExport = new Qeb.Control.QButton();
            this.btnPrint = new Qeb.Control.QButton();
            this.btnRefresh = new Qeb.Control.QButton();
            this.btnModify = new Qeb.Control.QButton();
            this.btnSave = new Qeb.Control.QButton();
            this.dwKjQj = new Qeb.Control.QDataWindow(this.components);
            this.txtYear = new Qeb.Control.QMaskedTextBox(this.components);
            this.qTableLayoutPanel1.SuspendLayout();
            this.qPanel1.SuspendLayout();
            this.qPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // qTableLayoutPanel1
            // 
            this.qTableLayoutPanel1.ColumnCount = 1;
            this.qTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.qTableLayoutPanel1.Controls.Add(this.qPanel1, 0, 0);
            this.qTableLayoutPanel1.Controls.Add(this.qPanel2, 0, 2);
            this.qTableLayoutPanel1.Controls.Add(this.dwKjQj, 0, 1);
            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.Margin = new System.Windows.Forms.Padding(0);
            this.qTableLayoutPanel1.Name = "qTableLayoutPanel1";
            this.qTableLayoutPanel1.RowCount = 3;
            this.qTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
            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(762, 559);
            this.qTableLayoutPanel1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.qTableLayoutPanel1.TabIndex = 0;
            // 
            // qPanel1
            // 
            this.qPanel1.Controls.Add(this.txtYear);
            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(0, 0);
            this.qPanel1.Margin = new System.Windows.Forms.Padding(0);
            this.qPanel1.Name = "qPanel1";
            this.qPanel1.Size = new System.Drawing.Size(762, 33);
            this.qPanel1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.qPanel1.TabIndex = 1;
            // 
            // qLabel1
            // 
            this.qLabel1.AutoSize = true;
            this.qLabel1.Location = new System.Drawing.Point(3, 10);
            this.qLabel1.Name = "qLabel1";
            this.qLabel1.Size = new System.Drawing.Size(35, 12);
            this.qLabel1.TabIndex = 1;
            this.qLabel1.Text = "年份:";
            // 
            // qPanel2
            // 
            this.qPanel2.Controls.Add(this.btnClose);
            this.qPanel2.Controls.Add(this.btnExport);
            this.qPanel2.Controls.Add(this.btnPrint);
            this.qPanel2.Controls.Add(this.btnRefresh);
            this.qPanel2.Controls.Add(this.btnModify);
            this.qPanel2.Controls.Add(this.btnSave);
            this.qPanel2.ControlStyle = Qeb.Control.ViewStyle.Custom;
            this.qPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.qPanel2.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.qPanel2.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.qPanel2.Location = new System.Drawing.Point(0, 527);
            this.qPanel2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
            this.qPanel2.Name = "qPanel2";
            this.qPanel2.Size = new System.Drawing.Size(762, 29);
            this.qPanel2.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.qPanel2.TabIndex = 2;
            // 
            // btnClose
            // 
            this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnClose.Arrow = Qeb.Control.QButton.arrow.None;
            this.btnClose.BackColor = System.Drawing.Color.Transparent;
            this.btnClose.clickShowContextMenu = false;
            this.btnClose.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
            this.btnClose.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
            this.btnClose.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
            this.btnClose.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
            this.btnClose.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.btnClose.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnClose.FadingSpeed = 35;
            this.btnClose.FlatAppearance.BorderSize = 0;
            this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnClose.GroupPos = Qeb.Control.QButton.groupPos.None;
            this.btnClose.ImageLocation = Qeb.Control.QButton.imagelocation.None;
            this.btnClose.ImageOffset = 0;
            this.btnClose.Location = new System.Drawing.Point(687, 3);
            this.btnClose.MaxImageSize = new System.Drawing.Point(0, 0);
            this.btnClose.Name = "btnClose";
            this.btnClose.Radius = 6;
            this.btnClose.ShowBase = Qeb.Control.QButton.showbase.Yes;
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.SplitButton = Qeb.Control.QButton.splitbutton.No;
            this.btnClose.SplitDistance = 0;
            this.btnClose.TabIndex = 5;
            this.btnClose.Text = "关闭";
            this.btnClose.Title = "";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnExport
            // 
            this.btnExport.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnExport.Arrow = Qeb.Control.QButton.arrow.None;
            this.btnExport.BackColor = System.Drawing.Color.Transparent;
            this.btnExport.clickShowContextMenu = false;
            this.btnExport.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
            this.btnExport.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
            this.btnExport.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
            this.btnExport.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
            this.btnExport.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.btnExport.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.btnExport.FadingSpeed = 35;
            this.btnExport.FlatAppearance.BorderSize = 0;
            this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExport.GroupPos = Qeb.Control.QButton.groupPos.None;
            this.btnExport.ImageLocation = Qeb.Control.QButton.imagelocation.None;
            this.btnExport.ImageOffset = 0;
            this.btnExport.Location = new System.Drawing.Point(525, 3);
            this.btnExport.MaxImageSize = new System.Drawing.Point(0, 0);
            this.btnExport.Name = "btnExport";
            this.btnExport.Radius = 6;
            this.btnExport.ShowBase = Qeb.Control.QButton.showbase.Yes;
            this.btnExport.Size = new System.Drawing.Size(75, 23);
            this.btnExport.SplitButton = Qeb.Control.QButton.splitbutton.No;
            this.btnExport.SplitDistance = 0;
            this.btnExport.TabIndex = 4;
            this.btnExport.Text = "导出";
            this.btnExport.Title = "";
            this.btnExport.UseVisualStyleBackColor = true;
            // 
            // btnPrint
            // 
            this.btnPrint.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.btnPrint.Arrow = Qeb.Control.QButton.arrow.None;
            this.btnPrint.BackColor = System.Drawing.Color.Transparent;

⌨️ 快捷键说明

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