Verify.Designer.cs 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. namespace MOKA_Factory_Tools
  2. {
  3. partial class Verify
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Verify));
  29. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  30. this.TB_PASSWORD = new System.Windows.Forms.TextBox();
  31. this.SuspendLayout();
  32. //
  33. // skinLabel1
  34. //
  35. this.skinLabel1.AutoSize = true;
  36. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  37. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  38. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.skinLabel1.Location = new System.Drawing.Point(39, 86);
  40. this.skinLabel1.Name = "skinLabel1";
  41. this.skinLabel1.Size = new System.Drawing.Size(138, 21);
  42. this.skinLabel1.TabIndex = 0;
  43. this.skinLabel1.Text = "请输入解锁密码:";
  44. //
  45. // TB_PASSWORD
  46. //
  47. this.TB_PASSWORD.Location = new System.Drawing.Point(183, 86);
  48. this.TB_PASSWORD.Name = "TB_PASSWORD";
  49. this.TB_PASSWORD.PasswordChar = '*';
  50. this.TB_PASSWORD.Size = new System.Drawing.Size(151, 21);
  51. this.TB_PASSWORD.TabIndex = 1;
  52. this.TB_PASSWORD.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
  53. //
  54. // Verify
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  59. this.CanResize = false;
  60. this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  61. this.CaptionBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  62. this.ClientSize = new System.Drawing.Size(392, 168);
  63. this.ControlBox = false;
  64. this.Controls.Add(this.TB_PASSWORD);
  65. this.Controls.Add(this.skinLabel1);
  66. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  67. this.MaximizeBox = false;
  68. this.MinimizeBox = false;
  69. this.Name = "Verify";
  70. this.Text = "Verify";
  71. this.Load += new System.EventHandler(this.Verify_Load);
  72. this.ResumeLayout(false);
  73. this.PerformLayout();
  74. }
  75. #endregion
  76. private CCWin.SkinControl.SkinLabel skinLabel1;
  77. private System.Windows.Forms.TextBox TB_PASSWORD;
  78. }
  79. }