Login.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace FietsClient
  2. {
  3. partial class Login
  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(Login));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.UsernameBox = new System.Windows.Forms.TextBox();
  32. this.PasswordBox = new System.Windows.Forms.TextBox();
  33. this.SubmitButton = new System.Windows.Forms.Button();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.menuBar = new System.Windows.Forms.Panel();
  37. this.connLBL = new System.Windows.Forms.Label();
  38. this.reconnectBTN = new System.Windows.Forms.Button();
  39. this.exit = new System.Windows.Forms.Button();
  40. this.errorLBL = new System.Windows.Forms.Label();
  41. this.menuBar.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  48. this.label1.Location = new System.Drawing.Point(62, 131);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(111, 30);
  51. this.label1.TabIndex = 0;
  52. this.label1.Text = "Username:";
  53. //
  54. // label2
  55. //
  56. this.label2.AutoSize = true;
  57. this.label2.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  58. this.label2.Location = new System.Drawing.Point(64, 179);
  59. this.label2.Name = "label2";
  60. this.label2.Size = new System.Drawing.Size(105, 30);
  61. this.label2.TabIndex = 1;
  62. this.label2.Text = "Password:";
  63. //
  64. // UsernameBox
  65. //
  66. this.UsernameBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  67. this.UsernameBox.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  68. this.UsernameBox.Location = new System.Drawing.Point(222, 138);
  69. this.UsernameBox.Name = "UsernameBox";
  70. this.UsernameBox.Size = new System.Drawing.Size(223, 20);
  71. this.UsernameBox.TabIndex = 2;
  72. //
  73. // PasswordBox
  74. //
  75. this.PasswordBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  76. this.PasswordBox.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  77. this.PasswordBox.Location = new System.Drawing.Point(222, 186);
  78. this.PasswordBox.Name = "PasswordBox";
  79. this.PasswordBox.PasswordChar = '♥';
  80. this.PasswordBox.Size = new System.Drawing.Size(223, 20);
  81. this.PasswordBox.TabIndex = 3;
  82. this.PasswordBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PasswordBox_KeyDown);
  83. //
  84. // SubmitButton
  85. //
  86. this.SubmitButton.BackColor = System.Drawing.Color.Maroon;
  87. this.SubmitButton.FlatAppearance.BorderSize = 0;
  88. this.SubmitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  89. this.SubmitButton.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.SubmitButton.ForeColor = System.Drawing.Color.White;
  91. this.SubmitButton.Location = new System.Drawing.Point(-6, 321);
  92. this.SubmitButton.Name = "SubmitButton";
  93. this.SubmitButton.Size = new System.Drawing.Size(495, 41);
  94. this.SubmitButton.TabIndex = 4;
  95. this.SubmitButton.Text = "Submit";
  96. this.SubmitButton.UseVisualStyleBackColor = false;
  97. this.SubmitButton.Click += new System.EventHandler(this.SubmitButton_Click);
  98. //
  99. // panel1
  100. //
  101. this.panel1.BackColor = System.Drawing.Color.White;
  102. this.panel1.Location = new System.Drawing.Point(219, 129);
  103. this.panel1.Name = "panel1";
  104. this.panel1.Size = new System.Drawing.Size(229, 37);
  105. this.panel1.TabIndex = 5;
  106. //
  107. // panel2
  108. //
  109. this.panel2.BackColor = System.Drawing.Color.White;
  110. this.panel2.Location = new System.Drawing.Point(219, 177);
  111. this.panel2.Name = "panel2";
  112. this.panel2.Size = new System.Drawing.Size(229, 37);
  113. this.panel2.TabIndex = 6;
  114. //
  115. // menuBar
  116. //
  117. this.menuBar.BackColor = System.Drawing.Color.White;
  118. this.menuBar.Controls.Add(this.connLBL);
  119. this.menuBar.Controls.Add(this.reconnectBTN);
  120. this.menuBar.Controls.Add(this.exit);
  121. this.menuBar.Location = new System.Drawing.Point(-6, 0);
  122. this.menuBar.Name = "menuBar";
  123. this.menuBar.Size = new System.Drawing.Size(495, 27);
  124. this.menuBar.TabIndex = 6;
  125. this.menuBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.menuBar_MouseDown);
  126. //
  127. // connLBL
  128. //
  129. this.connLBL.AutoSize = true;
  130. this.connLBL.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  131. this.connLBL.ForeColor = System.Drawing.Color.DarkRed;
  132. this.connLBL.Location = new System.Drawing.Point(168, 5);
  133. this.connLBL.Name = "connLBL";
  134. this.connLBL.Size = new System.Drawing.Size(0, 17);
  135. this.connLBL.TabIndex = 8;
  136. //
  137. // reconnectBTN
  138. //
  139. this.reconnectBTN.BackColor = System.Drawing.Color.Transparent;
  140. this.reconnectBTN.BackgroundImage = global::FietsClient.Properties.Resources.FeatureIconRebootMachines;
  141. this.reconnectBTN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  142. this.reconnectBTN.FlatAppearance.BorderSize = 0;
  143. this.reconnectBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  144. this.reconnectBTN.Location = new System.Drawing.Point(8, 1);
  145. this.reconnectBTN.Name = "reconnectBTN";
  146. this.reconnectBTN.Size = new System.Drawing.Size(21, 23);
  147. this.reconnectBTN.TabIndex = 8;
  148. this.reconnectBTN.UseVisualStyleBackColor = false;
  149. this.reconnectBTN.Click += new System.EventHandler(this.reconnectBTN_Click);
  150. //
  151. // exit
  152. //
  153. this.exit.BackColor = System.Drawing.Color.Transparent;
  154. this.exit.FlatAppearance.BorderSize = 0;
  155. this.exit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  156. this.exit.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  157. this.exit.Location = new System.Drawing.Point(461, -3);
  158. this.exit.Name = "exit";
  159. this.exit.Size = new System.Drawing.Size(29, 29);
  160. this.exit.TabIndex = 7;
  161. this.exit.Text = "X";
  162. this.exit.UseVisualStyleBackColor = false;
  163. this.exit.Click += new System.EventHandler(this.exit_Click);
  164. //
  165. // errorLBL
  166. //
  167. this.errorLBL.AutoSize = true;
  168. this.errorLBL.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  169. this.errorLBL.Location = new System.Drawing.Point(66, 251);
  170. this.errorLBL.Name = "errorLBL";
  171. this.errorLBL.Size = new System.Drawing.Size(0, 17);
  172. this.errorLBL.TabIndex = 7;
  173. //
  174. // Login
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.BackColor = System.Drawing.Color.Moccasin;
  179. this.ClientSize = new System.Drawing.Size(484, 361);
  180. this.Controls.Add(this.errorLBL);
  181. this.Controls.Add(this.SubmitButton);
  182. this.Controls.Add(this.PasswordBox);
  183. this.Controls.Add(this.UsernameBox);
  184. this.Controls.Add(this.label2);
  185. this.Controls.Add(this.label1);
  186. this.Controls.Add(this.panel1);
  187. this.Controls.Add(this.panel2);
  188. this.Controls.Add(this.menuBar);
  189. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  190. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  191. this.Name = "Login";
  192. this.Text = "Login";
  193. this.Load += new System.EventHandler(this.Login_Load);
  194. this.menuBar.ResumeLayout(false);
  195. this.menuBar.PerformLayout();
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.Label label1;
  201. private System.Windows.Forms.Label label2;
  202. private System.Windows.Forms.TextBox UsernameBox;
  203. private System.Windows.Forms.TextBox PasswordBox;
  204. private System.Windows.Forms.Button SubmitButton;
  205. private System.Windows.Forms.Panel panel1;
  206. private System.Windows.Forms.Panel panel2;
  207. private System.Windows.Forms.Panel menuBar;
  208. private System.Windows.Forms.Button exit;
  209. private System.Windows.Forms.Label errorLBL;
  210. private System.Windows.Forms.Button reconnectBTN;
  211. private System.Windows.Forms.Label connLBL;
  212. }
  213. }