添加项目文件。
This commit is contained in:
180
口罩泄露定制款/Form/frm_AddUser.Designer.cs
generated
Normal file
180
口罩泄露定制款/Form/frm_AddUser.Designer.cs
generated
Normal file
@@ -0,0 +1,180 @@
|
||||
namespace 口罩泄露定制款.Form
|
||||
{
|
||||
partial class frm_AddUser
|
||||
{
|
||||
/// <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.uiLabel1 = new Sunny.UI.UILabel();
|
||||
this.tb_UserName = new Sunny.UI.UITextBox();
|
||||
this.uiLabel2 = new Sunny.UI.UILabel();
|
||||
this.tb_Password = new Sunny.UI.UITextBox();
|
||||
this.uiLabel3 = new Sunny.UI.UILabel();
|
||||
this.tb_password2 = new Sunny.UI.UITextBox();
|
||||
this.btn_Save = new System.Windows.Forms.Button();
|
||||
this.cbg_quanxian = new Sunny.UI.UIRadioButtonGroup();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// uiLabel1
|
||||
//
|
||||
this.uiLabel1.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLabel1.Location = new System.Drawing.Point(55, 66);
|
||||
this.uiLabel1.Name = "uiLabel1";
|
||||
this.uiLabel1.Size = new System.Drawing.Size(100, 23);
|
||||
this.uiLabel1.TabIndex = 0;
|
||||
this.uiLabel1.Text = "用户名:";
|
||||
//
|
||||
// tb_UserName
|
||||
//
|
||||
this.tb_UserName.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.tb_UserName.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.tb_UserName.Location = new System.Drawing.Point(162, 60);
|
||||
this.tb_UserName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tb_UserName.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.tb_UserName.Name = "tb_UserName";
|
||||
this.tb_UserName.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.tb_UserName.ShowText = false;
|
||||
this.tb_UserName.Size = new System.Drawing.Size(150, 38);
|
||||
this.tb_UserName.TabIndex = 1;
|
||||
this.tb_UserName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.tb_UserName.Watermark = "请输入用户名";
|
||||
//
|
||||
// uiLabel2
|
||||
//
|
||||
this.uiLabel2.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLabel2.Location = new System.Drawing.Point(36, 127);
|
||||
this.uiLabel2.Name = "uiLabel2";
|
||||
this.uiLabel2.Size = new System.Drawing.Size(119, 23);
|
||||
this.uiLabel2.TabIndex = 0;
|
||||
this.uiLabel2.Text = "登陆密码:";
|
||||
//
|
||||
// tb_Password
|
||||
//
|
||||
this.tb_Password.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.tb_Password.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.tb_Password.Location = new System.Drawing.Point(162, 121);
|
||||
this.tb_Password.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tb_Password.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.tb_Password.Name = "tb_Password";
|
||||
this.tb_Password.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.tb_Password.ShowText = false;
|
||||
this.tb_Password.Size = new System.Drawing.Size(150, 38);
|
||||
this.tb_Password.TabIndex = 2;
|
||||
this.tb_Password.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.tb_Password.Watermark = "请输入密码";
|
||||
//
|
||||
// uiLabel3
|
||||
//
|
||||
this.uiLabel3.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||
this.uiLabel3.Location = new System.Drawing.Point(36, 184);
|
||||
this.uiLabel3.Name = "uiLabel3";
|
||||
this.uiLabel3.Size = new System.Drawing.Size(119, 23);
|
||||
this.uiLabel3.TabIndex = 0;
|
||||
this.uiLabel3.Text = "确认密码:";
|
||||
//
|
||||
// tb_password2
|
||||
//
|
||||
this.tb_password2.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.tb_password2.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.tb_password2.Location = new System.Drawing.Point(162, 178);
|
||||
this.tb_password2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tb_password2.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.tb_password2.Name = "tb_password2";
|
||||
this.tb_password2.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.tb_password2.ShowText = false;
|
||||
this.tb_password2.Size = new System.Drawing.Size(150, 38);
|
||||
this.tb_password2.TabIndex = 3;
|
||||
this.tb_password2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.tb_password2.Watermark = "再次输入密码";
|
||||
//
|
||||
// btn_Save
|
||||
//
|
||||
this.btn_Save.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.btn_Save.Location = new System.Drawing.Point(112, 364);
|
||||
this.btn_Save.Name = "btn_Save";
|
||||
this.btn_Save.Size = new System.Drawing.Size(131, 48);
|
||||
this.btn_Save.TabIndex = 4;
|
||||
this.btn_Save.Text = "保存";
|
||||
this.btn_Save.UseVisualStyleBackColor = true;
|
||||
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
||||
//
|
||||
// cbg_quanxian
|
||||
//
|
||||
this.cbg_quanxian.ColumnCount = 2;
|
||||
this.cbg_quanxian.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.cbg_quanxian.Items.AddRange(new object[] {
|
||||
"A类",
|
||||
"B类",
|
||||
"C类",
|
||||
"D类",
|
||||
"E类"});
|
||||
this.cbg_quanxian.Location = new System.Drawing.Point(40, 226);
|
||||
this.cbg_quanxian.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.cbg_quanxian.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.cbg_quanxian.Name = "cbg_quanxian";
|
||||
this.cbg_quanxian.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
||||
this.cbg_quanxian.Size = new System.Drawing.Size(270, 130);
|
||||
this.cbg_quanxian.TabIndex = 5;
|
||||
this.cbg_quanxian.Text = "用户权限";
|
||||
this.cbg_quanxian.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.cbg_quanxian.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.cbg_quanxian_ValueChanged);
|
||||
//
|
||||
// frm_AddUser
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(341, 464);
|
||||
this.Controls.Add(this.cbg_quanxian);
|
||||
this.Controls.Add(this.btn_Save);
|
||||
this.Controls.Add(this.tb_password2);
|
||||
this.Controls.Add(this.uiLabel3);
|
||||
this.Controls.Add(this.tb_Password);
|
||||
this.Controls.Add(this.uiLabel2);
|
||||
this.Controls.Add(this.tb_UserName);
|
||||
this.Controls.Add(this.uiLabel1);
|
||||
this.Font = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.Name = "frm_AddUser";
|
||||
this.Text = "新增用户";
|
||||
this.TopMost = true;
|
||||
this.ZoomScaleRect = new System.Drawing.Rectangle(19, 19, 800, 450);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Sunny.UI.UILabel uiLabel1;
|
||||
private Sunny.UI.UITextBox tb_UserName;
|
||||
private Sunny.UI.UILabel uiLabel2;
|
||||
private Sunny.UI.UITextBox tb_Password;
|
||||
private Sunny.UI.UILabel uiLabel3;
|
||||
private Sunny.UI.UITextBox tb_password2;
|
||||
private System.Windows.Forms.Button btn_Save;
|
||||
private Sunny.UI.UIRadioButtonGroup cbg_quanxian;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user