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

行业应用

开发平台:

Visual C++

  1. namespace KTVAdmin
  2. {
  3.     partial class FrmLogin
  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.btnExit = new System.Windows.Forms.Button();
  29.             this.btnLand = new System.Windows.Forms.Button();
  30.             this.txtPassWord = new System.Windows.Forms.TextBox();
  31.             this.txtUserName = new System.Windows.Forms.TextBox();
  32.             this.label2 = new System.Windows.Forms.Label();
  33.             this.label1 = new System.Windows.Forms.Label();
  34.             this.pictureBox2 = new System.Windows.Forms.PictureBox();
  35.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36.             this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
  37.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  38.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39.             this.SuspendLayout();
  40.             // 
  41.             // btnExit
  42.             // 
  43.             this.btnExit.Location = new System.Drawing.Point(326, 229);
  44.             this.btnExit.Name = "btnExit";
  45.             this.btnExit.Size = new System.Drawing.Size(58, 23);
  46.             this.btnExit.TabIndex = 14;
  47.             this.btnExit.Text = "退出";
  48.             this.btnExit.UseVisualStyleBackColor = true;
  49.             this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  50.             // 
  51.             // btnLand
  52.             // 
  53.             this.btnLand.Location = new System.Drawing.Point(234, 229);
  54.             this.btnLand.Name = "btnLand";
  55.             this.btnLand.Size = new System.Drawing.Size(61, 23);
  56.             this.btnLand.TabIndex = 13;
  57.             this.btnLand.Text = "登陆";
  58.             this.btnLand.UseVisualStyleBackColor = true;
  59.             this.btnLand.Click += new System.EventHandler(this.btnLand_Click);
  60.             // 
  61.             // txtPassWord
  62.             // 
  63.             this.txtPassWord.Location = new System.Drawing.Point(276, 192);
  64.             this.txtPassWord.Name = "txtPassWord";
  65.             this.txtPassWord.PasswordChar = '*';
  66.             this.txtPassWord.Size = new System.Drawing.Size(139, 21);
  67.             this.txtPassWord.TabIndex = 12;
  68.             // 
  69.             // txtUserName
  70.             // 
  71.             this.txtUserName.Location = new System.Drawing.Point(276, 163);
  72.             this.txtUserName.Name = "txtUserName";
  73.             this.txtUserName.Size = new System.Drawing.Size(139, 21);
  74.             this.txtUserName.TabIndex = 11;
  75.             // 
  76.             // label2
  77.             // 
  78.             this.label2.AutoSize = true;
  79.             this.label2.Location = new System.Drawing.Point(209, 195);
  80.             this.label2.Name = "label2";
  81.             this.label2.Size = new System.Drawing.Size(53, 12);
  82.             this.label2.TabIndex = 10;
  83.             this.label2.Text = "密 码:";
  84.             // 
  85.             // label1
  86.             // 
  87.             this.label1.AutoSize = true;
  88.             this.label1.Location = new System.Drawing.Point(209, 166);
  89.             this.label1.Name = "label1";
  90.             this.label1.Size = new System.Drawing.Size(53, 12);
  91.             this.label1.TabIndex = 9;
  92.             this.label1.Text = "用户名:";
  93.             // 
  94.             // pictureBox2
  95.             // 
  96.             this.pictureBox2.Image = global::KTVAdmin.Properties.Resources.K;
  97.             this.pictureBox2.Location = new System.Drawing.Point(1, 150);
  98.             this.pictureBox2.Name = "pictureBox2";
  99.             this.pictureBox2.Size = new System.Drawing.Size(195, 122);
  100.             this.pictureBox2.TabIndex = 15;
  101.             this.pictureBox2.TabStop = false;
  102.             // 
  103.             // pictureBox1
  104.             // 
  105.             this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
  106.             this.pictureBox1.Image = global::KTVAdmin.Properties.Resources._1;
  107.             this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  108.             this.pictureBox1.Name = "pictureBox1";
  109.             this.pictureBox1.Size = new System.Drawing.Size(432, 150);
  110.             this.pictureBox1.TabIndex = 8;
  111.             this.pictureBox1.TabStop = false;
  112.             // 
  113.             // skinEngine1
  114.             // 
  115.             this.skinEngine1.SerialNumber = "";
  116.             this.skinEngine1.SkinFile = null;
  117.             // 
  118.             // FrmLogin
  119.             // 
  120.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  121.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122.             this.ClientSize = new System.Drawing.Size(432, 272);
  123.             this.Controls.Add(this.pictureBox2);
  124.             this.Controls.Add(this.btnExit);
  125.             this.Controls.Add(this.btnLand);
  126.             this.Controls.Add(this.txtPassWord);
  127.             this.Controls.Add(this.txtUserName);
  128.             this.Controls.Add(this.label2);
  129.             this.Controls.Add(this.label1);
  130.             this.Controls.Add(this.pictureBox1);
  131.             this.Name = "FrmLogin";
  132.             this.Text = "KTV管理系统登录";
  133.             this.Load += new System.EventHandler(this.FrmLogin_Load);
  134.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  135.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  136.             this.ResumeLayout(false);
  137.             this.PerformLayout();
  138.         }
  139.         #endregion
  140.         private System.Windows.Forms.PictureBox pictureBox2;
  141.         private System.Windows.Forms.Button btnExit;
  142.         private System.Windows.Forms.Button btnLand;
  143.         private System.Windows.Forms.TextBox txtPassWord;
  144.         private System.Windows.Forms.TextBox txtUserName;
  145.         private System.Windows.Forms.Label label2;
  146.         private System.Windows.Forms.Label label1;
  147.         private System.Windows.Forms.PictureBox pictureBox1;
  148.         private Sunisoft.IrisSkin.SkinEngine skinEngine1;
  149.     }
  150. }