📄 doctorframe.designer.cs
字号:
namespace Youzi.View
{
partial class DoctorFrame
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.OfficeName = new System.Windows.Forms.ComboBox();
this.DoctorPosition = new System.Windows.Forms.ComboBox();
this.DoctorDegree = new System.Windows.Forms.ComboBox();
this.DoctorSex = new System.Windows.Forms.ComboBox();
this.Operator = new System.Windows.Forms.TextBox();
this.OperateDate = new System.Windows.Forms.TextBox();
this.DoctorAge = new System.Windows.Forms.TextBox();
this.DoctorName = new System.Windows.Forms.TextBox();
this.labOperator = new System.Windows.Forms.Label();
this.labOperateDate = new System.Windows.Forms.Label();
this.labOfficeName = new System.Windows.Forms.Label();
this.labDoctorPosition = new System.Windows.Forms.Label();
this.labDcotorDegree = new System.Windows.Forms.Label();
this.labDoctorAge = new System.Windows.Forms.Label();
this.labDoctorSex = new System.Windows.Forms.Label();
this.labDoctorName = new System.Windows.Forms.Label();
this.butAdd = new System.Windows.Forms.Button();
this.butDelete = new System.Windows.Forms.Button();
this.butUpdate = new System.Windows.Forms.Button();
this.butSave = new System.Windows.Forms.Button();
this.butCancel = 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.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 113);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(536, 327);
this.dataGridView1.TabIndex = 15;
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.OfficeName);
this.groupBox1.Controls.Add(this.DoctorPosition);
this.groupBox1.Controls.Add(this.DoctorDegree);
this.groupBox1.Controls.Add(this.DoctorSex);
this.groupBox1.Controls.Add(this.Operator);
this.groupBox1.Controls.Add(this.OperateDate);
this.groupBox1.Controls.Add(this.DoctorAge);
this.groupBox1.Controls.Add(this.DoctorName);
this.groupBox1.Controls.Add(this.labOperator);
this.groupBox1.Controls.Add(this.labOperateDate);
this.groupBox1.Controls.Add(this.labOfficeName);
this.groupBox1.Controls.Add(this.labDoctorPosition);
this.groupBox1.Controls.Add(this.labDcotorDegree);
this.groupBox1.Controls.Add(this.labDoctorAge);
this.groupBox1.Controls.Add(this.labDoctorSex);
this.groupBox1.Controls.Add(this.labDoctorName);
this.groupBox1.Location = new System.Drawing.Point(544, 120);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(191, 320);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "医师信息设置";
//
// OfficeName
//
this.OfficeName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.OfficeName.FormattingEnabled = true;
this.OfficeName.Location = new System.Drawing.Point(69, 210);
this.OfficeName.Name = "OfficeName";
this.OfficeName.Size = new System.Drawing.Size(100, 20);
this.OfficeName.TabIndex = 7;
//
// DoctorPosition
//
this.DoctorPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.DoctorPosition.FormattingEnabled = true;
this.DoctorPosition.Location = new System.Drawing.Point(69, 176);
this.DoctorPosition.Name = "DoctorPosition";
this.DoctorPosition.Size = new System.Drawing.Size(100, 20);
this.DoctorPosition.TabIndex = 6;
//
// DoctorDegree
//
this.DoctorDegree.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.DoctorDegree.FormattingEnabled = true;
this.DoctorDegree.Location = new System.Drawing.Point(69, 139);
this.DoctorDegree.Name = "DoctorDegree";
this.DoctorDegree.Size = new System.Drawing.Size(100, 20);
this.DoctorDegree.TabIndex = 5;
//
// DoctorSex
//
this.DoctorSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.DoctorSex.FormattingEnabled = true;
this.DoctorSex.Location = new System.Drawing.Point(69, 68);
this.DoctorSex.Name = "DoctorSex";
this.DoctorSex.Size = new System.Drawing.Size(100, 20);
this.DoctorSex.TabIndex = 3;
//
// Operator
//
this.Operator.BackColor = System.Drawing.Color.Wheat;
this.Operator.Enabled = false;
this.Operator.Location = new System.Drawing.Point(69, 282);
this.Operator.Name = "Operator";
this.Operator.Size = new System.Drawing.Size(100, 21);
this.Operator.TabIndex = 9;
//
// OperateDate
//
this.OperateDate.BackColor = System.Drawing.Color.Wheat;
this.OperateDate.Enabled = false;
this.OperateDate.Location = new System.Drawing.Point(69, 245);
this.OperateDate.Name = "OperateDate";
this.OperateDate.Size = new System.Drawing.Size(100, 21);
this.OperateDate.TabIndex = 8;
//
// DoctorAge
//
this.DoctorAge.BackColor = System.Drawing.Color.White;
this.DoctorAge.Enabled = false;
this.DoctorAge.Location = new System.Drawing.Point(69, 107);
this.DoctorAge.Name = "DoctorAge";
this.DoctorAge.Size = new System.Drawing.Size(100, 21);
this.DoctorAge.TabIndex = 4;
//
// DoctorName
//
this.DoctorName.BackColor = System.Drawing.Color.White;
this.DoctorName.Enabled = false;
this.DoctorName.Location = new System.Drawing.Point(69, 35);
this.DoctorName.Name = "DoctorName";
this.DoctorName.Size = new System.Drawing.Size(100, 21);
this.DoctorName.TabIndex = 2;
//
// labOperator
//
this.labOperator.Location = new System.Drawing.Point(6, 285);
this.labOperator.Name = "labOperator";
this.labOperator.Size = new System.Drawing.Size(72, 22);
this.labOperator.TabIndex = 7;
this.labOperator.Text = "操 作 员:";
//
// labOperateDate
//
this.labOperateDate.Location = new System.Drawing.Point(6, 248);
this.labOperateDate.Name = "labOperateDate";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -