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

📄 patientsearchframe.designer.cs

📁 不错的一个做的医院管理系统源码
💻 CS
字号:
namespace Youzi.GuaHaoView
{
    partial class PatientSearchFrame
    {
        /// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Print = new System.Windows.Forms.Button();
            this.SetupSetting = new System.Windows.Forms.Button();
            this.PrintPriview = new System.Windows.Forms.Button();
            this.butClose = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(0, 124);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(701, 257);
            this.dataGridView1.TabIndex = 0;
            // 
            // Print
            // 
            this.Print.BackColor = System.Drawing.SystemColors.GrayText;
            this.Print.Location = new System.Drawing.Point(338, 401);
            this.Print.Name = "Print";
            this.Print.Size = new System.Drawing.Size(75, 23);
            this.Print.TabIndex = 2;
            this.Print.Text = "打印(&P)";
            this.Print.UseVisualStyleBackColor = false;
            this.Print.Click += new System.EventHandler(this.Print_Click);
            // 
            // SetupSetting
            // 
            this.SetupSetting.BackColor = System.Drawing.SystemColors.GrayText;
            this.SetupSetting.Location = new System.Drawing.Point(419, 401);
            this.SetupSetting.Name = "SetupSetting";
            this.SetupSetting.Size = new System.Drawing.Size(88, 23);
            this.SetupSetting.TabIndex = 3;
            this.SetupSetting.Text = "页面设置(&S)";
            this.SetupSetting.UseVisualStyleBackColor = false;
            this.SetupSetting.Click += new System.EventHandler(this.SetupSetting_Click);
            // 
            // PrintPriview
            // 
            this.PrintPriview.BackColor = System.Drawing.SystemColors.GrayText;
            this.PrintPriview.Location = new System.Drawing.Point(513, 401);
            this.PrintPriview.Name = "PrintPriview";
            this.PrintPriview.Size = new System.Drawing.Size(81, 23);
            this.PrintPriview.TabIndex = 4;
            this.PrintPriview.Text = "打印预览(&Y)";
            this.PrintPriview.UseVisualStyleBackColor = false;
            this.PrintPriview.Click += new System.EventHandler(this.PrintPriview_Click);
            // 
            // butClose
            // 
            this.butClose.BackColor = System.Drawing.SystemColors.GrayText;
            this.butClose.Location = new System.Drawing.Point(600, 401);
            this.butClose.Name = "butClose";
            this.butClose.Size = new System.Drawing.Size(75, 23);
            this.butClose.TabIndex = 5;
            this.butClose.Text = "关闭(&C)";
            this.butClose.UseVisualStyleBackColor = false;
            this.butClose.Click += new System.EventHandler(this.Close_Click);
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::Youzi.Properties.Resources._55;
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(701, 124);
            this.panel1.TabIndex = 1;
            // 
            // PatientSearchFrame
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Wheat;
            this.ClientSize = new System.Drawing.Size(701, 439);
            this.Controls.Add(this.butClose);
            this.Controls.Add(this.PrintPriview);
            this.Controls.Add(this.SetupSetting);
            this.Controls.Add(this.Print);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.dataGridView1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "PatientSearchFrame";
            this.Text = "今日病人信息查询";
            this.Load += new System.EventHandler(this.PatientSearchFrame_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button Print;
        private System.Windows.Forms.Button SetupSetting;
        private System.Windows.Forms.Button PrintPriview;
        private System.Windows.Forms.Button butClose;
    }
}

⌨️ 快捷键说明

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