📄 patientframe.designer.cs
字号:
this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSex.FormattingEnabled = true;
this.cboSex.Location = new System.Drawing.Point(71, 67);
this.cboSex.Name = "cboSex";
this.cboSex.Size = new System.Drawing.Size(140, 20);
this.cboSex.TabIndex = 15;
//
// cboCureType
//
this.cboCureType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCureType.FormattingEnabled = true;
this.cboCureType.Location = new System.Drawing.Point(71, 42);
this.cboCureType.Name = "cboCureType";
this.cboCureType.Size = new System.Drawing.Size(140, 20);
this.cboCureType.TabIndex = 14;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(71, 14);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(140, 21);
this.txtUserName.TabIndex = 13;
//
// label13
//
this.label13.Location = new System.Drawing.Point(6, 350);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(59, 23);
this.label13.TabIndex = 12;
this.label13.Text = "挂 号 员:";
//
// label12
//
this.label12.Location = new System.Drawing.Point(6, 323);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(80, 19);
this.label12.TabIndex = 11;
this.label12.Text = "挂号时间:";
//
// label11
//
this.label11.Location = new System.Drawing.Point(6, 295);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(80, 19);
this.label11.TabIndex = 10;
this.label11.Text = "挂 号 费:";
//
// labRegister
//
this.labRegister.Location = new System.Drawing.Point(6, 266);
this.labRegister.Name = "labRegister";
this.labRegister.Size = new System.Drawing.Size(80, 17);
this.labRegister.TabIndex = 9;
this.labRegister.Text = "挂号名称:";
//
// labDoctor
//
this.labDoctor.Location = new System.Drawing.Point(6, 236);
this.labDoctor.Name = "labDoctor";
this.labDoctor.Size = new System.Drawing.Size(80, 17);
this.labDoctor.TabIndex = 8;
this.labDoctor.Text = "医师姓名:";
//
// labCureCost
//
this.labCureCost.Location = new System.Drawing.Point(6, 205);
this.labCureCost.Name = "labCureCost";
this.labCureCost.Size = new System.Drawing.Size(80, 16);
this.labCureCost.TabIndex = 7;
this.labCureCost.Text = "诊疗费用:";
//
// labOffice
//
this.labOffice.Location = new System.Drawing.Point(6, 175);
this.labOffice.Name = "labOffice";
this.labOffice.Size = new System.Drawing.Size(80, 18);
this.labOffice.TabIndex = 6;
this.labOffice.Text = "就诊科室:";
//
// labAddress
//
this.labAddress.Location = new System.Drawing.Point(6, 149);
this.labAddress.Name = "labAddress";
this.labAddress.Size = new System.Drawing.Size(100, 23);
this.labAddress.TabIndex = 5;
this.labAddress.Text = "住 址:";
//
// labDepartment
//
this.labDepartment.Location = new System.Drawing.Point(6, 122);
this.labDepartment.Name = "labDepartment";
this.labDepartment.Size = new System.Drawing.Size(100, 17);
this.labDepartment.TabIndex = 4;
this.labDepartment.Text = "单 位:";
//
// labAge
//
this.labAge.Location = new System.Drawing.Point(6, 95);
this.labAge.Name = "labAge";
this.labAge.Size = new System.Drawing.Size(59, 16);
this.labAge.TabIndex = 3;
this.labAge.Text = "年 龄:";
//
// labSex
//
this.labSex.Location = new System.Drawing.Point(6, 70);
this.labSex.Name = "labSex";
this.labSex.Size = new System.Drawing.Size(59, 23);
this.labSex.TabIndex = 2;
this.labSex.Text = "性 别:";
//
// labCureType
//
this.labCureType.Location = new System.Drawing.Point(6, 45);
this.labCureType.Name = "labCureType";
this.labCureType.Size = new System.Drawing.Size(100, 23);
this.labCureType.TabIndex = 1;
this.labCureType.Text = "诊疗类型:";
//
// labUserName
//
this.labUserName.Location = new System.Drawing.Point(6, 17);
this.labUserName.Name = "labUserName";
this.labUserName.Size = new System.Drawing.Size(100, 23);
this.labUserName.TabIndex = 0;
this.labUserName.Text = "姓 名:";
//
// butRegister
//
this.butRegister.Location = new System.Drawing.Point(350, 513);
this.butRegister.Name = "butRegister";
this.butRegister.Size = new System.Drawing.Size(87, 23);
this.butRegister.TabIndex = 4;
this.butRegister.Text = "挂号(&R)";
this.butRegister.UseVisualStyleBackColor = true;
this.butRegister.Click += new System.EventHandler(this.butRegister_Click);
//
// butPageSetting
//
this.butPageSetting.Location = new System.Drawing.Point(443, 513);
this.butPageSetting.Name = "butPageSetting";
this.butPageSetting.Size = new System.Drawing.Size(87, 23);
this.butPageSetting.TabIndex = 5;
this.butPageSetting.Text = "页面设置(&S)";
this.butPageSetting.UseVisualStyleBackColor = true;
this.butPageSetting.Click += new System.EventHandler(this.butPageSetting_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(536, 513);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 6;
this.button3.Text = "取消(&C)";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(621, 513);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 7;
this.button4.Text = "关闭(&Q)";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// PatientFrame
//
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(708, 545);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.butPageSetting);
this.Controls.Add(this.butRegister);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PatientFrame";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "医院管理系统";
this.Load += new System.EventHandler(this.PatientFrame_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label labRegister;
private System.Windows.Forms.Label labDoctor;
private System.Windows.Forms.Label labCureCost;
private System.Windows.Forms.Label labOffice;
private System.Windows.Forms.Label labAddress;
private System.Windows.Forms.Label labDepartment;
private System.Windows.Forms.Label labAge;
private System.Windows.Forms.Label labSex;
private System.Windows.Forms.Label labCureType;
private System.Windows.Forms.Label labUserName;
private System.Windows.Forms.ComboBox cboCureType;
private System.Windows.Forms.TextBox txtOperator;
private System.Windows.Forms.TextBox txtOperateDate;
private System.Windows.Forms.TextBox txtRegisterCost;
private System.Windows.Forms.TextBox txtRegisterType;
private System.Windows.Forms.TextBox txtCureCost;
private System.Windows.Forms.TextBox txtOfficeName;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtDepartment;
private System.Windows.Forms.TextBox txtAge;
private System.Windows.Forms.ComboBox cboDoctorName;
private System.Windows.Forms.ComboBox cboAge;
private System.Windows.Forms.ComboBox cboSex;
private System.Windows.Forms.Button butRegister;
private System.Windows.Forms.Button butPageSetting;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -