FrmInitialize.designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:7k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTVAdmin.Admin
- {
- partial class FrmInitialize
- {
- /// <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.txtNewName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.txtPassWord = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.txtPassWordOK = new System.Windows.Forms.TextBox();
- this.btnExit = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(168, 256);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(75, 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.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(158, 15);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(110, 21);
- this.label1.TabIndex = 1;
- this.label1.Text = "温馨提示:";
- //
- // txtNewName
- //
- this.txtNewName.Location = new System.Drawing.Point(231, 157);
- this.txtNewName.Name = "txtNewName";
- this.txtNewName.Size = new System.Drawing.Size(110, 21);
- this.txtNewName.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(160, 160);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 4;
- this.label2.Text = "新 用 户:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("隶书", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(159, 48);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(200, 80);
- this.label3.TabIndex = 5;
- this.label3.Text = "系统初始化将删除系统中原rnrn有的信息,只保留一个新输rnrn入的管理员!请谨慎使用!";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(160, 187);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 7;
- this.label4.Text = "密 码:";
- //
- // txtPassWord
- //
- this.txtPassWord.Location = new System.Drawing.Point(231, 184);
- this.txtPassWord.Name = "txtPassWord";
- this.txtPassWord.PasswordChar = '*';
- this.txtPassWord.Size = new System.Drawing.Size(110, 21);
- this.txtPassWord.TabIndex = 6;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(160, 214);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(59, 12);
- this.label5.TabIndex = 9;
- this.label5.Text = "密码确定:";
- //
- // txtPassWordOK
- //
- this.txtPassWordOK.Location = new System.Drawing.Point(231, 211);
- this.txtPassWordOK.Name = "txtPassWordOK";
- this.txtPassWordOK.PasswordChar = '*';
- this.txtPassWordOK.Size = new System.Drawing.Size(110, 21);
- this.txtPassWordOK.TabIndex = 8;
- //
- // btnExit
- //
- this.btnExit.Location = new System.Drawing.Point(259, 256);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(75, 23);
- this.btnExit.TabIndex = 12;
- this.btnExit.Text = "退出";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // FrmInitialize
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(366, 291);
- this.Controls.Add(this.btnExit);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.txtPassWordOK);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.txtPassWord);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.txtNewName);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnOK);
- this.MaximizeBox = false;
- this.Name = "FrmInitialize";
- this.Text = "系统初始化";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtNewName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtPassWord;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtPassWordOK;
- private System.Windows.Forms.Button btnExit;
- }
- }