Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. namespace Client
  2. {
  3. partial class LoginScreen
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.signup_usernameBox = new System.Windows.Forms.TextBox();
  33. this.signup_passwordBox = new System.Windows.Forms.TextBox();
  34. this.label_username = new System.Windows.Forms.Label();
  35. this.labelPassword = new System.Windows.Forms.Label();
  36. this.button_signup = new System.Windows.Forms.Button();
  37. this.label_port = new System.Windows.Forms.Label();
  38. this.label_ip = new System.Windows.Forms.Label();
  39. this.portBox = new System.Windows.Forms.TextBox();
  40. this.ipBox = new System.Windows.Forms.TextBox();
  41. this.button_connect = new System.Windows.Forms.Button();
  42. this.signup_emailBox = new System.Windows.Forms.TextBox();
  43. this.labelEmail = new System.Windows.Forms.Label();
  44. this.tabControl_Signin_Signup = new System.Windows.Forms.TabControl();
  45. this.tabPage_connect = new System.Windows.Forms.TabPage();
  46. this.tabPage_signup = new System.Windows.Forms.TabPage();
  47. this.tabPage_signin = new System.Windows.Forms.TabPage();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.textBox1 = new System.Windows.Forms.TextBox();
  51. this.textBox2 = new System.Windows.Forms.TextBox();
  52. this.tabControl_Signin_Signup.SuspendLayout();
  53. this.tabPage_connect.SuspendLayout();
  54. this.tabPage_signup.SuspendLayout();
  55. this.tabPage_signin.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // button1
  59. //
  60. this.button1.BackColor = System.Drawing.Color.White;
  61. this.button1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  62. this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  63. this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  64. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  65. this.button1.Location = new System.Drawing.Point(244, 203);
  66. this.button1.Name = "button1";
  67. this.button1.Size = new System.Drawing.Size(164, 23);
  68. this.button1.TabIndex = 0;
  69. this.button1.Text = "Sign in";
  70. this.button1.UseVisualStyleBackColor = false;
  71. this.button1.Click += new System.EventHandler(this.button1_Click);
  72. //
  73. // signup_usernameBox
  74. //
  75. this.signup_usernameBox.Location = new System.Drawing.Point(244, 138);
  76. this.signup_usernameBox.Name = "signup_usernameBox";
  77. this.signup_usernameBox.Size = new System.Drawing.Size(164, 20);
  78. this.signup_usernameBox.TabIndex = 1;
  79. //
  80. // signup_passwordBox
  81. //
  82. this.signup_passwordBox.Location = new System.Drawing.Point(244, 164);
  83. this.signup_passwordBox.Name = "signup_passwordBox";
  84. this.signup_passwordBox.Size = new System.Drawing.Size(164, 20);
  85. this.signup_passwordBox.TabIndex = 2;
  86. //
  87. // label_username
  88. //
  89. this.label_username.AutoSize = true;
  90. this.label_username.Location = new System.Drawing.Point(177, 141);
  91. this.label_username.Name = "label_username";
  92. this.label_username.Size = new System.Drawing.Size(61, 13);
  93. this.label_username.TabIndex = 3;
  94. this.label_username.Text = "Username :";
  95. //
  96. // labelPassword
  97. //
  98. this.labelPassword.AutoSize = true;
  99. this.labelPassword.Location = new System.Drawing.Point(177, 167);
  100. this.labelPassword.Name = "labelPassword";
  101. this.labelPassword.Size = new System.Drawing.Size(59, 13);
  102. this.labelPassword.TabIndex = 4;
  103. this.labelPassword.Text = "Password :";
  104. //
  105. // button_signup
  106. //
  107. this.button_signup.BackColor = System.Drawing.Color.White;
  108. this.button_signup.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  109. this.button_signup.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  110. this.button_signup.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  111. this.button_signup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  112. this.button_signup.Location = new System.Drawing.Point(244, 216);
  113. this.button_signup.Name = "button_signup";
  114. this.button_signup.Size = new System.Drawing.Size(163, 23);
  115. this.button_signup.TabIndex = 5;
  116. this.button_signup.Text = "Sign up";
  117. this.button_signup.UseVisualStyleBackColor = false;
  118. this.button_signup.Click += new System.EventHandler(this.button2_Click);
  119. //
  120. // label_port
  121. //
  122. this.label_port.AutoSize = true;
  123. this.label_port.Location = new System.Drawing.Point(195, 180);
  124. this.label_port.Name = "label_port";
  125. this.label_port.Size = new System.Drawing.Size(43, 13);
  126. this.label_port.TabIndex = 10;
  127. this.label_port.Text = "PORT :";
  128. //
  129. // label_ip
  130. //
  131. this.label_ip.AutoSize = true;
  132. this.label_ip.Location = new System.Drawing.Point(215, 154);
  133. this.label_ip.Name = "label_ip";
  134. this.label_ip.Size = new System.Drawing.Size(23, 13);
  135. this.label_ip.TabIndex = 9;
  136. this.label_ip.Text = "IP :";
  137. //
  138. // portBox
  139. //
  140. this.portBox.Location = new System.Drawing.Point(244, 177);
  141. this.portBox.Name = "portBox";
  142. this.portBox.Size = new System.Drawing.Size(164, 20);
  143. this.portBox.TabIndex = 8;
  144. this.portBox.Text = "1337";
  145. //
  146. // ipBox
  147. //
  148. this.ipBox.Location = new System.Drawing.Point(244, 151);
  149. this.ipBox.Name = "ipBox";
  150. this.ipBox.Size = new System.Drawing.Size(164, 20);
  151. this.ipBox.TabIndex = 7;
  152. //
  153. // button_connect
  154. //
  155. this.button_connect.BackColor = System.Drawing.Color.White;
  156. this.button_connect.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  157. this.button_connect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
  158. this.button_connect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  159. this.button_connect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  160. this.button_connect.Location = new System.Drawing.Point(244, 203);
  161. this.button_connect.Name = "button_connect";
  162. this.button_connect.Size = new System.Drawing.Size(164, 23);
  163. this.button_connect.TabIndex = 6;
  164. this.button_connect.Text = "Connect";
  165. this.button_connect.UseVisualStyleBackColor = false;
  166. this.button_connect.Click += new System.EventHandler(this.button4_Click);
  167. //
  168. // signup_emailBox
  169. //
  170. this.signup_emailBox.Location = new System.Drawing.Point(244, 190);
  171. this.signup_emailBox.Name = "signup_emailBox";
  172. this.signup_emailBox.Size = new System.Drawing.Size(163, 20);
  173. this.signup_emailBox.TabIndex = 11;
  174. //
  175. // labelEmail
  176. //
  177. this.labelEmail.AutoSize = true;
  178. this.labelEmail.Location = new System.Drawing.Point(194, 193);
  179. this.labelEmail.Name = "labelEmail";
  180. this.labelEmail.Size = new System.Drawing.Size(42, 13);
  181. this.labelEmail.TabIndex = 12;
  182. this.labelEmail.Text = "E-Mail :";
  183. //
  184. // tabControl_Signin_Signup
  185. //
  186. this.tabControl_Signin_Signup.Controls.Add(this.tabPage_connect);
  187. this.tabControl_Signin_Signup.Controls.Add(this.tabPage_signup);
  188. this.tabControl_Signin_Signup.Controls.Add(this.tabPage_signin);
  189. this.tabControl_Signin_Signup.Location = new System.Drawing.Point(12, 12);
  190. this.tabControl_Signin_Signup.Name = "tabControl_Signin_Signup";
  191. this.tabControl_Signin_Signup.SelectedIndex = 0;
  192. this.tabControl_Signin_Signup.Size = new System.Drawing.Size(661, 402);
  193. this.tabControl_Signin_Signup.TabIndex = 13;
  194. //
  195. // tabPage_connect
  196. //
  197. this.tabPage_connect.Controls.Add(this.portBox);
  198. this.tabPage_connect.Controls.Add(this.button_connect);
  199. this.tabPage_connect.Controls.Add(this.ipBox);
  200. this.tabPage_connect.Controls.Add(this.label_port);
  201. this.tabPage_connect.Controls.Add(this.label_ip);
  202. this.tabPage_connect.Location = new System.Drawing.Point(4, 22);
  203. this.tabPage_connect.Name = "tabPage_connect";
  204. this.tabPage_connect.Padding = new System.Windows.Forms.Padding(3);
  205. this.tabPage_connect.Size = new System.Drawing.Size(653, 376);
  206. this.tabPage_connect.TabIndex = 0;
  207. this.tabPage_connect.Text = "Connect";
  208. this.tabPage_connect.UseVisualStyleBackColor = true;
  209. //
  210. // tabPage_signup
  211. //
  212. this.tabPage_signup.Controls.Add(this.signup_passwordBox);
  213. this.tabPage_signup.Controls.Add(this.labelEmail);
  214. this.tabPage_signup.Controls.Add(this.signup_emailBox);
  215. this.tabPage_signup.Controls.Add(this.signup_usernameBox);
  216. this.tabPage_signup.Controls.Add(this.button_signup);
  217. this.tabPage_signup.Controls.Add(this.label_username);
  218. this.tabPage_signup.Controls.Add(this.labelPassword);
  219. this.tabPage_signup.Location = new System.Drawing.Point(4, 22);
  220. this.tabPage_signup.Name = "tabPage_signup";
  221. this.tabPage_signup.Padding = new System.Windows.Forms.Padding(3);
  222. this.tabPage_signup.Size = new System.Drawing.Size(653, 376);
  223. this.tabPage_signup.TabIndex = 1;
  224. this.tabPage_signup.Text = "Sign up";
  225. this.tabPage_signup.UseVisualStyleBackColor = true;
  226. //
  227. // tabPage_signin
  228. //
  229. this.tabPage_signin.Controls.Add(this.label7);
  230. this.tabPage_signin.Controls.Add(this.label6);
  231. this.tabPage_signin.Controls.Add(this.textBox1);
  232. this.tabPage_signin.Controls.Add(this.button1);
  233. this.tabPage_signin.Controls.Add(this.textBox2);
  234. this.tabPage_signin.Location = new System.Drawing.Point(4, 22);
  235. this.tabPage_signin.Name = "tabPage_signin";
  236. this.tabPage_signin.Padding = new System.Windows.Forms.Padding(3);
  237. this.tabPage_signin.Size = new System.Drawing.Size(653, 376);
  238. this.tabPage_signin.TabIndex = 2;
  239. this.tabPage_signin.Text = "Sign in";
  240. this.tabPage_signin.UseVisualStyleBackColor = true;
  241. //
  242. // label7
  243. //
  244. this.label7.AutoSize = true;
  245. this.label7.Location = new System.Drawing.Point(179, 180);
  246. this.label7.Name = "label7";
  247. this.label7.Size = new System.Drawing.Size(59, 13);
  248. this.label7.TabIndex = 17;
  249. this.label7.Text = "Password :";
  250. //
  251. // label6
  252. //
  253. this.label6.AutoSize = true;
  254. this.label6.Location = new System.Drawing.Point(177, 154);
  255. this.label6.Name = "label6";
  256. this.label6.Size = new System.Drawing.Size(61, 13);
  257. this.label6.TabIndex = 16;
  258. this.label6.Text = "Username :";
  259. //
  260. // textBox1
  261. //
  262. this.textBox1.Location = new System.Drawing.Point(244, 177);
  263. this.textBox1.Name = "textBox1";
  264. this.textBox1.Size = new System.Drawing.Size(164, 20);
  265. this.textBox1.TabIndex = 15;
  266. //
  267. // textBox2
  268. //
  269. this.textBox2.Location = new System.Drawing.Point(244, 151);
  270. this.textBox2.Name = "textBox2";
  271. this.textBox2.Size = new System.Drawing.Size(164, 20);
  272. this.textBox2.TabIndex = 14;
  273. //
  274. // LoginScreen
  275. //
  276. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  277. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  278. this.BackColor = System.Drawing.Color.White;
  279. this.ClientSize = new System.Drawing.Size(685, 426);
  280. this.Controls.Add(this.tabControl_Signin_Signup);
  281. this.Name = "LoginScreen";
  282. this.ShowIcon = false;
  283. this.Text = "Trivia by Paz Haviv & Yotam Ran";
  284. this.Load += new System.EventHandler(this.Form1_Load);
  285. this.tabControl_Signin_Signup.ResumeLayout(false);
  286. this.tabPage_connect.ResumeLayout(false);
  287. this.tabPage_connect.PerformLayout();
  288. this.tabPage_signup.ResumeLayout(false);
  289. this.tabPage_signup.PerformLayout();
  290. this.tabPage_signin.ResumeLayout(false);
  291. this.tabPage_signin.PerformLayout();
  292. this.ResumeLayout(false);
  293.  
  294. }
  295.  
  296. #endregion
  297.  
  298. private System.Windows.Forms.Button button1;
  299. private System.Windows.Forms.TextBox signup_usernameBox;
  300. private System.Windows.Forms.TextBox signup_passwordBox;
  301. private System.Windows.Forms.Label label_username;
  302. private System.Windows.Forms.Label labelPassword;
  303. private System.Windows.Forms.Button button_signup;
  304. private System.Windows.Forms.Label label_port;
  305. private System.Windows.Forms.Label label_ip;
  306. private System.Windows.Forms.TextBox portBox;
  307. private System.Windows.Forms.TextBox ipBox;
  308. private System.Windows.Forms.Button button_connect;
  309. private System.Windows.Forms.TextBox signup_emailBox;
  310. private System.Windows.Forms.Label labelEmail;
  311. private System.Windows.Forms.TabControl tabControl_Signin_Signup;
  312. private System.Windows.Forms.TabPage tabPage_connect;
  313. private System.Windows.Forms.TabPage tabPage_signup;
  314. private System.Windows.Forms.TabPage tabPage_signin;
  315. private System.Windows.Forms.Label label7;
  316. private System.Windows.Forms.Label label6;
  317. private System.Windows.Forms.TextBox textBox1;
  318. private System.Windows.Forms.TextBox textBox2;
  319. }
  320. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement