FrmInitialize.designer.cs
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:7k
源码类别:

行业应用

开发平台:

Visual C++

  1. namespace KTVAdmin.Admin
  2. {
  3.     partial class FrmInitialize
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.btnOK = new System.Windows.Forms.Button();
  29.             this.label1 = new System.Windows.Forms.Label();
  30.             this.txtNewName = new System.Windows.Forms.TextBox();
  31.             this.label2 = new System.Windows.Forms.Label();
  32.             this.label3 = new System.Windows.Forms.Label();
  33.             this.label4 = new System.Windows.Forms.Label();
  34.             this.txtPassWord = new System.Windows.Forms.TextBox();
  35.             this.label5 = new System.Windows.Forms.Label();
  36.             this.txtPassWordOK = new System.Windows.Forms.TextBox();
  37.             this.btnExit = new System.Windows.Forms.Button();
  38.             this.SuspendLayout();
  39.             // 
  40.             // btnOK
  41.             // 
  42.             this.btnOK.Location = new System.Drawing.Point(168, 256);
  43.             this.btnOK.Name = "btnOK";
  44.             this.btnOK.Size = new System.Drawing.Size(75, 23);
  45.             this.btnOK.TabIndex = 0;
  46.             this.btnOK.Text = "确定";
  47.             this.btnOK.UseVisualStyleBackColor = true;
  48.             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  49.             // 
  50.             // label1
  51.             // 
  52.             this.label1.AutoSize = true;
  53.             this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54.             this.label1.Location = new System.Drawing.Point(158, 15);
  55.             this.label1.Name = "label1";
  56.             this.label1.Size = new System.Drawing.Size(110, 21);
  57.             this.label1.TabIndex = 1;
  58.             this.label1.Text = "温馨提示:";
  59.             
  60.             // 
  61.             // txtNewName
  62.             // 
  63.             this.txtNewName.Location = new System.Drawing.Point(231, 157);
  64.             this.txtNewName.Name = "txtNewName";
  65.             this.txtNewName.Size = new System.Drawing.Size(110, 21);
  66.             this.txtNewName.TabIndex = 3;
  67.             // 
  68.             // label2
  69.             // 
  70.             this.label2.AutoSize = true;
  71.             this.label2.Location = new System.Drawing.Point(160, 160);
  72.             this.label2.Name = "label2";
  73.             this.label2.Size = new System.Drawing.Size(59, 12);
  74.             this.label2.TabIndex = 4;
  75.             this.label2.Text = "新 用 户:";
  76.             // 
  77.             // label3
  78.             // 
  79.             this.label3.AutoSize = true;
  80.             this.label3.Font = new System.Drawing.Font("隶书", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81.             this.label3.Location = new System.Drawing.Point(159, 48);
  82.             this.label3.Name = "label3";
  83.             this.label3.Size = new System.Drawing.Size(200, 80);
  84.             this.label3.TabIndex = 5;
  85.             this.label3.Text = "系统初始化将删除系统中原rnrn有的信息,只保留一个新输rnrn入的管理员!请谨慎使用!";
  86.             // 
  87.             // label4
  88.             // 
  89.             this.label4.AutoSize = true;
  90.             this.label4.Location = new System.Drawing.Point(160, 187);
  91.             this.label4.Name = "label4";
  92.             this.label4.Size = new System.Drawing.Size(59, 12);
  93.             this.label4.TabIndex = 7;
  94.             this.label4.Text = "密  码:";
  95.             // 
  96.             // txtPassWord
  97.             // 
  98.             this.txtPassWord.Location = new System.Drawing.Point(231, 184);
  99.             this.txtPassWord.Name = "txtPassWord";
  100.             this.txtPassWord.PasswordChar = '*';
  101.             this.txtPassWord.Size = new System.Drawing.Size(110, 21);
  102.             this.txtPassWord.TabIndex = 6;
  103.             // 
  104.             // label5
  105.             // 
  106.             this.label5.AutoSize = true;
  107.             this.label5.Location = new System.Drawing.Point(160, 214);
  108.             this.label5.Name = "label5";
  109.             this.label5.Size = new System.Drawing.Size(59, 12);
  110.             this.label5.TabIndex = 9;
  111.             this.label5.Text = "密码确定:";
  112.             // 
  113.             // txtPassWordOK
  114.             // 
  115.             this.txtPassWordOK.Location = new System.Drawing.Point(231, 211);
  116.             this.txtPassWordOK.Name = "txtPassWordOK";
  117.             this.txtPassWordOK.PasswordChar = '*';
  118.             this.txtPassWordOK.Size = new System.Drawing.Size(110, 21);
  119.             this.txtPassWordOK.TabIndex = 8;
  120.             // 
  121.             // btnExit
  122.             // 
  123.             this.btnExit.Location = new System.Drawing.Point(259, 256);
  124.             this.btnExit.Name = "btnExit";
  125.             this.btnExit.Size = new System.Drawing.Size(75, 23);
  126.             this.btnExit.TabIndex = 12;
  127.             this.btnExit.Text = "退出";
  128.             this.btnExit.UseVisualStyleBackColor = true;
  129.             this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  130.             // 
  131.             // FrmInitialize
  132.             // 
  133.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  134.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135.             this.ClientSize = new System.Drawing.Size(366, 291);
  136.             this.Controls.Add(this.btnExit);
  137.             this.Controls.Add(this.label5);
  138.             this.Controls.Add(this.txtPassWordOK);
  139.             this.Controls.Add(this.label4);
  140.             this.Controls.Add(this.txtPassWord);
  141.             this.Controls.Add(this.label3);
  142.             this.Controls.Add(this.label2);
  143.             this.Controls.Add(this.txtNewName);
  144.             this.Controls.Add(this.label1);
  145.             this.Controls.Add(this.btnOK);
  146.             this.MaximizeBox = false;
  147.             this.Name = "FrmInitialize";
  148.             this.Text = "系统初始化";
  149.             this.ResumeLayout(false);
  150.             this.PerformLayout();
  151.         }
  152.         #endregion
  153.         private System.Windows.Forms.Button btnOK;
  154.         private System.Windows.Forms.Label label1;
  155.         private System.Windows.Forms.TextBox txtNewName;
  156.         private System.Windows.Forms.Label label2;
  157.         private System.Windows.Forms.Label label3;
  158.         private System.Windows.Forms.Label label4;
  159.         private System.Windows.Forms.TextBox txtPassWord;
  160.         private System.Windows.Forms.Label label5;
  161.         private System.Windows.Forms.TextBox txtPassWordOK;
  162.         private System.Windows.Forms.Button btnExit;
  163.     }
  164. }