Guest User

Untitled

a guest
Jun 12th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. namespace EmailNotifierUI
  2. {
  3. partial class AddLoginForm
  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.loginButton = new System.Windows.Forms.Button();
  32. this.PasswordNewUserLabel = new System.Windows.Forms.Label();
  33. this.usernameNewUserLabel = new System.Windows.Forms.Label();
  34. this.passwordNewLoginTxtBox = new System.Windows.Forms.TextBox();
  35. this.usernameNewLoginTxtBox = new System.Windows.Forms.TextBox();
  36. this.addManualConnectionCheckBox = new System.Windows.Forms.CheckBox();
  37. this.newLoginAddressLabel = new System.Windows.Forms.Label();
  38. this.addressNewLoginTxtBox = new System.Windows.Forms.TextBox();
  39. this.newLoginPortTxtBox = new System.Windows.Forms.TextBox();
  40. this.newLoginPortLabel = new System.Windows.Forms.Label();
  41. this.sslCheckBox = new System.Windows.Forms.CheckBox();
  42. this.SuspendLayout();
  43. //
  44. // loginButton
  45. //
  46. this.loginButton.Location = new System.Drawing.Point(12, 229);
  47. this.loginButton.Name = "loginButton";
  48. this.loginButton.Size = new System.Drawing.Size(360, 23);
  49. this.loginButton.TabIndex = 9;
  50. this.loginButton.Text = "Add New Login";
  51. this.loginButton.UseVisualStyleBackColor = true;
  52. this.loginButton.Click += new System.EventHandler(this.loginButton_Click);
  53. //
  54. // PasswordNewUserLabel
  55. //
  56. this.PasswordNewUserLabel.AutoSize = true;
  57. this.PasswordNewUserLabel.Location = new System.Drawing.Point(174, 48);
  58. this.PasswordNewUserLabel.Name = "PasswordNewUserLabel";
  59. this.PasswordNewUserLabel.Size = new System.Drawing.Size(56, 13);
  60. this.PasswordNewUserLabel.TabIndex = 8;
  61. this.PasswordNewUserLabel.Text = "Password:";
  62. //
  63. // usernameNewUserLabel
  64. //
  65. this.usernameNewUserLabel.AutoSize = true;
  66. this.usernameNewUserLabel.Location = new System.Drawing.Point(172, 9);
  67. this.usernameNewUserLabel.Name = "usernameNewUserLabel";
  68. this.usernameNewUserLabel.Size = new System.Drawing.Size(58, 13);
  69. this.usernameNewUserLabel.TabIndex = 7;
  70. this.usernameNewUserLabel.Text = "Username:";
  71. //
  72. // passwordNewLoginTxtBox
  73. //
  74. this.passwordNewLoginTxtBox.Location = new System.Drawing.Point(12, 64);
  75. this.passwordNewLoginTxtBox.Name = "passwordNewLoginTxtBox";
  76. this.passwordNewLoginTxtBox.PasswordChar = '*';
  77. this.passwordNewLoginTxtBox.Size = new System.Drawing.Size(360, 20);
  78. this.passwordNewLoginTxtBox.TabIndex = 6;
  79. //
  80. // usernameNewLoginTxtBox
  81. //
  82. this.usernameNewLoginTxtBox.Location = new System.Drawing.Point(12, 25);
  83. this.usernameNewLoginTxtBox.Name = "usernameNewLoginTxtBox";
  84. this.usernameNewLoginTxtBox.Size = new System.Drawing.Size(360, 20);
  85. this.usernameNewLoginTxtBox.TabIndex = 5;
  86. //
  87. // addManualConnectionCheckBox
  88. //
  89. this.addManualConnectionCheckBox.AutoSize = true;
  90. this.addManualConnectionCheckBox.Location = new System.Drawing.Point(12, 109);
  91. this.addManualConnectionCheckBox.Name = "addManualConnectionCheckBox";
  92. this.addManualConnectionCheckBox.Size = new System.Drawing.Size(140, 17);
  93. this.addManualConnectionCheckBox.TabIndex = 10;
  94. this.addManualConnectionCheckBox.Text = "Add Manual Connection";
  95. this.addManualConnectionCheckBox.UseVisualStyleBackColor = true;
  96. this.addManualConnectionCheckBox.CheckedChanged += new System.EventHandler(this.addManualConnectionCheckBox_CheckedChanged);
  97. //
  98. // newLoginAddressLabel
  99. //
  100. this.newLoginAddressLabel.AutoSize = true;
  101. this.newLoginAddressLabel.Enabled = false;
  102. this.newLoginAddressLabel.Location = new System.Drawing.Point(174, 135);
  103. this.newLoginAddressLabel.Name = "newLoginAddressLabel";
  104. this.newLoginAddressLabel.Size = new System.Drawing.Size(48, 13);
  105. this.newLoginAddressLabel.TabIndex = 12;
  106. this.newLoginAddressLabel.Text = "Address:";
  107. //
  108. // addressNewLoginTxtBox
  109. //
  110. this.addressNewLoginTxtBox.Enabled = false;
  111. this.addressNewLoginTxtBox.Location = new System.Drawing.Point(12, 151);
  112. this.addressNewLoginTxtBox.Name = "addressNewLoginTxtBox";
  113. this.addressNewLoginTxtBox.Size = new System.Drawing.Size(280, 20);
  114. this.addressNewLoginTxtBox.TabIndex = 11;
  115. //
  116. // newLoginPortTxtBox
  117. //
  118. this.newLoginPortTxtBox.Enabled = false;
  119. this.newLoginPortTxtBox.Location = new System.Drawing.Point(298, 151);
  120. this.newLoginPortTxtBox.Name = "newLoginPortTxtBox";
  121. this.newLoginPortTxtBox.Size = new System.Drawing.Size(74, 20);
  122. this.newLoginPortTxtBox.TabIndex = 13;
  123. //
  124. // newLoginPortLabel
  125. //
  126. this.newLoginPortLabel.AutoSize = true;
  127. this.newLoginPortLabel.Enabled = false;
  128. this.newLoginPortLabel.Location = new System.Drawing.Point(321, 135);
  129. this.newLoginPortLabel.Name = "newLoginPortLabel";
  130. this.newLoginPortLabel.Size = new System.Drawing.Size(29, 13);
  131. this.newLoginPortLabel.TabIndex = 14;
  132. this.newLoginPortLabel.Text = "Port:";
  133. //
  134. // sslCheckBox
  135. //
  136. this.sslCheckBox.AutoSize = true;
  137. this.sslCheckBox.Enabled = false;
  138. this.sslCheckBox.Location = new System.Drawing.Point(12, 177);
  139. this.sslCheckBox.Name = "sslCheckBox";
  140. this.sslCheckBox.Size = new System.Drawing.Size(46, 17);
  141. this.sslCheckBox.TabIndex = 15;
  142. this.sslCheckBox.Text = "SSL";
  143. this.sslCheckBox.UseVisualStyleBackColor = true;
  144. //
  145. // AddLoginForm
  146. //
  147. this.AcceptButton = this.loginButton;
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(384, 264);
  151. this.Controls.Add(this.sslCheckBox);
  152. this.Controls.Add(this.newLoginPortLabel);
  153. this.Controls.Add(this.newLoginPortTxtBox);
  154. this.Controls.Add(this.newLoginAddressLabel);
  155. this.Controls.Add(this.addressNewLoginTxtBox);
  156. this.Controls.Add(this.addManualConnectionCheckBox);
  157. this.Controls.Add(this.loginButton);
  158. this.Controls.Add(this.PasswordNewUserLabel);
  159. this.Controls.Add(this.usernameNewUserLabel);
  160. this.Controls.Add(this.passwordNewLoginTxtBox);
  161. this.Controls.Add(this.usernameNewLoginTxtBox);
  162. this.Name = "AddLoginForm";
  163. this.Text = "Add Login";
  164. this.ResumeLayout(false);
  165. this.PerformLayout();
  166.  
  167. }
  168.  
  169. #endregion
  170.  
  171. private System.Windows.Forms.Button loginButton;
  172. private System.Windows.Forms.Label PasswordNewUserLabel;
  173. private System.Windows.Forms.Label usernameNewUserLabel;
  174. private System.Windows.Forms.TextBox passwordNewLoginTxtBox;
  175. private System.Windows.Forms.TextBox usernameNewLoginTxtBox;
  176. private System.Windows.Forms.CheckBox addManualConnectionCheckBox;
  177. private System.Windows.Forms.Label newLoginAddressLabel;
  178. private System.Windows.Forms.TextBox addressNewLoginTxtBox;
  179. private System.Windows.Forms.TextBox newLoginPortTxtBox;
  180. private System.Windows.Forms.Label newLoginPortLabel;
  181. private System.Windows.Forms.CheckBox sslCheckBox;
  182. }
  183. }
Add Comment
Please, Sign In to add comment