12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- namespace MOKA_Factory_Tools
- {
- partial class Verify
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Verify));
- this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
- this.TB_PASSWORD = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // skinLabel1
- //
- this.skinLabel1.AutoSize = true;
- this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel1.BorderColor = System.Drawing.Color.White;
- this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinLabel1.Location = new System.Drawing.Point(39, 86);
- this.skinLabel1.Name = "skinLabel1";
- this.skinLabel1.Size = new System.Drawing.Size(138, 21);
- this.skinLabel1.TabIndex = 0;
- this.skinLabel1.Text = "请输入解锁密码:";
- //
- // TB_PASSWORD
- //
- this.TB_PASSWORD.Location = new System.Drawing.Point(183, 86);
- this.TB_PASSWORD.Name = "TB_PASSWORD";
- this.TB_PASSWORD.PasswordChar = '*';
- this.TB_PASSWORD.Size = new System.Drawing.Size(151, 21);
- this.TB_PASSWORD.TabIndex = 1;
- this.TB_PASSWORD.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
- //
- // Verify
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.CanResize = false;
- this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.CaptionBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.ClientSize = new System.Drawing.Size(392, 168);
- this.ControlBox = false;
- this.Controls.Add(this.TB_PASSWORD);
- this.Controls.Add(this.skinLabel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Verify";
- this.Text = "Verify";
- this.Load += new System.EventHandler(this.Verify_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CCWin.SkinControl.SkinLabel skinLabel1;
- private System.Windows.Forms.TextBox TB_PASSWORD;
- }
- }
|