fromLoginOut.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. namespace MeterModuleLibrary
  2. {
  3. partial class fromLoginOut
  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. this.button2 = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // button2
  36. //
  37. this.button2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.button2.Location = new System.Drawing.Point(149, 100);
  39. this.button2.Name = "button2";
  40. this.button2.Size = new System.Drawing.Size(93, 43);
  41. this.button2.TabIndex = 7;
  42. this.button2.Text = "取消";
  43. this.button2.UseVisualStyleBackColor = true;
  44. this.button2.Click += new System.EventHandler(this.button2_Click);
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label1.Location = new System.Drawing.Point(22, 58);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(60, 19);
  53. this.label1.TabIndex = 6;
  54. this.label1.Text = "密码:";
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.textBox1.Location = new System.Drawing.Point(86, 53);
  60. this.textBox1.Name = "textBox1";
  61. this.textBox1.PasswordChar = '*';
  62. this.textBox1.Size = new System.Drawing.Size(156, 29);
  63. this.textBox1.TabIndex = 5;
  64. //
  65. // button1
  66. //
  67. this.button1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.button1.Location = new System.Drawing.Point(20, 100);
  69. this.button1.Name = "button1";
  70. this.button1.Size = new System.Drawing.Size(93, 43);
  71. this.button1.TabIndex = 4;
  72. this.button1.Text = "退出";
  73. this.button1.UseVisualStyleBackColor = true;
  74. this.button1.Click += new System.EventHandler(this.button1_Click);
  75. //
  76. // label2
  77. //
  78. this.label2.AutoSize = true;
  79. this.label2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.label2.ForeColor = System.Drawing.Color.Red;
  81. this.label2.Location = new System.Drawing.Point(14, 9);
  82. this.label2.Name = "label2";
  83. this.label2.Size = new System.Drawing.Size(240, 19);
  84. this.label2.TabIndex = 8;
  85. this.label2.Text = "密码输入错误,请重新输入";
  86. this.label2.Visible = false;
  87. //
  88. // fromLoginOut
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(266, 162);
  93. this.Controls.Add(this.label2);
  94. this.Controls.Add(this.button2);
  95. this.Controls.Add(this.label1);
  96. this.Controls.Add(this.textBox1);
  97. this.Controls.Add(this.button1);
  98. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  99. this.Name = "fromLoginOut";
  100. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  101. this.Text = "fromLoginOut";
  102. this.TopMost = true;
  103. this.ResumeLayout(false);
  104. this.PerformLayout();
  105. }
  106. #endregion
  107. private System.Windows.Forms.Button button2;
  108. private System.Windows.Forms.Label label1;
  109. private System.Windows.Forms.TextBox textBox1;
  110. private System.Windows.Forms.Button button1;
  111. private System.Windows.Forms.Label label2;
  112. }
  113. }