📄 frmadminfo.designer.cs
字号:
namespace property.view.SystemInfo
{
partial class frmAdmInfo
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbAdminAdd = new System.Windows.Forms.ToolStripButton();
this.tsbAdminUpdate = new System.Windows.Forms.ToolStripButton();
this.tsbAdminfind = new System.Windows.Forms.ToolStripButton();
this.tsbEsce = new System.Windows.Forms.ToolStripButton();
this.pAdminAdd = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label11 = new System.Windows.Forms.Label();
this.btnCheck = new System.Windows.Forms.Button();
this.bntEscAdd = new System.Windows.Forms.Button();
this.bntSureAdd = new System.Windows.Forms.Button();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtAdminWork = new System.Windows.Forms.TextBox();
this.txtAdminPass = new System.Windows.Forms.TextBox();
this.txtAdminName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pUpdate = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.bntEsceupdate = new System.Windows.Forms.Button();
this.bntSureUpdate = new System.Windows.Forms.Button();
this.txtphoneudate = new System.Windows.Forms.TextBox();
this.txtWorkupdate = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.bntEsceYang = new System.Windows.Forms.Button();
this.bntSureyan = new System.Windows.Forms.Button();
this.txtUserPassw = new System.Windows.Forms.TextBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pandSelect = new System.Windows.Forms.Panel();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.Adminselect = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.txtAdminFind = new System.Windows.Forms.TextBox();
this.dtaGridSelect = new System.Windows.Forms.DataGridView();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.groupBox1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.pAdminAdd.SuspendLayout();
this.groupBox2.SuspendLayout();
this.pUpdate.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.pandSelect.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtaGridSelect)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.splitContainer1);
this.groupBox1.Location = new System.Drawing.Point(26, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(658, 288);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "管理员基本信息";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 17);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.splitContainer1.Panel1.Controls.Add(this.panel1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.splitContainer1.Panel2.Controls.Add(this.pAdminAdd);
this.splitContainer1.Panel2.Controls.Add(this.pUpdate);
this.splitContainer1.Panel2.Controls.Add(this.pandSelect);
this.splitContainer1.Size = new System.Drawing.Size(652, 268);
this.splitContainer1.SplitterDistance = 152;
this.splitContainer1.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.toolStrip1);
this.panel1.Location = new System.Drawing.Point(3, 65);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(144, 118);
this.panel1.TabIndex = 0;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbAdminAdd,
this.tsbAdminUpdate,
this.tsbAdminfind,
this.tsbEsce});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table;
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(144, 92);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// tsbAdminAdd
//
this.tsbAdminAdd.Image = global::property.Properties.Resources.add;
this.tsbAdminAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAdminAdd.Name = "tsbAdminAdd";
this.tsbAdminAdd.Size = new System.Drawing.Size(85, 20);
this.tsbAdminAdd.Text = "添加管理员";
this.tsbAdminAdd.Click += new System.EventHandler(this.tsbAdminAdd_Click);
//
// tsbAdminUpdate
//
this.tsbAdminUpdate.Image = global::property.Properties.Resources.update;
this.tsbAdminUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAdminUpdate.Name = "tsbAdminUpdate";
this.tsbAdminUpdate.Size = new System.Drawing.Size(85, 20);
this.tsbAdminUpdate.Text = "修改管理员";
this.tsbAdminUpdate.Click += new System.EventHandler(this.tsbAdminUpdate_Click);
//
// tsbAdminfind
//
this.tsbAdminfind.Image = global::property.Properties.Resources.select;
this.tsbAdminfind.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAdminfind.Name = "tsbAdminfind";
this.tsbAdminfind.Size = new System.Drawing.Size(73, 20);
this.tsbAdminfind.Text = "用户查询";
this.tsbAdminfind.Click += new System.EventHandler(this.tsbAdminfind_Click);
//
// tsbEsce
//
this.tsbEsce.Image = global::property.Properties.Resources.esce;
this.tsbEsce.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbEsce.Name = "tsbEsce";
this.tsbEsce.Size = new System.Drawing.Size(73, 20);
this.tsbEsce.Text = "退出程序";
this.tsbEsce.ToolTipText = "退出";
this.tsbEsce.Click += new System.EventHandler(this.tsbEsce_Click);
//
// pAdminAdd
//
this.pAdminAdd.BackColor = System.Drawing.Color.White;
this.pAdminAdd.Controls.Add(this.groupBox2);
this.pAdminAdd.Location = new System.Drawing.Point(63, 16);
this.pAdminAdd.Name = "pAdminAdd";
this.pAdminAdd.Size = new System.Drawing.Size(349, 229);
this.pAdminAdd.TabIndex = 0;
this.pAdminAdd.Paint += new System.Windows.Forms.PaintEventHandler(this.pAdminAdd_Paint);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.btnCheck);
this.groupBox2.Controls.Add(this.bntEscAdd);
this.groupBox2.Controls.Add(this.bntSureAdd);
this.groupBox2.Controls.Add(this.txtPhone);
this.groupBox2.Controls.Add(this.txtAdminWork);
this.groupBox2.Controls.Add(this.txtAdminPass);
this.groupBox2.Controls.Add(this.txtAdminName);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(5, 21);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(325, 196);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "管理员注册";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -