Login.Designer.cs
资源名称:HookLock.rar [点击查看]
上传用户:yzllxs
上传日期:2020-11-17
资源大小:530k
文件大小:8k
源码类别:
中间件编程
开发平台:
C#
- namespace HookLock
- {
- partial class Login
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
- this.label5 = new System.Windows.Forms.Label();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.cbbox = new System.Windows.Forms.ComboBox();
- this.passwork2 = new System.Windows.Forms.TextBox();
- this.passwork = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
- this.SuspendLayout();
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.Red;
- this.label5.Location = new System.Drawing.Point(98, 46);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(55, 21);
- this.label5.TabIndex = 38;
- this.label5.Text = "label5";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label5.Visible = false;
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(158, 228);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
- this.btnCancel.TabIndex = 37;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(43, 228);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(75, 23);
- this.btnOK.TabIndex = 36;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // cbbox
- //
- this.cbbox.FormattingEnabled = true;
- this.cbbox.Items.AddRange(new object[] {
- "100%",
- "80%",
- "60%",
- "40%",
- "20%"});
- this.cbbox.Location = new System.Drawing.Point(102, 172);
- this.cbbox.Name = "cbbox";
- this.cbbox.Size = new System.Drawing.Size(131, 20);
- this.cbbox.TabIndex = 35;
- //
- // passwork2
- //
- this.passwork2.Location = new System.Drawing.Point(102, 129);
- this.passwork2.Name = "passwork2";
- this.passwork2.PasswordChar = '*';
- this.passwork2.Size = new System.Drawing.Size(131, 21);
- this.passwork2.TabIndex = 34;
- this.passwork2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.passwork2_KeyDown);
- //
- // passwork
- //
- this.passwork.Location = new System.Drawing.Point(102, 86);
- this.passwork.Name = "passwork";
- this.passwork.PasswordChar = '*';
- this.passwork.Size = new System.Drawing.Size(131, 21);
- this.passwork.TabIndex = 33;
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(17, 19);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(258, 27);
- this.label4.TabIndex = 32;
- this.label4.Text = "务必牢记密码。以防给您造成不必要的损失。 密码区分大小写。";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(17, 180);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(59, 12);
- this.label3.TabIndex = 31;
- this.label3.Text = "窗体透明:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(41, 138);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 12);
- this.label2.TabIndex = 30;
- this.label2.Text = "确认:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(41, 96);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(35, 12);
- this.label1.TabIndex = 29;
- this.label1.Text = "密码:";
- //
- // skinEngine1
- //
- this.skinEngine1.SerialNumber = "";
- this.skinEngine1.SkinFile = null;
- //
- // Login
- //
- this.AcceptButton = this.btnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(292, 271);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.cbbox);
- this.Controls.Add(this.passwork2);
- this.Controls.Add(this.passwork);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Login";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "挂机锁 QQ:115653983 凤";
- this.Load += new System.EventHandler(this.Login_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.ComboBox cbbox;
- private System.Windows.Forms.TextBox passwork2;
- private System.Windows.Forms.TextBox passwork;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ToolTip toolTip1;
- private Sunisoft.IrisSkin.SkinEngine skinEngine1;
- }
- }