FrmUpDateUserInfo.designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:9k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTVAdmin.Admin
- {
- partial class FrmUpDateUserInfo
- {
- /// <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.btnOK = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.txtOldPwd = new System.Windows.Forms.TextBox();
- this.txtNewPwd = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtNewPwdOK = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnExit = new System.Windows.Forms.Button();
- this.txtUserName = new System.Windows.Forms.TextBox();
- this.labName = new System.Windows.Forms.Label();
- this.labTitle = new System.Windows.Forms.Label();
- this.btnNew = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(62, 238);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(81, 23);
- this.btnOK.TabIndex = 0;
- this.btnOK.Text = "修改确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(34, 117);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(71, 12);
- this.label1.TabIndex = 1;
- this.label1.Text = "旧 密 码:";
- //
- // txtOldPwd
- //
- this.txtOldPwd.Location = new System.Drawing.Point(106, 114);
- this.txtOldPwd.Name = "txtOldPwd";
- this.txtOldPwd.Size = new System.Drawing.Size(123, 21);
- this.txtOldPwd.TabIndex = 2;
- //
- // txtNewPwd
- //
- this.txtNewPwd.Location = new System.Drawing.Point(106, 151);
- this.txtNewPwd.Name = "txtNewPwd";
- this.txtNewPwd.Size = new System.Drawing.Size(123, 21);
- this.txtNewPwd.TabIndex = 4;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(35, 154);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(71, 12);
- this.label2.TabIndex = 3;
- this.label2.Text = "新 密 码:";
- //
- // txtNewPwdOK
- //
- this.txtNewPwdOK.Location = new System.Drawing.Point(106, 185);
- this.txtNewPwdOK.Name = "txtNewPwdOK";
- this.txtNewPwdOK.Size = new System.Drawing.Size(123, 21);
- this.txtNewPwdOK.TabIndex = 6;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(35, 188);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(71, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "新密码确认:";
- //
- // btnExit
- //
- this.btnExit.Location = new System.Drawing.Point(228, 238);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(56, 23);
- this.btnExit.TabIndex = 7;
- this.btnExit.Text = "退出";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // txtUserName
- //
- this.txtUserName.Enabled = false;
- this.txtUserName.Location = new System.Drawing.Point(107, 78);
- this.txtUserName.Name = "txtUserName";
- this.txtUserName.Size = new System.Drawing.Size(123, 21);
- this.txtUserName.TabIndex = 9;
- //
- // labName
- //
- this.labName.AutoSize = true;
- this.labName.Location = new System.Drawing.Point(35, 81);
- this.labName.Name = "labName";
- this.labName.Size = new System.Drawing.Size(71, 12);
- this.labName.TabIndex = 8;
- this.labName.Text = "当前用户名:";
- //
- // labTitle
- //
- this.labTitle.AutoSize = true;
- this.labTitle.Font = new System.Drawing.Font("华文行楷", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labTitle.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.labTitle.Location = new System.Drawing.Point(42, 30);
- this.labTitle.Name = "labTitle";
- this.labTitle.Size = new System.Drawing.Size(187, 30);
- this.labTitle.TabIndex = 10;
- this.labTitle.Text = "个人密码修改";
- //
- // btnNew
- //
- this.btnNew.Location = new System.Drawing.Point(7, 238);
- this.btnNew.Name = "btnNew";
- this.btnNew.Size = new System.Drawing.Size(49, 23);
- this.btnNew.TabIndex = 11;
- this.btnNew.Text = "注册";
- this.btnNew.UseVisualStyleBackColor = true;
- this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(149, 238);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(73, 23);
- this.button1.TabIndex = 12;
- this.button1.Text = "删除自己";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // FrmUpDateUserInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(292, 273);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.btnNew);
- this.Controls.Add(this.labTitle);
- this.Controls.Add(this.txtUserName);
- this.Controls.Add(this.labName);
- this.Controls.Add(this.btnExit);
- this.Controls.Add(this.txtNewPwdOK);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.txtNewPwd);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.txtOldPwd);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnOK);
- this.Name = "FrmUpDateUserInfo";
- this.Text = "个人密码修改";
- this.Load += new System.EventHandler(this.FrmUpDateUserInfo_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtOldPwd;
- private System.Windows.Forms.TextBox txtNewPwd;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtNewPwdOK;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnExit;
- private System.Windows.Forms.TextBox txtUserName;
- private System.Windows.Forms.Label labName;
- private System.Windows.Forms.Label labTitle;
- private System.Windows.Forms.Button btnNew;
- private System.Windows.Forms.Button button1;
- }
- }