tijian_jichuang/Code/TiJianJieGuo/frmHYSHYS.Designer.cs
2025-02-20 11:54:48 +08:00

121 lines
4.7 KiB
C#

namespace TiJianJieGuo
{
partial class frmHYSHYS
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.textmm = new System.Windows.Forms.TextBox();
this.textyhm = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.textmm);
this.panel1.Controls.Add(this.textyhm);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(25, 24);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(347, 111);
this.panel1.TabIndex = 0;
//
// textmm
//
this.textmm.Location = new System.Drawing.Point(96, 67);
this.textmm.Name = "textmm";
this.textmm.Size = new System.Drawing.Size(222, 21);
this.textmm.TabIndex = 3;
//
// textyhm
//
this.textyhm.Location = new System.Drawing.Point(96, 22);
this.textyhm.Name = "textyhm";
this.textyhm.Size = new System.Drawing.Size(222, 21);
this.textyhm.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "登录密码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用 户 名:";
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Location = new System.Drawing.Point(156, 142);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(95, 35);
this.button1.TabIndex = 1;
this.button1.Text = "确 认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// frmHYSHYS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(401, 188);
this.Controls.Add(this.button1);
this.Controls.Add(this.panel1);
this.Name = "frmHYSHYS";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "审核医师审核权限验证";
this.Load += new System.EventHandler(this.frmHYSHYS_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textmm;
private System.Windows.Forms.TextBox textyhm;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
}
}