?? doctorframe.designer.cs
字號(hào):
this.labOperateDate.Size = new System.Drawing.Size(72, 22);
this.labOperateDate.TabIndex = 6;
this.labOperateDate.Text = "操作時(shí)間:";
//
// labOfficeName
//
this.labOfficeName.Location = new System.Drawing.Point(6, 213);
this.labOfficeName.Name = "labOfficeName";
this.labOfficeName.Size = new System.Drawing.Size(72, 22);
this.labOfficeName.TabIndex = 5;
this.labOfficeName.Text = "科室名稱:";
//
// labDoctorPosition
//
this.labDoctorPosition.Location = new System.Drawing.Point(6, 179);
this.labDoctorPosition.Name = "labDoctorPosition";
this.labDoctorPosition.Size = new System.Drawing.Size(72, 22);
this.labDoctorPosition.TabIndex = 4;
this.labDoctorPosition.Text = "醫(yī)師職稱:";
//
// labDcotorDegree
//
this.labDcotorDegree.Location = new System.Drawing.Point(6, 142);
this.labDcotorDegree.Name = "labDcotorDegree";
this.labDcotorDegree.Size = new System.Drawing.Size(72, 22);
this.labDcotorDegree.TabIndex = 3;
this.labDcotorDegree.Text = "醫(yī)師學(xué)歷:";
//
// labDoctorAge
//
this.labDoctorAge.Location = new System.Drawing.Point(6, 110);
this.labDoctorAge.Name = "labDoctorAge";
this.labDoctorAge.Size = new System.Drawing.Size(72, 22);
this.labDoctorAge.TabIndex = 2;
this.labDoctorAge.Text = "醫(yī)師年齡:";
//
// labDoctorSex
//
this.labDoctorSex.Location = new System.Drawing.Point(6, 71);
this.labDoctorSex.Name = "labDoctorSex";
this.labDoctorSex.Size = new System.Drawing.Size(72, 22);
this.labDoctorSex.TabIndex = 1;
this.labDoctorSex.Text = "醫(yī)師性別:";
//
// labDoctorName
//
this.labDoctorName.Location = new System.Drawing.Point(6, 38);
this.labDoctorName.Name = "labDoctorName";
this.labDoctorName.Size = new System.Drawing.Size(72, 22);
this.labDoctorName.TabIndex = 0;
this.labDoctorName.Text = "醫(yī)師姓名:";
//
// butAdd
//
this.butAdd.Location = new System.Drawing.Point(232, 460);
this.butAdd.Name = "butAdd";
this.butAdd.Size = new System.Drawing.Size(75, 23);
this.butAdd.TabIndex = 1;
this.butAdd.Text = "新增(&A)";
this.butAdd.UseVisualStyleBackColor = true;
this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
//
// butDelete
//
this.butDelete.Location = new System.Drawing.Point(313, 460);
this.butDelete.Name = "butDelete";
this.butDelete.Size = new System.Drawing.Size(75, 23);
this.butDelete.TabIndex = 10;
this.butDelete.Text = "刪除(&D)";
this.butDelete.UseVisualStyleBackColor = true;
this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
//
// butUpdate
//
this.butUpdate.Location = new System.Drawing.Point(394, 460);
this.butUpdate.Name = "butUpdate";
this.butUpdate.Size = new System.Drawing.Size(75, 23);
this.butUpdate.TabIndex = 11;
this.butUpdate.Text = "修改(&U)";
this.butUpdate.UseVisualStyleBackColor = true;
this.butUpdate.Click += new System.EventHandler(this.butUpdate_Click);
//
// butSave
//
this.butSave.Location = new System.Drawing.Point(475, 460);
this.butSave.Name = "butSave";
this.butSave.Size = new System.Drawing.Size(75, 23);
this.butSave.TabIndex = 12;
this.butSave.Text = "保存(&S)";
this.butSave.UseVisualStyleBackColor = true;
this.butSave.Click += new System.EventHandler(this.butSave_Click);
//
// butCancel
//
this.butCancel.Location = new System.Drawing.Point(556, 460);
this.butCancel.Name = "butCancel";
this.butCancel.Size = new System.Drawing.Size(75, 23);
this.butCancel.TabIndex = 13;
this.butCancel.Text = "取消(&C)";
this.butCancel.UseVisualStyleBackColor = true;
this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
//
// butClose
//
this.butClose.Location = new System.Drawing.Point(638, 460);
this.butClose.Name = "butClose";
this.butClose.Size = new System.Drawing.Size(75, 23);
this.butClose.TabIndex = 14;
this.butClose.Text = "關(guān)閉(&G)";
this.butClose.UseVisualStyleBackColor = true;
this.butClose.Click += new System.EventHandler(this.butClose_Click);
//
// 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(745, 114);
this.panel1.TabIndex = 16;
//
// DoctorFrame
//
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(745, 501);
this.Controls.Add(this.panel1);
this.Controls.Add(this.butClose);
this.Controls.Add(this.butCancel);
this.Controls.Add(this.butSave);
this.Controls.Add(this.butUpdate);
this.Controls.Add(this.butDelete);
this.Controls.Add(this.butAdd);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DoctorFrame";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "醫(yī)院管理系統(tǒng)";
this.Load += new System.EventHandler(this.DoctorFrame_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labOperator;
private System.Windows.Forms.Label labOperateDate;
private System.Windows.Forms.Label labOfficeName;
private System.Windows.Forms.Label labDoctorPosition;
private System.Windows.Forms.Label labDcotorDegree;
private System.Windows.Forms.Label labDoctorAge;
private System.Windows.Forms.Label labDoctorSex;
private System.Windows.Forms.Label labDoctorName;
private System.Windows.Forms.ComboBox DoctorSex;
private System.Windows.Forms.TextBox Operator;
private System.Windows.Forms.TextBox OperateDate;
private System.Windows.Forms.TextBox DoctorAge;
private System.Windows.Forms.TextBox DoctorName;
private System.Windows.Forms.ComboBox OfficeName;
private System.Windows.Forms.ComboBox DoctorPosition;
private System.Windows.Forms.ComboBox DoctorDegree;
private System.Windows.Forms.Button butAdd;
private System.Windows.Forms.Button butDelete;
private System.Windows.Forms.Button butUpdate;
private System.Windows.Forms.Button butSave;
private System.Windows.Forms.Button butCancel;
private System.Windows.Forms.Button butClose;
private System.Windows.Forms.Panel panel1;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -