guahao.designer.cs
来自「用c#编写的医院管理系统(部分源码)」· CS 代码 · 共 607 行 · 第 1/2 页
CS
607 行
//
// cbJiuZhenLeiXing
//
this.cbJiuZhenLeiXing.BackColor = System.Drawing.Color.White;
this.cbJiuZhenLeiXing.FormattingEnabled = true;
this.cbJiuZhenLeiXing.Items.AddRange(new object[] {
"初诊",
"复诊"});
this.cbJiuZhenLeiXing.Location = new System.Drawing.Point(122, 26);
this.cbJiuZhenLeiXing.Name = "cbJiuZhenLeiXing";
this.cbJiuZhenLeiXing.Size = new System.Drawing.Size(106, 20);
this.cbJiuZhenLeiXing.TabIndex = 1;
//
// lblGuaHaoYuan
//
this.lblGuaHaoYuan.AutoSize = true;
this.lblGuaHaoYuan.Location = new System.Drawing.Point(34, 367);
this.lblGuaHaoYuan.Name = "lblGuaHaoYuan";
this.lblGuaHaoYuan.Size = new System.Drawing.Size(53, 12);
this.lblGuaHaoYuan.TabIndex = 15;
this.lblGuaHaoYuan.Text = "挂号员:";
//
// lblZhenDuanFei
//
this.lblZhenDuanFei.AutoSize = true;
this.lblZhenDuanFei.Location = new System.Drawing.Point(34, 341);
this.lblZhenDuanFei.Name = "lblZhenDuanFei";
this.lblZhenDuanFei.Size = new System.Drawing.Size(53, 12);
this.lblZhenDuanFei.TabIndex = 14;
this.lblZhenDuanFei.Text = "诊断费:";
//
// lblGuaHaoFei
//
this.lblGuaHaoFei.AutoSize = true;
this.lblGuaHaoFei.Location = new System.Drawing.Point(34, 315);
this.lblGuaHaoFei.Name = "lblGuaHaoFei";
this.lblGuaHaoFei.Size = new System.Drawing.Size(53, 12);
this.lblGuaHaoFei.TabIndex = 13;
this.lblGuaHaoFei.Text = "挂号费:";
//
// lblGuaZhenXiangMu
//
this.lblGuaZhenXiangMu.AutoSize = true;
this.lblGuaZhenXiangMu.Location = new System.Drawing.Point(34, 289);
this.lblGuaZhenXiangMu.Name = "lblGuaZhenXiangMu";
this.lblGuaZhenXiangMu.Size = new System.Drawing.Size(65, 12);
this.lblGuaZhenXiangMu.TabIndex = 12;
this.lblGuaZhenXiangMu.Text = "挂诊项目:";
//
// lblGuaZhenKeShi
//
this.lblGuaZhenKeShi.AutoSize = true;
this.lblGuaZhenKeShi.Location = new System.Drawing.Point(34, 263);
this.lblGuaZhenKeShi.Name = "lblGuaZhenKeShi";
this.lblGuaZhenKeShi.Size = new System.Drawing.Size(65, 12);
this.lblGuaZhenKeShi.TabIndex = 11;
this.lblGuaZhenKeShi.Text = "挂诊科室:";
//
// lblDoctor
//
this.lblDoctor.AutoSize = true;
this.lblDoctor.Location = new System.Drawing.Point(34, 237);
this.lblDoctor.Name = "lblDoctor";
this.lblDoctor.Size = new System.Drawing.Size(41, 12);
this.lblDoctor.TabIndex = 10;
this.lblDoctor.Text = "医师:";
//
// lblAddress
//
this.lblAddress.AutoSize = true;
this.lblAddress.Location = new System.Drawing.Point(34, 211);
this.lblAddress.Name = "lblAddress";
this.lblAddress.Size = new System.Drawing.Size(41, 12);
this.lblAddress.TabIndex = 9;
this.lblAddress.Text = "住址:";
//
// lblPhone
//
this.lblPhone.AutoSize = true;
this.lblPhone.Location = new System.Drawing.Point(34, 185);
this.lblPhone.Name = "lblPhone";
this.lblPhone.Size = new System.Drawing.Size(65, 12);
this.lblPhone.TabIndex = 8;
this.lblPhone.Text = "联系电话:";
//
// lblMinZu
//
this.lblMinZu.AutoSize = true;
this.lblMinZu.Location = new System.Drawing.Point(34, 159);
this.lblMinZu.Name = "lblMinZu";
this.lblMinZu.Size = new System.Drawing.Size(41, 12);
this.lblMinZu.TabIndex = 5;
this.lblMinZu.Text = "民族:";
//
// lblAge
//
this.lblAge.AutoSize = true;
this.lblAge.Location = new System.Drawing.Point(34, 133);
this.lblAge.Name = "lblAge";
this.lblAge.Size = new System.Drawing.Size(41, 12);
this.lblAge.TabIndex = 4;
this.lblAge.Text = "年龄:";
//
// lblSex
//
this.lblSex.AutoSize = true;
this.lblSex.Location = new System.Drawing.Point(34, 107);
this.lblSex.Name = "lblSex";
this.lblSex.Size = new System.Drawing.Size(41, 12);
this.lblSex.TabIndex = 3;
this.lblSex.Text = "性别:";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(34, 81);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(41, 12);
this.lblName.TabIndex = 2;
this.lblName.Text = "姓名:";
//
// lblFuFeiFangShi
//
this.lblFuFeiFangShi.AutoSize = true;
this.lblFuFeiFangShi.Location = new System.Drawing.Point(34, 55);
this.lblFuFeiFangShi.Name = "lblFuFeiFangShi";
this.lblFuFeiFangShi.Size = new System.Drawing.Size(65, 12);
this.lblFuFeiFangShi.TabIndex = 1;
this.lblFuFeiFangShi.Text = "付费方式:";
//
// lblJiuZhenLeiXing
//
this.lblJiuZhenLeiXing.AutoSize = true;
this.lblJiuZhenLeiXing.Location = new System.Drawing.Point(34, 29);
this.lblJiuZhenLeiXing.Name = "lblJiuZhenLeiXing";
this.lblJiuZhenLeiXing.Size = new System.Drawing.Size(65, 12);
this.lblJiuZhenLeiXing.TabIndex = 0;
this.lblJiuZhenLeiXing.Text = "就诊类型:";
//
// btnGuaHao
//
this.btnGuaHao.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnGuaHao.Location = new System.Drawing.Point(504, 560);
this.btnGuaHao.Name = "btnGuaHao";
this.btnGuaHao.Size = new System.Drawing.Size(75, 23);
this.btnGuaHao.TabIndex = 15;
this.btnGuaHao.Text = "挂号";
this.btnGuaHao.UseVisualStyleBackColor = true;
this.btnGuaHao.Click += new System.EventHandler(this.btnGuaHao_Click);
//
// btnGaiHao
//
this.btnGaiHao.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnGaiHao.Location = new System.Drawing.Point(597, 560);
this.btnGaiHao.Name = "btnGaiHao";
this.btnGaiHao.Size = new System.Drawing.Size(75, 23);
this.btnGaiHao.TabIndex = 16;
this.btnGaiHao.Text = "改号";
this.btnGaiHao.UseVisualStyleBackColor = true;
this.btnGaiHao.Click += new System.EventHandler(this.btnGaiHao_Click);
//
// btnTuiHao
//
this.btnTuiHao.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTuiHao.Location = new System.Drawing.Point(690, 560);
this.btnTuiHao.Name = "btnTuiHao";
this.btnTuiHao.Size = new System.Drawing.Size(75, 23);
this.btnTuiHao.TabIndex = 17;
this.btnTuiHao.Text = "退号";
this.btnTuiHao.UseVisualStyleBackColor = true;
this.btnTuiHao.Click += new System.EventHandler(this.btnTuiHao_Click);
//
// btnCanel
//
this.btnCanel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCanel.Location = new System.Drawing.Point(783, 560);
this.btnCanel.Name = "btnCanel";
this.btnCanel.Size = new System.Drawing.Size(75, 23);
this.btnCanel.TabIndex = 18;
this.btnCanel.Text = "关闭";
this.btnCanel.UseVisualStyleBackColor = true;
this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click);
//
// btnSelect
//
this.btnSelect.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSelect.Location = new System.Drawing.Point(210, 562);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(75, 23);
this.btnSelect.TabIndex = 19;
this.btnSelect.Text = "查询";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// lblMenZhenHao
//
this.lblMenZhenHao.AutoSize = true;
this.lblMenZhenHao.Location = new System.Drawing.Point(12, 566);
this.lblMenZhenHao.Name = "lblMenZhenHao";
this.lblMenZhenHao.Size = new System.Drawing.Size(53, 12);
this.lblMenZhenHao.TabIndex = 10;
this.lblMenZhenHao.Text = "门诊号:";
//
// txtMenZhenHao
//
this.txtMenZhenHao.BackColor = System.Drawing.Color.White;
this.txtMenZhenHao.Location = new System.Drawing.Point(81, 562);
this.txtMenZhenHao.Name = "txtMenZhenHao";
this.txtMenZhenHao.Size = new System.Drawing.Size(100, 21);
this.txtMenZhenHao.TabIndex = 11;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.BackColor = System.Drawing.Color.Black;
this.groupBox2.Location = new System.Drawing.Point(0, 527);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(879, 10);
this.groupBox2.TabIndex = 12;
this.groupBox2.TabStop = false;
//
// frmGuaHao
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(879, 597);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.txtMenZhenHao);
this.Controls.Add(this.lblMenZhenHao);
this.Controls.Add(this.btnSelect);
this.Controls.Add(this.btnCanel);
this.Controls.Add(this.btnTuiHao);
this.Controls.Add(this.btnGaiHao);
this.Controls.Add(this.btnGuaHao);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.gbGuaZhenXiangMu);
this.Controls.Add(this.gbGuaZhenKeShi);
this.Controls.Add(this.pbLogo);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmGuaHao";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "门诊挂号";
this.Load += new System.EventHandler(this.frmGuaHao_Load);
((System.ComponentModel.ISupportInitialize)(this.pbLogo)).EndInit();
this.gbGuaZhenKeShi.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgdKeShi)).EndInit();
this.gbGuaZhenXiangMu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgdXiangMu)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pbLogo;
private System.Windows.Forms.GroupBox gbGuaZhenKeShi;
private System.Windows.Forms.GroupBox gbGuaZhenXiangMu;
private System.Windows.Forms.DataGridView dgdXiangMu;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lblGuaHaoYuan;
private System.Windows.Forms.Label lblZhenDuanFei;
private System.Windows.Forms.Label lblGuaHaoFei;
private System.Windows.Forms.Label lblGuaZhenXiangMu;
private System.Windows.Forms.Label lblGuaZhenKeShi;
private System.Windows.Forms.Label lblDoctor;
private System.Windows.Forms.Label lblAddress;
private System.Windows.Forms.Label lblPhone;
private System.Windows.Forms.Label lblMinZu;
private System.Windows.Forms.Label lblAge;
private System.Windows.Forms.Label lblSex;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.Label lblFuFeiFangShi;
private System.Windows.Forms.Label lblJiuZhenLeiXing;
private System.Windows.Forms.Button btnGuaHao;
private System.Windows.Forms.Button btnGaiHao;
private System.Windows.Forms.Button btnTuiHao;
private System.Windows.Forms.Button btnCanel;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.Label lblMenZhenHao;
private System.Windows.Forms.TextBox txtMenZhenHao;
private System.Windows.Forms.TextBox txtGuaHaoYuan;
private System.Windows.Forms.TextBox txtZhenDuanFei;
private System.Windows.Forms.TextBox txtGuaHaoFei;
private System.Windows.Forms.TextBox txtGuaZhenXiangMu;
private System.Windows.Forms.TextBox txtGuaZhenKeShi;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtAge;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.ComboBox cbYiShi;
private System.Windows.Forms.ComboBox cbMinZu;
private System.Windows.Forms.ComboBox cbFuFeiFangShi;
private System.Windows.Forms.ComboBox cbJiuZhenLeiXing;
private System.Windows.Forms.ComboBox cbSex;
private System.Windows.Forms.DataGridView dgdKeShi;
private System.Windows.Forms.GroupBox groupBox2;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?