代码拉取完成,页面将自动刷新
namespace vivo_tools_3
{
partial class EditUser
{
/// <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(EditUser));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.tb_id = new Sunny.UI.UITextBox();
this.tb_uname = new Sunny.UI.UITextBox();
this.tb_upwd = new Sunny.UI.UITextBox();
this.ub_save = new Sunny.UI.UIButton();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.urb_y = new Sunny.UI.UIRadioButton();
this.urb_n = new Sunny.UI.UIRadioButton();
this.ub_Cancel = new Sunny.UI.UIButton();
this.uiCheckBox1 = new Sunny.UI.UICheckBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(19, 57);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(78, 27);
this.label1.TabIndex = 10;
this.label1.Text = "用户ID:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(19, 103);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 27);
this.label2.TabIndex = 11;
this.label2.Text = "用户名:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(19, 193);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(57, 27);
this.label4.TabIndex = 12;
this.label4.Text = "密码:";
//
// tb_id
//
this.tb_id.ButtonSymbol = 61761;
this.tb_id.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_id.Enabled = false;
this.tb_id.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tb_id.Location = new System.Drawing.Point(119, 57);
this.tb_id.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_id.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_id.Name = "tb_id";
this.tb_id.Radius = 29;
this.tb_id.ShowText = false;
this.tb_id.Size = new System.Drawing.Size(189, 29);
this.tb_id.TabIndex = 3;
this.tb_id.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_id.Watermark = "用户ID";
this.tb_id.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tb_uname
//
this.tb_uname.ButtonSymbol = 61761;
this.tb_uname.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_uname.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tb_uname.Location = new System.Drawing.Point(119, 101);
this.tb_uname.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_uname.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_uname.Name = "tb_uname";
this.tb_uname.Radius = 29;
this.tb_uname.ShowText = false;
this.tb_uname.Size = new System.Drawing.Size(189, 29);
this.tb_uname.TabIndex = 4;
this.tb_uname.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_uname.Watermark = "用户名";
this.tb_uname.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// tb_upwd
//
this.tb_upwd.ButtonSymbol = 61761;
this.tb_upwd.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_upwd.Font = new System.Drawing.Font("微软雅黑", 9F);
this.tb_upwd.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.tb_upwd.Location = new System.Drawing.Point(119, 193);
this.tb_upwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_upwd.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_upwd.Name = "tb_upwd";
this.tb_upwd.PasswordChar = '●';
this.tb_upwd.Radius = 29;
this.tb_upwd.ShowText = false;
this.tb_upwd.Size = new System.Drawing.Size(189, 29);
this.tb_upwd.TabIndex = 0;
this.tb_upwd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_upwd.Watermark = "密码";
this.tb_upwd.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// ub_save
//
this.ub_save.Cursor = System.Windows.Forms.Cursors.Hand;
this.ub_save.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_save.Location = new System.Drawing.Point(286, 239);
this.ub_save.MinimumSize = new System.Drawing.Size(1, 1);
this.ub_save.Name = "ub_save";
this.ub_save.Radius = 30;
this.ub_save.Size = new System.Drawing.Size(76, 35);
this.ub_save.TabIndex = 7;
this.ub_save.Text = "保存";
this.ub_save.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_save.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.ub_save.Click += new System.EventHandler(this.ub_save_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F);
this.label6.Location = new System.Drawing.Point(361, 160);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(69, 20);
this.label6.TabIndex = 9;
this.label6.Text = "更换头像";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 145);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 27);
this.label3.TabIndex = 15;
this.label3.Text = "管理员:";
//
// urb_y
//
this.urb_y.Cursor = System.Windows.Forms.Cursors.Hand;
this.urb_y.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.urb_y.Location = new System.Drawing.Point(119, 144);
this.urb_y.MinimumSize = new System.Drawing.Size(1, 1);
this.urb_y.Name = "urb_y";
this.urb_y.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.urb_y.Size = new System.Drawing.Size(46, 30);
this.urb_y.TabIndex = 16;
this.urb_y.Text = "是";
this.urb_y.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// urb_n
//
this.urb_n.Cursor = System.Windows.Forms.Cursors.Hand;
this.urb_n.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.urb_n.Location = new System.Drawing.Point(202, 144);
this.urb_n.MinimumSize = new System.Drawing.Size(1, 1);
this.urb_n.Name = "urb_n";
this.urb_n.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.urb_n.Size = new System.Drawing.Size(46, 30);
this.urb_n.TabIndex = 17;
this.urb_n.Text = "否";
this.urb_n.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// ub_Cancel
//
this.ub_Cancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.ub_Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_Cancel.Location = new System.Drawing.Point(368, 239);
this.ub_Cancel.MinimumSize = new System.Drawing.Size(1, 1);
this.ub_Cancel.Name = "ub_Cancel";
this.ub_Cancel.Radius = 30;
this.ub_Cancel.Size = new System.Drawing.Size(76, 35);
this.ub_Cancel.TabIndex = 21;
this.ub_Cancel.Text = "取消";
this.ub_Cancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ub_Cancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.ub_Cancel.Click += new System.EventHandler(this.ub_Cancel_Click);
//
// uiCheckBox1
//
this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 9F);
this.uiCheckBox1.Location = new System.Drawing.Point(307, 193);
this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox1.Name = "uiCheckBox1";
this.uiCheckBox1.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.uiCheckBox1.Size = new System.Drawing.Size(150, 29);
this.uiCheckBox1.TabIndex = 23;
this.uiCheckBox1.Text = "显示密码";
this.uiCheckBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiCheckBox1.CheckedChanged += new System.EventHandler(this.uiCheckBox1_CheckedChanged);
//
// pictureBox1
//
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox1.Location = new System.Drawing.Point(344, 57);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 100);
this.pictureBox1.TabIndex = 24;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
this.pictureBox1.MouseHover += new System.EventHandler(this.pictureBox1_MouseHover);
//
// EditUser
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.ClientSize = new System.Drawing.Size(468, 297);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.uiCheckBox1);
this.Controls.Add(this.ub_Cancel);
this.Controls.Add(this.urb_n);
this.Controls.Add(this.urb_y);
this.Controls.Add(this.label3);
this.Controls.Add(this.label6);
this.Controls.Add(this.ub_save);
this.Controls.Add(this.tb_upwd);
this.Controls.Add(this.tb_uname);
this.Controls.Add(this.tb_id);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditUser";
this.ShowInTaskbar = false;
this.ShowRadius = false;
this.ShowShadow = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "EditUser";
this.TitleFont = new System.Drawing.Font("微软雅黑", 9F);
this.ZoomScaleRect = new System.Drawing.Rectangle(19, 19, 488, 297);
this.UIStyleChanged += new System.EventHandler(this.EditUser_UIStyleChanged);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private Sunny.UI.UITextBox tb_id;
private Sunny.UI.UITextBox tb_uname;
public Sunny.UI.UITextBox tb_upwd;
private Sunny.UI.UIButton ub_save;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label3;
private Sunny.UI.UIRadioButton urb_y;
private Sunny.UI.UIRadioButton urb_n;
private Sunny.UI.UIButton ub_Cancel;
private Sunny.UI.UICheckBox uiCheckBox1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。