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

📄 fselect.designer.cs

📁 基于C/S的医疗卫生管理系统
💻 CS
字号:
namespace Qeb.Control
{
    partial class FSelect
    {
        /// <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.dwSelect = new Qeb.Control.QDataWindow(this.components);
            this.qLabel1 = new Qeb.Control.QLabel(this.components);
            this.label1 = new Qeb.Control.QLabel(this.components);
            this.SuspendLayout();
            // 
            // dwSelect
            // 
            this.dwSelect.BorderStyle = Sybase.DataWindow.DataWindowBorderStyle.None;
            this.dwSelect.ControlStyle = Qeb.Control.ViewStyle.Standard;
            this.dwSelect.DataWindowObject = "";
            this.dwSelect.Dock = System.Windows.Forms.DockStyle.Top;
            this.dwSelect.EnterToTab = false;
            this.dwSelect.HeaderSort = false;
            this.dwSelect.LibraryList = "";
            this.dwSelect.Location = new System.Drawing.Point(0, 0);
            this.dwSelect.Name = "dwSelect";
            this.dwSelect.Size = new System.Drawing.Size(466, 204);
            this.dwSelect.TabIndex = 0;
            this.dwSelect.Click += new System.EventHandler(this.dwSelect_Click);
            this.dwSelect.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dwSelect_KeyDown);
            this.dwSelect.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dwSelect_KeyUp);
            // 
            // qLabel1
            // 
            this.qLabel1.BackColor = System.Drawing.Color.Transparent;
            this.qLabel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.qLabel1.Location = new System.Drawing.Point(0, 231);
            this.qLabel1.Name = "qLabel1";
            this.qLabel1.Size = new System.Drawing.Size(466, 23);
            this.qLabel1.TabIndex = 0;
            this.qLabel1.Text = "下一页PageDown 上一页PageUp 下一条↓ 上一条↑ 回车选中";
            this.qLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label1.Location = new System.Drawing.Point(0, 208);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(466, 23);
            this.label1.TabIndex = 0;
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // FSelect
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(466, 254);
            this.Controls.Add(this.dwSelect);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.qLabel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FSelect";
            this.ShowGradient = true;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "按Esc键取消";
            this.Activated += new System.EventHandler(this.FSelect_Activated);
            this.Load += new System.EventHandler(this.FSelect_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private Qeb.Control.QDataWindow dwSelect;
        private Qeb.Control.QLabel qLabel1;
        private Qeb.Control.QLabel label1;
    }
}

⌨️ 快捷键说明

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