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

📄 registersearchframe.designer.cs

📁 不错的一个做的医院管理系统源码
💻 CS
字号:
namespace Youzi.GuaHaoView
{
    partial class RegisterSearchFrame
    {
        /// <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.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.cboOffice = new System.Windows.Forms.ComboBox();
            this.cboRegisterType = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            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(3, 127);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(730, 225);
            this.dataGridView1.TabIndex = 1;
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Location = new System.Drawing.Point(70, 363);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(133, 21);
            this.dateTimePicker1.TabIndex = 2;
            this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(12, 367);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 16);
            this.label1.TabIndex = 3;
            this.label1.Text = "起始日期:";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(229, 367);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(63, 17);
            this.label2.TabIndex = 4;
            this.label2.Text = "结束日期:";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Location = new System.Drawing.Point(286, 363);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(133, 21);
            this.dateTimePicker2.TabIndex = 5;
            this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged);
            // 
            // cboOffice
            // 
            this.cboOffice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboOffice.FormattingEnabled = true;
            this.cboOffice.Location = new System.Drawing.Point(478, 363);
            this.cboOffice.Name = "cboOffice";
            this.cboOffice.Size = new System.Drawing.Size(84, 20);
            this.cboOffice.TabIndex = 6;
            this.cboOffice.SelectedIndexChanged += new System.EventHandler(this.cboOffice_SelectedIndexChanged);
            // 
            // cboRegisterType
            // 
            this.cboRegisterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboRegisterType.FormattingEnabled = true;
            this.cboRegisterType.Location = new System.Drawing.Point(638, 363);
            this.cboRegisterType.Name = "cboRegisterType";
            this.cboRegisterType.Size = new System.Drawing.Size(84, 20);
            this.cboRegisterType.TabIndex = 7;
            this.cboRegisterType.SelectedIndexChanged += new System.EventHandler(this.cboRegisterType_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(439, 367);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 17);
            this.label3.TabIndex = 8;
            this.label3.Text = "科室:";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(577, 366);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(62, 17);
            this.label4.TabIndex = 9;
            this.label4.Text = "挂号类型:";
            // 
            // Print
            // 
            this.Print.Location = new System.Drawing.Point(386, 403);
            this.Print.Name = "Print";
            this.Print.Size = new System.Drawing.Size(75, 23);
            this.Print.TabIndex = 10;
            this.Print.Text = "打印(&P)";
            this.Print.UseVisualStyleBackColor = true;
            this.Print.Click += new System.EventHandler(this.Print_Click);
            // 
            // SetupSetting
            // 
            this.SetupSetting.Location = new System.Drawing.Point(467, 403);
            this.SetupSetting.Name = "SetupSetting";
            this.SetupSetting.Size = new System.Drawing.Size(84, 23);
            this.SetupSetting.TabIndex = 11;
            this.SetupSetting.Text = "页面设置(&S)";
            this.SetupSetting.UseVisualStyleBackColor = true;
            this.SetupSetting.Click += new System.EventHandler(this.SetupSetting_Click);
            // 
            // PrintPriview
            // 
            this.PrintPriview.Location = new System.Drawing.Point(557, 403);
            this.PrintPriview.Name = "PrintPriview";
            this.PrintPriview.Size = new System.Drawing.Size(84, 23);
            this.PrintPriview.TabIndex = 12;
            this.PrintPriview.Text = "打印预览(&Y)";
            this.PrintPriview.UseVisualStyleBackColor = true;
            this.PrintPriview.Click += new System.EventHandler(this.PrintPriview_Click);
            // 
            // butClose
            // 
            this.butClose.Location = new System.Drawing.Point(647, 403);
            this.butClose.Name = "butClose";
            this.butClose.Size = new System.Drawing.Size(75, 23);
            this.butClose.TabIndex = 13;
            this.butClose.Text = "关闭(&C)";
            this.butClose.UseVisualStyleBackColor = true;
            this.butClose.Click += new System.EventHandler(this.butClose_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(730, 125);
            this.panel1.TabIndex = 0;
            // 
            // RegisterSearchFrame
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(730, 436);
            this.Controls.Add(this.butClose);
            this.Controls.Add(this.PrintPriview);
            this.Controls.Add(this.SetupSetting);
            this.Controls.Add(this.Print);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.cboRegisterType);
            this.Controls.Add(this.cboOffice);
            this.Controls.Add(this.dateTimePicker2);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dateTimePicker1);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.panel1);
            this.Name = "RegisterSearchFrame";
            this.Text = "挂号查询";
            this.Load += new System.EventHandler(this.RegisterSearchFrame_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.DateTimePicker dateTimePicker1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.DateTimePicker dateTimePicker2;
        private System.Windows.Forms.ComboBox cboOffice;
        private System.Windows.Forms.ComboBox cboRegisterType;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        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 + -