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

📄 fdictbase.designer.cs

📁 基于C/S的医疗卫生管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Qeb.GY
{
    partial class FDictBase
    {
        /// <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.lbTitle2 = new Qeb.Control.QLabelTitle(this.components);
            this.tlpForm = new Qeb.Control.QTableLayoutPanel(this.components);
            this.lbTitle1 = new Qeb.Control.QLabelTitle(this.components);
            this.tvCatalog = new Qeb.Control.QTreeView(this.components);
            this.tlpLeft = new Qeb.Control.QTableLayoutPanel(this.components);
            this.qLabel1 = new Qeb.Control.QLabel(this.components);
            this.txtLookUpTree = new Qeb.Control.QTextBox(this.components);
            this.picLookUpTree = new Qeb.Control.QPictureBox(this.components);
            this.tlpRight = new Qeb.Control.QTableLayoutPanel(this.components);
            this.qLabel2 = new Qeb.Control.QLabel(this.components);
            this.txtLookUpDW = new Qeb.Control.QTextBox(this.components);
            this.picLookUpDW = new Qeb.Control.QPictureBox(this.components);
            this.lbMsg = new Qeb.Control.QLabel(this.components);
            this.panelUC = new Qeb.Control.QPanel(this.components);
            this.qTextBox1 = new Qeb.Control.QTextBox(this.components);
            this.tlpForm.SuspendLayout();
            this.tlpLeft.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picLookUpTree)).BeginInit();
            this.tlpRight.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picLookUpDW)).BeginInit();
            this.SuspendLayout();
            // 
            // lbTitle2
            // 
            this.lbTitle2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lbTitle2.AutoSize = true;
            this.lbTitle2.ControlStyle = Qeb.Control.ViewStyle.Standard;
            this.lbTitle2.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.lbTitle2.Font = new System.Drawing.Font("宋体", 9F);
            this.lbTitle2.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.lbTitle2.Location = new System.Drawing.Point(251, 3);
            this.lbTitle2.Margin = new System.Windows.Forms.Padding(0, 3, 6, 0);
            this.lbTitle2.Name = "lbTitle2";
            this.lbTitle2.Size = new System.Drawing.Size(763, 22);
            this.lbTitle2.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.lbTitle2.TabIndex = 2;
            this.lbTitle2.Text = "字典信息";
            this.lbTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tlpForm
            // 
            this.tlpForm.BackColor = System.Drawing.Color.Transparent;
            this.tlpForm.ColumnCount = 2;
            this.tlpForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 251F));
            this.tlpForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tlpForm.Controls.Add(this.lbTitle1, 0, 0);
            this.tlpForm.Controls.Add(this.lbTitle2, 1, 0);
            this.tlpForm.Controls.Add(this.tvCatalog, 0, 2);
            this.tlpForm.Controls.Add(this.tlpLeft, 0, 1);
            this.tlpForm.Controls.Add(this.tlpRight, 1, 1);
            this.tlpForm.Controls.Add(this.panelUC, 1, 2);
            this.tlpForm.ControlStyle = Qeb.Control.ViewStyle.Custom;
            this.tlpForm.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tlpForm.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.tlpForm.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.tlpForm.Location = new System.Drawing.Point(0, 0);
            this.tlpForm.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.tlpForm.Name = "tlpForm";
            this.tlpForm.RowCount = 2;
            this.tlpForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            this.tlpForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
            this.tlpForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tlpForm.Size = new System.Drawing.Size(1020, 620);
            this.tlpForm.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.tlpForm.TabIndex = 0;
            // 
            // lbTitle1
            // 
            this.lbTitle1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lbTitle1.AutoSize = true;
            this.lbTitle1.ControlStyle = Qeb.Control.ViewStyle.Standard;
            this.lbTitle1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.lbTitle1.Font = new System.Drawing.Font("宋体", 9F);
            this.lbTitle1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.lbTitle1.Location = new System.Drawing.Point(6, 3);
            this.lbTitle1.Margin = new System.Windows.Forms.Padding(6, 3, 3, 0);
            this.lbTitle1.Name = "lbTitle1";
            this.lbTitle1.Size = new System.Drawing.Size(242, 22);
            this.lbTitle1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.lbTitle1.TabIndex = 1;
            this.lbTitle1.Text = "分类树";
            this.lbTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tvCatalog
            // 
            this.tvCatalog.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.tvCatalog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tvCatalog.Font = new System.Drawing.Font("宋体", 10F);
            this.tvCatalog.ImageIndex = 0;
            this.tvCatalog.Location = new System.Drawing.Point(6, 58);
            this.tvCatalog.Margin = new System.Windows.Forms.Padding(6, 0, 3, 3);
            this.tvCatalog.Name = "tvCatalog";
            this.tvCatalog.SelectedImageIndex = 0;
            this.tvCatalog.ShowNodeToolTips = true;
            this.tvCatalog.Size = new System.Drawing.Size(242, 559);
            this.tvCatalog.TabIndex = 0;
            this.tvCatalog.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvCatalog_AfterCollapse);
            this.tvCatalog.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvCatalog_BeforeExpand);
            this.tvCatalog.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvCatalog_BeforeCollapse);
            this.tvCatalog.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvCatalog_AfterSelect);
            this.tvCatalog.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvCatalog_BeforeSelect);
            this.tvCatalog.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvCatalog_AfterExpand);
            // 
            // tlpLeft
            // 
            this.tlpLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.tlpLeft.ColumnCount = 3;
            this.tlpLeft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tlpLeft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 139F));
            this.tlpLeft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 41F));
            this.tlpLeft.Controls.Add(this.qLabel1, 0, 0);
            this.tlpLeft.Controls.Add(this.txtLookUpTree, 1, 0);
            this.tlpLeft.Controls.Add(this.picLookUpTree, 2, 0);
            this.tlpLeft.ControlStyle = Qeb.Control.ViewStyle.Custom;
            this.tlpLeft.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
            this.tlpLeft.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.tlpLeft.Location = new System.Drawing.Point(6, 26);
            this.tlpLeft.Margin = new System.Windows.Forms.Padding(6, 0, 3, 3);
            this.tlpLeft.Name = "tlpLeft";
            this.tlpLeft.RowCount = 1;
            this.tlpLeft.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tlpLeft.Size = new System.Drawing.Size(242, 28);
            this.tlpLeft.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
            this.tlpLeft.TabIndex = 5;
            // 
            // qLabel1
            // 
            this.qLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.qLabel1.AutoSize = true;
            this.qLabel1.Font = new System.Drawing.Font("宋体", 9F);
            this.qLabel1.Location = new System.Drawing.Point(0, 9);
            this.qLabel1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.qLabel1.Name = "qLabel1";
            this.qLabel1.Size = new System.Drawing.Size(59, 12);

⌨️ 快捷键说明

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