📄 patientframe.designer.cs
字号:
namespace Youzi.View
{
partial class PatientFrame
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtOperator = new System.Windows.Forms.TextBox();
this.txtOperateDate = new System.Windows.Forms.TextBox();
this.txtRegisterCost = new System.Windows.Forms.TextBox();
this.txtRegisterType = new System.Windows.Forms.TextBox();
this.txtCureCost = new System.Windows.Forms.TextBox();
this.txtOfficeName = new System.Windows.Forms.TextBox();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtDepartment = new System.Windows.Forms.TextBox();
this.txtAge = new System.Windows.Forms.TextBox();
this.cboDoctorName = new System.Windows.Forms.ComboBox();
this.cboAge = new System.Windows.Forms.ComboBox();
this.cboSex = new System.Windows.Forms.ComboBox();
this.cboCureType = new System.Windows.Forms.ComboBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.labRegister = new System.Windows.Forms.Label();
this.labDoctor = new System.Windows.Forms.Label();
this.labCureCost = new System.Windows.Forms.Label();
this.labOffice = new System.Windows.Forms.Label();
this.labAddress = new System.Windows.Forms.Label();
this.labDepartment = new System.Windows.Forms.Label();
this.labAge = new System.Windows.Forms.Label();
this.labSex = new System.Windows.Forms.Label();
this.labCureType = new System.Windows.Forms.Label();
this.labUserName = new System.Windows.Forms.Label();
this.butRegister = new System.Windows.Forms.Button();
this.butPageSetting = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// 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(708, 119);
this.panel1.TabIndex = 0;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 118);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(243, 376);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(249, 118);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true;
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(210, 376);
this.dataGridView2.TabIndex = 2;
this.dataGridView2.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView2_RowHeaderMouseClick);
this.dataGridView2.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView2_CellMouseClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtOperator);
this.groupBox1.Controls.Add(this.txtOperateDate);
this.groupBox1.Controls.Add(this.txtRegisterCost);
this.groupBox1.Controls.Add(this.txtRegisterType);
this.groupBox1.Controls.Add(this.txtCureCost);
this.groupBox1.Controls.Add(this.txtOfficeName);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.txtDepartment);
this.groupBox1.Controls.Add(this.txtAge);
this.groupBox1.Controls.Add(this.cboDoctorName);
this.groupBox1.Controls.Add(this.cboAge);
this.groupBox1.Controls.Add(this.cboSex);
this.groupBox1.Controls.Add(this.cboCureType);
this.groupBox1.Controls.Add(this.txtUserName);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.labRegister);
this.groupBox1.Controls.Add(this.labDoctor);
this.groupBox1.Controls.Add(this.labCureCost);
this.groupBox1.Controls.Add(this.labOffice);
this.groupBox1.Controls.Add(this.labAddress);
this.groupBox1.Controls.Add(this.labDepartment);
this.groupBox1.Controls.Add(this.labAge);
this.groupBox1.Controls.Add(this.labSex);
this.groupBox1.Controls.Add(this.labCureType);
this.groupBox1.Controls.Add(this.labUserName);
this.groupBox1.Location = new System.Drawing.Point(465, 118);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(236, 376);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "挂号信息 ";
//
// txtOperator
//
this.txtOperator.BackColor = System.Drawing.Color.Wheat;
this.txtOperator.Enabled = false;
this.txtOperator.Location = new System.Drawing.Point(71, 347);
this.txtOperator.Name = "txtOperator";
this.txtOperator.Size = new System.Drawing.Size(140, 21);
this.txtOperator.TabIndex = 26;
//
// txtOperateDate
//
this.txtOperateDate.BackColor = System.Drawing.Color.Wheat;
this.txtOperateDate.Enabled = false;
this.txtOperateDate.Location = new System.Drawing.Point(71, 320);
this.txtOperateDate.Name = "txtOperateDate";
this.txtOperateDate.Size = new System.Drawing.Size(140, 21);
this.txtOperateDate.TabIndex = 25;
//
// txtRegisterCost
//
this.txtRegisterCost.BackColor = System.Drawing.Color.Wheat;
this.txtRegisterCost.Enabled = false;
this.txtRegisterCost.Location = new System.Drawing.Point(71, 293);
this.txtRegisterCost.Name = "txtRegisterCost";
this.txtRegisterCost.Size = new System.Drawing.Size(140, 21);
this.txtRegisterCost.TabIndex = 24;
//
// txtRegisterType
//
this.txtRegisterType.BackColor = System.Drawing.Color.Wheat;
this.txtRegisterType.Enabled = false;
this.txtRegisterType.Location = new System.Drawing.Point(71, 262);
this.txtRegisterType.Name = "txtRegisterType";
this.txtRegisterType.Size = new System.Drawing.Size(140, 21);
this.txtRegisterType.TabIndex = 23;
//
// txtCureCost
//
this.txtCureCost.BackColor = System.Drawing.Color.Wheat;
this.txtCureCost.Enabled = false;
this.txtCureCost.Location = new System.Drawing.Point(71, 202);
this.txtCureCost.Name = "txtCureCost";
this.txtCureCost.Size = new System.Drawing.Size(140, 21);
this.txtCureCost.TabIndex = 22;
//
// txtOfficeName
//
this.txtOfficeName.BackColor = System.Drawing.Color.Wheat;
this.txtOfficeName.Enabled = false;
this.txtOfficeName.Location = new System.Drawing.Point(71, 172);
this.txtOfficeName.Name = "txtOfficeName";
this.txtOfficeName.Size = new System.Drawing.Size(140, 21);
this.txtOfficeName.TabIndex = 21;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(71, 145);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(140, 21);
this.txtAddress.TabIndex = 20;
//
// txtDepartment
//
this.txtDepartment.Location = new System.Drawing.Point(71, 118);
this.txtDepartment.Name = "txtDepartment";
this.txtDepartment.Size = new System.Drawing.Size(140, 21);
this.txtDepartment.TabIndex = 19;
//
// txtAge
//
this.txtAge.Location = new System.Drawing.Point(71, 92);
this.txtAge.Name = "txtAge";
this.txtAge.Size = new System.Drawing.Size(95, 21);
this.txtAge.TabIndex = 18;
//
// cboDoctorName
//
this.cboDoctorName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboDoctorName.FormattingEnabled = true;
this.cboDoctorName.Location = new System.Drawing.Point(71, 229);
this.cboDoctorName.Name = "cboDoctorName";
this.cboDoctorName.Size = new System.Drawing.Size(140, 20);
this.cboDoctorName.TabIndex = 17;
//
// cboAge
//
this.cboAge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboAge.FormattingEnabled = true;
this.cboAge.Location = new System.Drawing.Point(176, 93);
this.cboAge.Name = "cboAge";
this.cboAge.Size = new System.Drawing.Size(35, 20);
this.cboAge.TabIndex = 16;
//
// cboSex
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -