Files
SCRGroupLineDynStatDisk/EleBox.App/FrmUserManage.Designer.cs
2025-06-03 17:27:51 +08:00

229 lines
11 KiB
C#

namespace DynStatDisk.App
{
partial class FrmUserManage
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUserManage));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.cbxLevel = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.lblPwd = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.groupBox1.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnClose);
this.groupBox1.Controls.Add(this.btnDelete);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Controls.Add(this.btnEdit);
this.groupBox1.Controls.Add(this.panel3);
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(3, -1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(710, 157);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "操作";
//
// btnClose
//
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.Location = new System.Drawing.Point(597, 21);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(94, 47);
this.btnClose.TabIndex = 30;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnDelete
//
this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDelete.Location = new System.Drawing.Point(497, 21);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(94, 47);
this.btnDelete.TabIndex = 29;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnAdd
//
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAdd.Location = new System.Drawing.Point(297, 20);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(94, 47);
this.btnAdd.TabIndex = 27;
this.btnAdd.Text = "增加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnEdit
//
this.btnEdit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnEdit.Location = new System.Drawing.Point(397, 20);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(94, 47);
this.btnEdit.TabIndex = 28;
this.btnEdit.Text = "修改";
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.ControlLight;
this.panel3.Controls.Add(this.cbxLevel);
this.panel3.Controls.Add(this.label2);
this.panel3.Controls.Add(this.lblPwd);
this.panel3.Controls.Add(this.txtPwd);
this.panel3.Controls.Add(this.txtName);
this.panel3.Controls.Add(this.label5);
this.panel3.Location = new System.Drawing.Point(0, 77);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(710, 74);
this.panel3.TabIndex = 26;
//
// cbxLevel
//
this.cbxLevel.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbxLevel.FormattingEnabled = true;
this.cbxLevel.Location = new System.Drawing.Point(409, 35);
this.cbxLevel.Name = "cbxLevel";
this.cbxLevel.Size = new System.Drawing.Size(121, 33);
this.cbxLevel.TabIndex = 21;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label2.Location = new System.Drawing.Point(422, 12);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 21);
this.label2.TabIndex = 20;
this.label2.Text = "级别";
//
// lblPwd
//
this.lblPwd.AutoSize = true;
this.lblPwd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.lblPwd.Location = new System.Drawing.Point(285, 12);
this.lblPwd.Name = "lblPwd";
this.lblPwd.Size = new System.Drawing.Size(42, 21);
this.lblPwd.TabIndex = 19;
this.lblPwd.Text = "密码";
//
// txtPwd
//
this.txtPwd.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPwd.Location = new System.Drawing.Point(209, 35);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(200, 33);
this.txtPwd.TabIndex = 13;
//
// txtName
//
this.txtName.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtName.Location = new System.Drawing.Point(9, 35);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(200, 33);
this.txtName.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label5.Location = new System.Drawing.Point(82, 12);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(58, 21);
this.label5.TabIndex = 8;
this.label5.Text = "用户名";
//
// listView1
//
this.listView1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(0, 155);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(714, 506);
this.listView1.TabIndex = 6;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged_1);
//
// FrmUserManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(714, 661);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.listView1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmUserManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户管理";
this.Load += new System.EventHandler(this.FrmUserManage_Load);
this.groupBox1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ComboBox cbxLevel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblPwd;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ListView listView1;
}
}