LogonScreen.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace FakeLogonScreen
  2. {
  3. partial class LogonScreen
  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.mtbPassword = new System.Windows.Forms.MaskedTextBox();
  29. this.lblUsername = new System.Windows.Forms.Label();
  30. this.llblResetPassword = new System.Windows.Forms.LinkLabel();
  31. this.llblSigninOptions = new System.Windows.Forms.LinkLabel();
  32. this.tlpControls = new System.Windows.Forms.TableLayoutPanel();
  33. this.pPassword = new System.Windows.Forms.Panel();
  34. this.pbSubmit = new System.Windows.Forms.PictureBox();
  35. this.pbUser = new System.Windows.Forms.PictureBox();
  36. this.lblError = new System.Windows.Forms.Label();
  37. this.tlpControls.SuspendLayout();
  38. this.pPassword.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pbSubmit)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pbUser)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // mtbPassword
  44. //
  45. this.mtbPassword.Anchor = System.Windows.Forms.AnchorStyles.None;
  46. this.mtbPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  47. this.mtbPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  48. this.mtbPassword.Location = new System.Drawing.Point(51, 11);
  49. this.mtbPassword.Name = "mtbPassword";
  50. this.mtbPassword.Size = new System.Drawing.Size(200, 26);
  51. this.mtbPassword.TabIndex = 1;
  52. this.mtbPassword.UseSystemPasswordChar = true;
  53. this.mtbPassword.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.mtbPassword_MaskInputRejected);
  54. this.mtbPassword.KeyUp += new System.Windows.Forms.KeyEventHandler(this.mtbPassword_KeyUp);
  55. //
  56. // lblUsername
  57. //
  58. this.lblUsername.BackColor = System.Drawing.Color.Transparent;
  59. this.lblUsername.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.lblUsername.Font = new System.Drawing.Font("Segoe UI Semilight", 39.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  61. this.lblUsername.ForeColor = System.Drawing.Color.White;
  62. this.lblUsername.Location = new System.Drawing.Point(3, 206);
  63. this.lblUsername.Name = "lblUsername";
  64. this.lblUsername.Size = new System.Drawing.Size(694, 98);
  65. this.lblUsername.TabIndex = 1;
  66. this.lblUsername.Text = "User";
  67. this.lblUsername.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  68. //
  69. // llblResetPassword
  70. //
  71. this.llblResetPassword.ActiveLinkColor = System.Drawing.Color.DarkGray;
  72. this.llblResetPassword.Dock = System.Windows.Forms.DockStyle.Bottom;
  73. this.llblResetPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  74. this.llblResetPassword.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  75. this.llblResetPassword.LinkColor = System.Drawing.Color.White;
  76. this.llblResetPassword.Location = new System.Drawing.Point(3, 388);
  77. this.llblResetPassword.Margin = new System.Windows.Forms.Padding(3, 14, 3, 0);
  78. this.llblResetPassword.Name = "llblResetPassword";
  79. this.llblResetPassword.Size = new System.Drawing.Size(694, 21);
  80. this.llblResetPassword.TabIndex = 2;
  81. this.llblResetPassword.TabStop = true;
  82. this.llblResetPassword.Text = "Reset password";
  83. this.llblResetPassword.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  84. //
  85. // llblSigninOptions
  86. //
  87. this.llblSigninOptions.ActiveLinkColor = System.Drawing.Color.DarkGray;
  88. this.llblSigninOptions.Dock = System.Windows.Forms.DockStyle.Bottom;
  89. this.llblSigninOptions.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  90. this.llblSigninOptions.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  91. this.llblSigninOptions.LinkColor = System.Drawing.Color.White;
  92. this.llblSigninOptions.Location = new System.Drawing.Point(3, 423);
  93. this.llblSigninOptions.Margin = new System.Windows.Forms.Padding(3, 14, 3, 0);
  94. this.llblSigninOptions.Name = "llblSigninOptions";
  95. this.llblSigninOptions.Size = new System.Drawing.Size(694, 46);
  96. this.llblSigninOptions.TabIndex = 3;
  97. this.llblSigninOptions.TabStop = true;
  98. this.llblSigninOptions.Text = "Sign-in options";
  99. this.llblSigninOptions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  100. //
  101. // tlpControls
  102. //
  103. this.tlpControls.Anchor = System.Windows.Forms.AnchorStyles.None;
  104. this.tlpControls.AutoSize = true;
  105. this.tlpControls.BackColor = System.Drawing.Color.Transparent;
  106. this.tlpControls.ColumnCount = 1;
  107. this.tlpControls.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  108. this.tlpControls.Controls.Add(this.pPassword, 0, 2);
  109. this.tlpControls.Controls.Add(this.llblSigninOptions, 0, 5);
  110. this.tlpControls.Controls.Add(this.llblResetPassword, 0, 4);
  111. this.tlpControls.Controls.Add(this.lblUsername, 0, 1);
  112. this.tlpControls.Controls.Add(this.pbUser, 0, 0);
  113. this.tlpControls.Controls.Add(this.lblError, 0, 3);
  114. this.tlpControls.Location = new System.Drawing.Point(42, 237);
  115. this.tlpControls.Name = "tlpControls";
  116. this.tlpControls.RowCount = 7;
  117. this.tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle());
  118. this.tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle());
  119. this.tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle());
  120. this.tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
  121. this.tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle());
  122. this.tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle());
  123. this.tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
  124. this.tlpControls.Size = new System.Drawing.Size(700, 487);
  125. this.tlpControls.TabIndex = 2;
  126. //
  127. // pPassword
  128. //
  129. this.pPassword.Anchor = System.Windows.Forms.AnchorStyles.None;
  130. this.pPassword.Controls.Add(this.pbSubmit);
  131. this.pPassword.Controls.Add(this.mtbPassword);
  132. this.pPassword.Location = new System.Drawing.Point(192, 307);
  133. this.pPassword.Name = "pPassword";
  134. this.pPassword.Size = new System.Drawing.Size(315, 46);
  135. this.pPassword.TabIndex = 3;
  136. //
  137. // pbSubmit
  138. //
  139. this.pbSubmit.Image = global::FakeLogonScreen.Properties.Resources.SubmitIcon;
  140. this.pbSubmit.Location = new System.Drawing.Point(251, 11);
  141. this.pbSubmit.Name = "pbSubmit";
  142. this.pbSubmit.Size = new System.Drawing.Size(26, 24);
  143. this.pbSubmit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  144. this.pbSubmit.TabIndex = 2;
  145. this.pbSubmit.TabStop = false;
  146. this.pbSubmit.Click += new System.EventHandler(this.pbSubmit_Click);
  147. //
  148. // pbUser
  149. //
  150. this.pbUser.Anchor = System.Windows.Forms.AnchorStyles.None;
  151. this.pbUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  152. this.pbUser.Image = global::FakeLogonScreen.Properties.Resources.UserIcon;
  153. this.pbUser.Location = new System.Drawing.Point(250, 3);
  154. this.pbUser.Name = "pbUser";
  155. this.pbUser.Size = new System.Drawing.Size(200, 200);
  156. this.pbUser.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  157. this.pbUser.TabIndex = 4;
  158. this.pbUser.TabStop = false;
  159. //
  160. // lblError
  161. //
  162. this.lblError.Dock = System.Windows.Forms.DockStyle.Bottom;
  163. this.lblError.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  164. this.lblError.ForeColor = System.Drawing.Color.White;
  165. this.lblError.Location = new System.Drawing.Point(3, 356);
  166. this.lblError.Name = "lblError";
  167. this.lblError.Size = new System.Drawing.Size(694, 18);
  168. this.lblError.TabIndex = 5;
  169. this.lblError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  170. //
  171. // LogonScreen
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  176. this.ClientSize = new System.Drawing.Size(800, 727);
  177. this.ControlBox = false;
  178. this.Controls.Add(this.tlpControls);
  179. this.DoubleBuffered = true;
  180. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  181. this.MaximizeBox = false;
  182. this.MinimizeBox = false;
  183. this.Name = "LogonScreen";
  184. this.ShowIcon = false;
  185. this.ShowInTaskbar = false;
  186. this.Text = "Windows Logon Application";
  187. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  188. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Screen_FormClosing);
  189. this.Load += new System.EventHandler(this.Screen_Load);
  190. this.tlpControls.ResumeLayout(false);
  191. this.tlpControls.PerformLayout();
  192. this.pPassword.ResumeLayout(false);
  193. this.pPassword.PerformLayout();
  194. ((System.ComponentModel.ISupportInitialize)(this.pbSubmit)).EndInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.pbUser)).EndInit();
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.MaskedTextBox mtbPassword;
  201. private System.Windows.Forms.PictureBox pbUser;
  202. private System.Windows.Forms.LinkLabel llblResetPassword;
  203. private System.Windows.Forms.LinkLabel llblSigninOptions;
  204. private System.Windows.Forms.Panel pPassword;
  205. private System.Windows.Forms.PictureBox pbSubmit;
  206. private System.Windows.Forms.TableLayoutPanel tlpControls;
  207. private System.Windows.Forms.Label lblError;
  208. private System.Windows.Forms.Label lblUsername;
  209. }
  210. }