129 lines
6.4 KiB
C#
129 lines
6.4 KiB
C#
|
|
namespace SLZ_4
|
|
{
|
|
partial class ConfigPassword
|
|
{
|
|
/// <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(ConfigPassword));
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
this.uiLabel2 = new Sunny.UI.UILabel();
|
|
this.uiTextOldPwd = new Sunny.UI.UITextBox();
|
|
this.uiTextNewPwd = new Sunny.UI.UITextBox();
|
|
this.uiButtonSave = new Sunny.UI.UIButton();
|
|
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(57, 51);
|
|
this.uiLabel1.Name = "uiLabel1";
|
|
this.uiLabel1.Size = new System.Drawing.Size(87, 23);
|
|
this.uiLabel1.TabIndex = 0;
|
|
this.uiLabel1.Text = "原密码:";
|
|
//
|
|
// 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(60, 122);
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
this.uiLabel2.Size = new System.Drawing.Size(84, 23);
|
|
this.uiLabel2.TabIndex = 1;
|
|
this.uiLabel2.Text = "新密码:";
|
|
//
|
|
// uiTextOldPwd
|
|
//
|
|
this.uiTextOldPwd.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextOldPwd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextOldPwd.Location = new System.Drawing.Point(196, 45);
|
|
this.uiTextOldPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextOldPwd.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextOldPwd.Name = "uiTextOldPwd";
|
|
this.uiTextOldPwd.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextOldPwd.ShowText = false;
|
|
this.uiTextOldPwd.Size = new System.Drawing.Size(150, 29);
|
|
this.uiTextOldPwd.TabIndex = 2;
|
|
this.uiTextOldPwd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiTextOldPwd.Watermark = "";
|
|
//
|
|
// uiTextNewPwd
|
|
//
|
|
this.uiTextNewPwd.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.uiTextNewPwd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiTextNewPwd.Location = new System.Drawing.Point(196, 116);
|
|
this.uiTextNewPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTextNewPwd.MinimumSize = new System.Drawing.Size(1, 16);
|
|
this.uiTextNewPwd.Name = "uiTextNewPwd";
|
|
this.uiTextNewPwd.Padding = new System.Windows.Forms.Padding(5);
|
|
this.uiTextNewPwd.ShowText = false;
|
|
this.uiTextNewPwd.Size = new System.Drawing.Size(150, 29);
|
|
this.uiTextNewPwd.TabIndex = 3;
|
|
this.uiTextNewPwd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.uiTextNewPwd.Watermark = "";
|
|
//
|
|
// uiButtonSave
|
|
//
|
|
this.uiButtonSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.uiButtonSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButtonSave.Location = new System.Drawing.Point(161, 206);
|
|
this.uiButtonSave.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiButtonSave.Name = "uiButtonSave";
|
|
this.uiButtonSave.Size = new System.Drawing.Size(100, 35);
|
|
this.uiButtonSave.TabIndex = 4;
|
|
this.uiButtonSave.Text = "保存";
|
|
this.uiButtonSave.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButtonSave.Click += new System.EventHandler(this.uiButtonSave_Click);
|
|
//
|
|
// ConfigPassword
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.LightBlue;
|
|
this.ClientSize = new System.Drawing.Size(432, 274);
|
|
this.Controls.Add(this.uiButtonSave);
|
|
this.Controls.Add(this.uiTextNewPwd);
|
|
this.Controls.Add(this.uiTextOldPwd);
|
|
this.Controls.Add(this.uiLabel2);
|
|
this.Controls.Add(this.uiLabel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "ConfigPassword";
|
|
this.Text = "ConfigPassword";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
private Sunny.UI.UILabel uiLabel2;
|
|
private Sunny.UI.UITextBox uiTextOldPwd;
|
|
private Sunny.UI.UITextBox uiTextNewPwd;
|
|
private Sunny.UI.UIButton uiButtonSave;
|
|
}
|
|
} |