Login.Designer.cs 10 KB

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