guahao.designer.cs

来自「用c#编写的医院管理系统(部分源码)」· CS 代码 · 共 607 行 · 第 1/2 页

CS
607
字号
namespace Hospital.Hospital.view
{
    partial class frmGuaHao
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGuaHao));
            this.pbLogo = new System.Windows.Forms.PictureBox();
            this.gbGuaZhenKeShi = new System.Windows.Forms.GroupBox();
            this.dgdKeShi = new System.Windows.Forms.DataGridView();
            this.gbGuaZhenXiangMu = new System.Windows.Forms.GroupBox();
            this.dgdXiangMu = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cbSex = new System.Windows.Forms.ComboBox();
            this.txtGuaHaoYuan = new System.Windows.Forms.TextBox();
            this.txtZhenDuanFei = new System.Windows.Forms.TextBox();
            this.txtGuaHaoFei = new System.Windows.Forms.TextBox();
            this.txtGuaZhenXiangMu = new System.Windows.Forms.TextBox();
            this.txtGuaZhenKeShi = new System.Windows.Forms.TextBox();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.txtPhone = new System.Windows.Forms.TextBox();
            this.txtAge = new System.Windows.Forms.TextBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.cbYiShi = new System.Windows.Forms.ComboBox();
            this.cbMinZu = new System.Windows.Forms.ComboBox();
            this.cbFuFeiFangShi = new System.Windows.Forms.ComboBox();
            this.cbJiuZhenLeiXing = new System.Windows.Forms.ComboBox();
            this.lblGuaHaoYuan = new System.Windows.Forms.Label();
            this.lblZhenDuanFei = new System.Windows.Forms.Label();
            this.lblGuaHaoFei = new System.Windows.Forms.Label();
            this.lblGuaZhenXiangMu = new System.Windows.Forms.Label();
            this.lblGuaZhenKeShi = new System.Windows.Forms.Label();
            this.lblDoctor = new System.Windows.Forms.Label();
            this.lblAddress = new System.Windows.Forms.Label();
            this.lblPhone = new System.Windows.Forms.Label();
            this.lblMinZu = new System.Windows.Forms.Label();
            this.lblAge = new System.Windows.Forms.Label();
            this.lblSex = new System.Windows.Forms.Label();
            this.lblName = new System.Windows.Forms.Label();
            this.lblFuFeiFangShi = new System.Windows.Forms.Label();
            this.lblJiuZhenLeiXing = new System.Windows.Forms.Label();
            this.btnGuaHao = new System.Windows.Forms.Button();
            this.btnGaiHao = new System.Windows.Forms.Button();
            this.btnTuiHao = new System.Windows.Forms.Button();
            this.btnCanel = new System.Windows.Forms.Button();
            this.btnSelect = new System.Windows.Forms.Button();
            this.lblMenZhenHao = new System.Windows.Forms.Label();
            this.txtMenZhenHao = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit();
            this.gbGuaZhenKeShi.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgdKeShi)).BeginInit();
            this.gbGuaZhenXiangMu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgdXiangMu)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // pbLogo
            // 
            this.pbLogo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbLogo.BackgroundImage")));
            this.pbLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pbLogo.Dock = System.Windows.Forms.DockStyle.Top;
            this.pbLogo.Location = new System.Drawing.Point(0, 0);
            this.pbLogo.Name = "pbLogo";
            this.pbLogo.Size = new System.Drawing.Size(879, 65);
            this.pbLogo.TabIndex = 0;
            this.pbLogo.TabStop = false;
            // 
            // gbGuaZhenKeShi
            // 
            this.gbGuaZhenKeShi.BackColor = System.Drawing.Color.Transparent;
            this.gbGuaZhenKeShi.Controls.Add(this.dgdKeShi);
            this.gbGuaZhenKeShi.Location = new System.Drawing.Point(0, 70);
            this.gbGuaZhenKeShi.Name = "gbGuaZhenKeShi";
            this.gbGuaZhenKeShi.Size = new System.Drawing.Size(294, 451);
            this.gbGuaZhenKeShi.TabIndex = 2;
            this.gbGuaZhenKeShi.TabStop = false;
            this.gbGuaZhenKeShi.Text = "挂诊科室";
            // 
            // dgdKeShi
            // 
            this.dgdKeShi.AllowUserToAddRows = false;
            this.dgdKeShi.AllowUserToDeleteRows = false;
            this.dgdKeShi.BackgroundColor = System.Drawing.Color.White;
            this.dgdKeShi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgdKeShi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgdKeShi.Location = new System.Drawing.Point(3, 17);
            this.dgdKeShi.Name = "dgdKeShi";
            this.dgdKeShi.ReadOnly = true;
            this.dgdKeShi.RowTemplate.Height = 23;
            this.dgdKeShi.Size = new System.Drawing.Size(288, 431);
            this.dgdKeShi.TabIndex = 2;
            this.dgdKeShi.SelectionChanged += new System.EventHandler(this.dgdKeShi_SelectionChanged);
            // 
            // gbGuaZhenXiangMu
            // 
            this.gbGuaZhenXiangMu.BackColor = System.Drawing.Color.Transparent;
            this.gbGuaZhenXiangMu.Controls.Add(this.dgdXiangMu);
            this.gbGuaZhenXiangMu.Location = new System.Drawing.Point(300, 70);
            this.gbGuaZhenXiangMu.Name = "gbGuaZhenXiangMu";
            this.gbGuaZhenXiangMu.Size = new System.Drawing.Size(304, 451);
            this.gbGuaZhenXiangMu.TabIndex = 3;
            this.gbGuaZhenXiangMu.TabStop = false;
            this.gbGuaZhenXiangMu.Text = "挂诊项目";
            // 
            // dgdXiangMu
            // 
            this.dgdXiangMu.AllowUserToAddRows = false;
            this.dgdXiangMu.AllowUserToDeleteRows = false;
            this.dgdXiangMu.BackgroundColor = System.Drawing.Color.White;
            this.dgdXiangMu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgdXiangMu.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgdXiangMu.Location = new System.Drawing.Point(3, 17);
            this.dgdXiangMu.Name = "dgdXiangMu";
            this.dgdXiangMu.ReadOnly = true;
            this.dgdXiangMu.RowTemplate.Height = 23;
            this.dgdXiangMu.Size = new System.Drawing.Size(298, 431);
            this.dgdXiangMu.TabIndex = 1;
            this.dgdXiangMu.SelectionChanged += new System.EventHandler(this.dgdXiangMu_SelectionChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.cbSex);
            this.groupBox1.Controls.Add(this.txtGuaHaoYuan);
            this.groupBox1.Controls.Add(this.txtZhenDuanFei);
            this.groupBox1.Controls.Add(this.txtGuaHaoFei);
            this.groupBox1.Controls.Add(this.txtGuaZhenXiangMu);
            this.groupBox1.Controls.Add(this.txtGuaZhenKeShi);
            this.groupBox1.Controls.Add(this.txtAddress);
            this.groupBox1.Controls.Add(this.txtPhone);
            this.groupBox1.Controls.Add(this.txtAge);
            this.groupBox1.Controls.Add(this.txtName);
            this.groupBox1.Controls.Add(this.cbYiShi);
            this.groupBox1.Controls.Add(this.cbMinZu);
            this.groupBox1.Controls.Add(this.cbFuFeiFangShi);
            this.groupBox1.Controls.Add(this.cbJiuZhenLeiXing);
            this.groupBox1.Controls.Add(this.lblGuaHaoYuan);
            this.groupBox1.Controls.Add(this.lblZhenDuanFei);
            this.groupBox1.Controls.Add(this.lblGuaHaoFei);
            this.groupBox1.Controls.Add(this.lblGuaZhenXiangMu);
            this.groupBox1.Controls.Add(this.lblGuaZhenKeShi);
            this.groupBox1.Controls.Add(this.lblDoctor);
            this.groupBox1.Controls.Add(this.lblAddress);
            this.groupBox1.Controls.Add(this.lblPhone);
            this.groupBox1.Controls.Add(this.lblMinZu);
            this.groupBox1.Controls.Add(this.lblAge);
            this.groupBox1.Controls.Add(this.lblSex);
            this.groupBox1.Controls.Add(this.lblName);
            this.groupBox1.Controls.Add(this.lblFuFeiFangShi);
            this.groupBox1.Controls.Add(this.lblJiuZhenLeiXing);
            this.groupBox1.Location = new System.Drawing.Point(610, 70);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(257, 448);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "挂诊项目";
            // 
            // cbSex
            // 
            this.cbSex.BackColor = System.Drawing.Color.White;
            this.cbSex.FormattingEnabled = true;
            this.cbSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.cbSex.Location = new System.Drawing.Point(122, 102);
            this.cbSex.Name = "cbSex";
            this.cbSex.Size = new System.Drawing.Size(106, 20);
            this.cbSex.TabIndex = 4;
            // 
            // txtGuaHaoYuan
            // 
            this.txtGuaHaoYuan.BackColor = System.Drawing.Color.White;
            this.txtGuaHaoYuan.Enabled = false;
            this.txtGuaHaoYuan.Location = new System.Drawing.Point(122, 363);
            this.txtGuaHaoYuan.Name = "txtGuaHaoYuan";
            this.txtGuaHaoYuan.Size = new System.Drawing.Size(106, 21);
            this.txtGuaHaoYuan.TabIndex = 14;
            // 
            // txtZhenDuanFei
            // 
            this.txtZhenDuanFei.BackColor = System.Drawing.Color.White;
            this.txtZhenDuanFei.Enabled = false;
            this.txtZhenDuanFei.Location = new System.Drawing.Point(122, 337);
            this.txtZhenDuanFei.Name = "txtZhenDuanFei";
            this.txtZhenDuanFei.Size = new System.Drawing.Size(106, 21);
            this.txtZhenDuanFei.TabIndex = 13;
            // 
            // txtGuaHaoFei
            // 
            this.txtGuaHaoFei.BackColor = System.Drawing.Color.White;
            this.txtGuaHaoFei.Enabled = false;
            this.txtGuaHaoFei.Location = new System.Drawing.Point(122, 310);
            this.txtGuaHaoFei.Name = "txtGuaHaoFei";
            this.txtGuaHaoFei.Size = new System.Drawing.Size(106, 21);
            this.txtGuaHaoFei.TabIndex = 12;
            // 
            // txtGuaZhenXiangMu
            // 
            this.txtGuaZhenXiangMu.BackColor = System.Drawing.Color.White;
            this.txtGuaZhenXiangMu.Enabled = false;
            this.txtGuaZhenXiangMu.Location = new System.Drawing.Point(122, 284);
            this.txtGuaZhenXiangMu.Name = "txtGuaZhenXiangMu";
            this.txtGuaZhenXiangMu.Size = new System.Drawing.Size(106, 21);
            this.txtGuaZhenXiangMu.TabIndex = 11;
            // 
            // txtGuaZhenKeShi
            // 
            this.txtGuaZhenKeShi.BackColor = System.Drawing.Color.White;
            this.txtGuaZhenKeShi.Enabled = false;
            this.txtGuaZhenKeShi.Location = new System.Drawing.Point(122, 257);
            this.txtGuaZhenKeShi.Name = "txtGuaZhenKeShi";
            this.txtGuaZhenKeShi.Size = new System.Drawing.Size(106, 21);
            this.txtGuaZhenKeShi.TabIndex = 10;
            // 
            // txtAddress
            // 
            this.txtAddress.BackColor = System.Drawing.Color.White;
            this.txtAddress.Location = new System.Drawing.Point(122, 206);
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.Size = new System.Drawing.Size(106, 21);
            this.txtAddress.TabIndex = 8;
            // 
            // txtPhone
            // 
            this.txtPhone.BackColor = System.Drawing.Color.White;
            this.txtPhone.Location = new System.Drawing.Point(122, 180);
            this.txtPhone.Name = "txtPhone";
            this.txtPhone.Size = new System.Drawing.Size(106, 21);
            this.txtPhone.TabIndex = 7;
            // 
            // txtAge
            // 
            this.txtAge.BackColor = System.Drawing.Color.White;
            this.txtAge.Location = new System.Drawing.Point(122, 127);
            this.txtAge.Name = "txtAge";
            this.txtAge.Size = new System.Drawing.Size(106, 21);
            this.txtAge.TabIndex = 5;
            // 
            // txtName
            // 
            this.txtName.BackColor = System.Drawing.Color.White;
            this.txtName.Location = new System.Drawing.Point(122, 76);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(106, 21);
            this.txtName.TabIndex = 3;
            // 
            // cbYiShi
            // 
            this.cbYiShi.BackColor = System.Drawing.Color.White;
            this.cbYiShi.FormattingEnabled = true;
            this.cbYiShi.Location = new System.Drawing.Point(122, 233);
            this.cbYiShi.Name = "cbYiShi";
            this.cbYiShi.Size = new System.Drawing.Size(106, 20);
            this.cbYiShi.TabIndex = 9;
            // 
            // cbMinZu
            // 
            this.cbMinZu.BackColor = System.Drawing.Color.White;
            this.cbMinZu.FormattingEnabled = true;
            this.cbMinZu.Items.AddRange(new object[] {
            "汉族",
            "少数民族"});
            this.cbMinZu.Location = new System.Drawing.Point(122, 154);
            this.cbMinZu.Name = "cbMinZu";
            this.cbMinZu.Size = new System.Drawing.Size(106, 20);
            this.cbMinZu.TabIndex = 6;
            // 
            // cbFuFeiFangShi
            // 
            this.cbFuFeiFangShi.BackColor = System.Drawing.Color.White;
            this.cbFuFeiFangShi.FormattingEnabled = true;
            this.cbFuFeiFangShi.Items.AddRange(new object[] {
            "现金",
            "刷卡",
            "支票"});
            this.cbFuFeiFangShi.Location = new System.Drawing.Point(122, 50);
            this.cbFuFeiFangShi.Name = "cbFuFeiFangShi";
            this.cbFuFeiFangShi.Size = new System.Drawing.Size(106, 20);
            this.cbFuFeiFangShi.TabIndex = 2;

⌨️ 快捷键说明

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