Login.Designer.cs
上传用户:yzllxs
上传日期:2020-11-17
资源大小:530k
文件大小:8k
源码类别:

中间件编程

开发平台:

C#

  1. namespace HookLock
  2. {
  3.     partial class Login
  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.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
  30.             this.label5 = new System.Windows.Forms.Label();
  31.             this.btnCancel = new System.Windows.Forms.Button();
  32.             this.btnOK = new System.Windows.Forms.Button();
  33.             this.cbbox = new System.Windows.Forms.ComboBox();
  34.             this.passwork2 = new System.Windows.Forms.TextBox();
  35.             this.passwork = new System.Windows.Forms.TextBox();
  36.             this.label4 = new System.Windows.Forms.Label();
  37.             this.label3 = new System.Windows.Forms.Label();
  38.             this.label2 = new System.Windows.Forms.Label();
  39.             this.label1 = new System.Windows.Forms.Label();
  40.             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  41.             this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
  42.             this.SuspendLayout();
  43.             // 
  44.             // label5
  45.             // 
  46.             this.label5.AutoSize = true;
  47.             this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48.             this.label5.ForeColor = System.Drawing.Color.Red;
  49.             this.label5.Location = new System.Drawing.Point(98, 46);
  50.             this.label5.Name = "label5";
  51.             this.label5.Size = new System.Drawing.Size(55, 21);
  52.             this.label5.TabIndex = 38;
  53.             this.label5.Text = "label5";
  54.             this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  55.             this.label5.Visible = false;
  56.             // 
  57.             // btnCancel
  58.             // 
  59.             this.btnCancel.Location = new System.Drawing.Point(158, 228);
  60.             this.btnCancel.Name = "btnCancel";
  61.             this.btnCancel.Size = new System.Drawing.Size(75, 23);
  62.             this.btnCancel.TabIndex = 37;
  63.             this.btnCancel.Text = "取消";
  64.             this.btnCancel.UseVisualStyleBackColor = true;
  65.             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  66.             // 
  67.             // btnOK
  68.             // 
  69.             this.btnOK.Location = new System.Drawing.Point(43, 228);
  70.             this.btnOK.Name = "btnOK";
  71.             this.btnOK.Size = new System.Drawing.Size(75, 23);
  72.             this.btnOK.TabIndex = 36;
  73.             this.btnOK.Text = "确定";
  74.             this.btnOK.UseVisualStyleBackColor = true;
  75.             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  76.             // 
  77.             // cbbox
  78.             // 
  79.             this.cbbox.FormattingEnabled = true;
  80.             this.cbbox.Items.AddRange(new object[] {
  81.             "100%",
  82.             "80%",
  83.             "60%",
  84.             "40%",
  85.             "20%"});
  86.             this.cbbox.Location = new System.Drawing.Point(102, 172);
  87.             this.cbbox.Name = "cbbox";
  88.             this.cbbox.Size = new System.Drawing.Size(131, 20);
  89.             this.cbbox.TabIndex = 35;
  90.             // 
  91.             // passwork2
  92.             // 
  93.             this.passwork2.Location = new System.Drawing.Point(102, 129);
  94.             this.passwork2.Name = "passwork2";
  95.             this.passwork2.PasswordChar = '*';
  96.             this.passwork2.Size = new System.Drawing.Size(131, 21);
  97.             this.passwork2.TabIndex = 34;
  98.             this.passwork2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.passwork2_KeyDown);
  99.             // 
  100.             // passwork
  101.             // 
  102.             this.passwork.Location = new System.Drawing.Point(102, 86);
  103.             this.passwork.Name = "passwork";
  104.             this.passwork.PasswordChar = '*';
  105.             this.passwork.Size = new System.Drawing.Size(131, 21);
  106.             this.passwork.TabIndex = 33;
  107.             // 
  108.             // label4
  109.             // 
  110.             this.label4.Location = new System.Drawing.Point(17, 19);
  111.             this.label4.Name = "label4";
  112.             this.label4.Size = new System.Drawing.Size(258, 27);
  113.             this.label4.TabIndex = 32;
  114.             this.label4.Text = "务必牢记密码。以防给您造成不必要的损失。   密码区分大小写。";
  115.             // 
  116.             // label3
  117.             // 
  118.             this.label3.AutoSize = true;
  119.             this.label3.Location = new System.Drawing.Point(17, 180);
  120.             this.label3.Name = "label3";
  121.             this.label3.Size = new System.Drawing.Size(59, 12);
  122.             this.label3.TabIndex = 31;
  123.             this.label3.Text = "窗体透明:";
  124.             // 
  125.             // label2
  126.             // 
  127.             this.label2.AutoSize = true;
  128.             this.label2.Location = new System.Drawing.Point(41, 138);
  129.             this.label2.Name = "label2";
  130.             this.label2.Size = new System.Drawing.Size(35, 12);
  131.             this.label2.TabIndex = 30;
  132.             this.label2.Text = "确认:";
  133.             // 
  134.             // label1
  135.             // 
  136.             this.label1.AutoSize = true;
  137.             this.label1.Location = new System.Drawing.Point(41, 96);
  138.             this.label1.Name = "label1";
  139.             this.label1.Size = new System.Drawing.Size(35, 12);
  140.             this.label1.TabIndex = 29;
  141.             this.label1.Text = "密码:";
  142.             // 
  143.             // skinEngine1
  144.             // 
  145.             this.skinEngine1.SerialNumber = "";
  146.             this.skinEngine1.SkinFile = null;
  147.             // 
  148.             // Login
  149.             // 
  150.             this.AcceptButton = this.btnOK;
  151.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  152.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153.             this.ClientSize = new System.Drawing.Size(292, 271);
  154.             this.Controls.Add(this.label5);
  155.             this.Controls.Add(this.btnCancel);
  156.             this.Controls.Add(this.btnOK);
  157.             this.Controls.Add(this.cbbox);
  158.             this.Controls.Add(this.passwork2);
  159.             this.Controls.Add(this.passwork);
  160.             this.Controls.Add(this.label4);
  161.             this.Controls.Add(this.label3);
  162.             this.Controls.Add(this.label2);
  163.             this.Controls.Add(this.label1);
  164.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  165.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  166.             this.MaximizeBox = false;
  167.             this.MinimizeBox = false;
  168.             this.Name = "Login";
  169.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  170.             this.Text = "挂机锁 QQ:115653983 凤";
  171.             this.Load += new System.EventHandler(this.Login_Load);
  172.             this.ResumeLayout(false);
  173.             this.PerformLayout();
  174.         }
  175.         #endregion
  176.         private System.Windows.Forms.Label label5;
  177.         private System.Windows.Forms.Button btnCancel;
  178.         private System.Windows.Forms.Button btnOK;
  179.         private System.Windows.Forms.ComboBox cbbox;
  180.         private System.Windows.Forms.TextBox passwork2;
  181.         private System.Windows.Forms.TextBox passwork;
  182.         private System.Windows.Forms.Label label4;
  183.         private System.Windows.Forms.Label label3;
  184.         private System.Windows.Forms.Label label2;
  185.         private System.Windows.Forms.Label label1;
  186.         private System.Windows.Forms.ToolTip toolTip1;
  187.         private Sunisoft.IrisSkin.SkinEngine skinEngine1;
  188.     }
  189. }