frmmenzhenyishi.designer.cs
来自「用c#编写的医院管理系统(部分源码)」· CS 代码 · 共 345 行 · 第 1/2 页
CS
345 行
this.lblZhiCheng.Location = new System.Drawing.Point(20, 162);
this.lblZhiCheng.Name = "lblZhiCheng";
this.lblZhiCheng.Size = new System.Drawing.Size(41, 12);
this.lblZhiCheng.TabIndex = 4;
this.lblZhiCheng.Text = "职称:";
//
// lblXueLi
//
this.lblXueLi.AutoSize = true;
this.lblXueLi.Location = new System.Drawing.Point(20, 128);
this.lblXueLi.Name = "lblXueLi";
this.lblXueLi.Size = new System.Drawing.Size(41, 12);
this.lblXueLi.TabIndex = 3;
this.lblXueLi.Text = "学历:";
//
// lblAge
//
this.lblAge.AutoSize = true;
this.lblAge.Location = new System.Drawing.Point(20, 94);
this.lblAge.Name = "lblAge";
this.lblAge.Size = new System.Drawing.Size(41, 12);
this.lblAge.TabIndex = 2;
this.lblAge.Text = "年龄:";
//
// lblSex
//
this.lblSex.AutoSize = true;
this.lblSex.Location = new System.Drawing.Point(20, 60);
this.lblSex.Name = "lblSex";
this.lblSex.Size = new System.Drawing.Size(41, 12);
this.lblSex.TabIndex = 1;
this.lblSex.Text = "性别:";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(20, 26);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(65, 12);
this.lblName.TabIndex = 0;
this.lblName.Text = "医师姓名:";
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Black;
this.groupBox2.Location = new System.Drawing.Point(5, 453);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(689, 10);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
//
// btnAdd
//
this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAdd.Location = new System.Drawing.Point(184, 487);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(66, 23);
this.btnAdd.TabIndex = 4;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnDelete
//
this.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDelete.Location = new System.Drawing.Point(356, 487);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(66, 23);
this.btnDelete.TabIndex = 5;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnShuaXin
//
this.btnShuaXin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnShuaXin.Location = new System.Drawing.Point(442, 487);
this.btnShuaXin.Name = "btnShuaXin";
this.btnShuaXin.Size = new System.Drawing.Size(66, 23);
this.btnShuaXin.TabIndex = 6;
this.btnShuaXin.Text = "刷新";
this.btnShuaXin.UseVisualStyleBackColor = true;
this.btnShuaXin.Click += new System.EventHandler(this.btnShuaXin_Click);
//
// btnDaYin
//
this.btnDaYin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDaYin.Location = new System.Drawing.Point(528, 487);
this.btnDaYin.Name = "btnDaYin";
this.btnDaYin.Size = new System.Drawing.Size(66, 23);
this.btnDaYin.TabIndex = 7;
this.btnDaYin.Text = "打印";
this.btnDaYin.UseVisualStyleBackColor = true;
this.btnDaYin.Click += new System.EventHandler(this.btnDaYin_Click);
//
// btnCanel
//
this.btnCanel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCanel.Location = new System.Drawing.Point(615, 487);
this.btnCanel.Name = "btnCanel";
this.btnCanel.Size = new System.Drawing.Size(66, 23);
this.btnCanel.TabIndex = 8;
this.btnCanel.Text = "关闭";
this.btnCanel.UseVisualStyleBackColor = true;
this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click);
//
// btnUpdate
//
this.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUpdate.Location = new System.Drawing.Point(270, 487);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(66, 23);
this.btnUpdate.TabIndex = 9;
this.btnUpdate.Text = "修改";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// frmMenZhenYiShi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(693, 534);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnCanel);
this.Controls.Add(this.btnDaYin);
this.Controls.Add(this.btnShuaXin);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.gbXinXi);
this.Controls.Add(this.gbYiShi);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmMenZhenYiShi";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "门诊医师管理";
this.Load += new System.EventHandler(this.frmMenZhenYiShi_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.gbYiShi.ResumeLayout(false);
this.gbXinXi.ResumeLayout(false);
this.gbXinXi.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox gbYiShi;
private System.Windows.Forms.GroupBox gbXinXi;
private System.Windows.Forms.Label lblKeShi;
private System.Windows.Forms.Label lblZhiCheng;
private System.Windows.Forms.Label lblXueLi;
private System.Windows.Forms.Label lblAge;
private System.Windows.Forms.Label lblSex;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox cbKeShi;
private System.Windows.Forms.ComboBox cbZhiCheng;
private System.Windows.Forms.ComboBox cbXueLi;
private System.Windows.Forms.ComboBox cbSex;
private System.Windows.Forms.TextBox txtAge;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnShuaXin;
private System.Windows.Forms.Button btnDaYin;
private System.Windows.Forms.Button btnCanel;
private System.Windows.Forms.Button btnUpdate;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?