📄 officeframe.designer.cs
字号:
namespace Youzi.View
{
partial class OfficeFrame
{
/// <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.txtCureCost = new System.Windows.Forms.TextBox();
this.txtDirector = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.labOperator = new System.Windows.Forms.Label();
this.butSave = new System.Windows.Forms.Button();
this.butUpdate = new System.Windows.Forms.Button();
this.butDelete = new System.Windows.Forms.Button();
this.txtOperator = new System.Windows.Forms.TextBox();
this.butCacel = new System.Windows.Forms.Button();
this.txtOperateDate = new System.Windows.Forms.TextBox();
this.butAdd = new System.Windows.Forms.Button();
this.butClose = new System.Windows.Forms.Button();
this.labOpeateDate = new System.Windows.Forms.Label();
this.labCureCost = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.labDirector = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labName = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// txtCureCost
//
this.txtCureCost.BackColor = System.Drawing.Color.White;
this.txtCureCost.Enabled = false;
this.txtCureCost.Location = new System.Drawing.Point(88, 126);
this.txtCureCost.Name = "txtCureCost";
this.txtCureCost.Size = new System.Drawing.Size(100, 21);
this.txtCureCost.TabIndex = 4;
//
// txtDirector
//
this.txtDirector.BackColor = System.Drawing.Color.White;
this.txtDirector.Enabled = false;
this.txtDirector.Location = new System.Drawing.Point(88, 86);
this.txtDirector.Name = "txtDirector";
this.txtDirector.Size = new System.Drawing.Size(100, 21);
this.txtDirector.TabIndex = 3;
//
// txtName
//
this.txtName.BackColor = System.Drawing.Color.White;
this.txtName.Enabled = false;
this.txtName.Location = new System.Drawing.Point(88, 52);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 2;
//
// labOperator
//
this.labOperator.Location = new System.Drawing.Point(16, 206);
this.labOperator.Name = "labOperator";
this.labOperator.Size = new System.Drawing.Size(66, 21);
this.labOperator.TabIndex = 16;
this.labOperator.Text = "操 作 员:";
//
// butSave
//
this.butSave.Location = new System.Drawing.Point(513, 413);
this.butSave.Name = "butSave";
this.butSave.Size = new System.Drawing.Size(75, 23);
this.butSave.TabIndex = 9;
this.butSave.Text = "保存(&S)";
this.butSave.UseVisualStyleBackColor = true;
this.butSave.Click += new System.EventHandler(this.butSave_Click);
//
// butUpdate
//
this.butUpdate.Location = new System.Drawing.Point(432, 413);
this.butUpdate.Name = "butUpdate";
this.butUpdate.Size = new System.Drawing.Size(75, 23);
this.butUpdate.TabIndex = 8;
this.butUpdate.Text = "修改(&U)";
this.butUpdate.UseVisualStyleBackColor = true;
this.butUpdate.Click += new System.EventHandler(this.butUpdate_Click);
//
// butDelete
//
this.butDelete.Location = new System.Drawing.Point(351, 413);
this.butDelete.Name = "butDelete";
this.butDelete.Size = new System.Drawing.Size(75, 23);
this.butDelete.TabIndex = 7;
this.butDelete.Text = "删除(&D)";
this.butDelete.UseVisualStyleBackColor = true;
this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
//
// txtOperator
//
this.txtOperator.BackColor = System.Drawing.Color.Wheat;
this.txtOperator.Location = new System.Drawing.Point(88, 203);
this.txtOperator.Name = "txtOperator";
this.txtOperator.Size = new System.Drawing.Size(100, 21);
this.txtOperator.TabIndex = 6;
//
// butCacel
//
this.butCacel.Location = new System.Drawing.Point(594, 413);
this.butCacel.Name = "butCacel";
this.butCacel.Size = new System.Drawing.Size(75, 23);
this.butCacel.TabIndex = 10;
this.butCacel.Text = "取消(&C)";
this.butCacel.UseVisualStyleBackColor = true;
this.butCacel.Click += new System.EventHandler(this.butCacel_Click);
//
// txtOperateDate
//
this.txtOperateDate.BackColor = System.Drawing.Color.Wheat;
this.txtOperateDate.Location = new System.Drawing.Point(88, 166);
this.txtOperateDate.Name = "txtOperateDate";
this.txtOperateDate.Size = new System.Drawing.Size(100, 21);
this.txtOperateDate.TabIndex = 5;
//
// butAdd
//
this.butAdd.Location = new System.Drawing.Point(270, 413);
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);
//
// butClose
//
this.butClose.Location = new System.Drawing.Point(675, 413);
this.butClose.Name = "butClose";
this.butClose.Size = new System.Drawing.Size(75, 23);
this.butClose.TabIndex = 11;
this.butClose.Text = "关闭(&G)";
this.butClose.UseVisualStyleBackColor = true;
this.butClose.Click += new System.EventHandler(this.butClose_Click);
//
// labOpeateDate
//
this.labOpeateDate.Location = new System.Drawing.Point(16, 166);
this.labOpeateDate.Name = "labOpeateDate";
this.labOpeateDate.Size = new System.Drawing.Size(66, 21);
this.labOpeateDate.TabIndex = 15;
this.labOpeateDate.Text = "操作时间:";
//
// labCureCost
//
this.labCureCost.Location = new System.Drawing.Point(16, 129);
this.labCureCost.Name = "labCureCost";
this.labCureCost.Size = new System.Drawing.Size(66, 21);
this.labCureCost.TabIndex = 14;
this.labCureCost.Text = "诊 疗 费:";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 121);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(556, 276);
this.dataGridView1.TabIndex = 12;
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
//
// labDirector
//
this.labDirector.Location = new System.Drawing.Point(16, 89);
this.labDirector.Name = "labDirector";
this.labDirector.Size = new System.Drawing.Size(66, 21);
this.labDirector.TabIndex = 13;
this.labDirector.Text = "主 任:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtOperator);
this.groupBox1.Controls.Add(this.txtOperateDate);
this.groupBox1.Controls.Add(this.txtCureCost);
this.groupBox1.Controls.Add(this.txtDirector);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.labOperator);
this.groupBox1.Controls.Add(this.labOpeateDate);
this.groupBox1.Controls.Add(this.labCureCost);
this.groupBox1.Controls.Add(this.labDirector);
this.groupBox1.Controls.Add(this.labName);
this.groupBox1.Location = new System.Drawing.Point(562, 128);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(199, 269);
this.groupBox1.TabIndex = 26;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "科室信息设置";
//
// labName
//
this.labName.Location = new System.Drawing.Point(16, 55);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(66, 21);
this.labName.TabIndex = 12;
this.labName.Text = "科室名称:";
//
// 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(770, 122);
this.panel1.TabIndex = 27;
//
// OfficeFrame
//
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(770, 462);
this.Controls.Add(this.panel1);
this.Controls.Add(this.butSave);
this.Controls.Add(this.butUpdate);
this.Controls.Add(this.butDelete);
this.Controls.Add(this.butCacel);
this.Controls.Add(this.butAdd);
this.Controls.Add(this.butClose);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "OfficeFrame";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "医院管理系统";
this.Load += new System.EventHandler(this.OfficeFrame_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtCureCost;
private System.Windows.Forms.TextBox txtDirector;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label labOperator;
private System.Windows.Forms.Button butSave;
private System.Windows.Forms.Button butUpdate;
private System.Windows.Forms.Button butDelete;
private System.Windows.Forms.TextBox txtOperator;
private System.Windows.Forms.Button butCacel;
private System.Windows.Forms.TextBox txtOperateDate;
private System.Windows.Forms.Button butAdd;
private System.Windows.Forms.Button butClose;
private System.Windows.Forms.Label labOpeateDate;
private System.Windows.Forms.Label labCureCost;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label labDirector;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labName;
private System.Windows.Forms.Panel panel1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -