PageRenderTime 33ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSFTPDownload/UICredentialsProvider.Designer.cs

#
C# | 163 lines | 116 code | 6 blank | 41 comment | 3 complexity | ece2e0f2237c1a7eda3c38f425e6bedf MD5 | raw file
  1. namespace CSFTPDownload
  2. {
  3. partial class UICredentialsProvider
  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.lbUserName = new System.Windows.Forms.Label();
  29. this.lbPassword = new System.Windows.Forms.Label();
  30. this.tbPassword = new System.Windows.Forms.TextBox();
  31. this.tbUserName = new System.Windows.Forms.TextBox();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.lbDomain = new System.Windows.Forms.Label();
  35. this.tbDomain = new System.Windows.Forms.TextBox();
  36. this.chkAnonymous = new System.Windows.Forms.CheckBox();
  37. this.SuspendLayout();
  38. //
  39. // lbUserName
  40. //
  41. this.lbUserName.AutoSize = true;
  42. this.lbUserName.Location = new System.Drawing.Point(21, 9);
  43. this.lbUserName.Name = "lbUserName";
  44. this.lbUserName.Size = new System.Drawing.Size(60, 13);
  45. this.lbUserName.TabIndex = 0;
  46. this.lbUserName.Text = "User Name";
  47. //
  48. // lbPassword
  49. //
  50. this.lbPassword.AutoSize = true;
  51. this.lbPassword.Location = new System.Drawing.Point(21, 40);
  52. this.lbPassword.Name = "lbPassword";
  53. this.lbPassword.Size = new System.Drawing.Size(53, 13);
  54. this.lbPassword.TabIndex = 0;
  55. this.lbPassword.Text = "Password";
  56. //
  57. // tbPassword
  58. //
  59. this.tbPassword.Location = new System.Drawing.Point(98, 36);
  60. this.tbPassword.Name = "tbPassword";
  61. this.tbPassword.PasswordChar = '*';
  62. this.tbPassword.Size = new System.Drawing.Size(171, 20);
  63. this.tbPassword.TabIndex = 2;
  64. this.tbPassword.TextChanged += new System.EventHandler(this.tb_TextChanged);
  65. //
  66. // tbUserName
  67. //
  68. this.tbUserName.Location = new System.Drawing.Point(98, 5);
  69. this.tbUserName.Name = "tbUserName";
  70. this.tbUserName.Size = new System.Drawing.Size(171, 20);
  71. this.tbUserName.TabIndex = 1;
  72. this.tbUserName.TextChanged += new System.EventHandler(this.tb_TextChanged);
  73. //
  74. // btnOK
  75. //
  76. this.btnOK.Location = new System.Drawing.Point(98, 128);
  77. this.btnOK.Name = "btnOK";
  78. this.btnOK.Size = new System.Drawing.Size(75, 23);
  79. this.btnOK.TabIndex = 4;
  80. this.btnOK.Text = "OK";
  81. this.btnOK.UseVisualStyleBackColor = true;
  82. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  87. this.btnCancel.Location = new System.Drawing.Point(194, 128);
  88. this.btnCancel.Name = "btnCancel";
  89. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  90. this.btnCancel.TabIndex = 5;
  91. this.btnCancel.Text = "Cancel";
  92. this.btnCancel.UseVisualStyleBackColor = true;
  93. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  94. //
  95. // lbDomain
  96. //
  97. this.lbDomain.AutoSize = true;
  98. this.lbDomain.Location = new System.Drawing.Point(21, 72);
  99. this.lbDomain.Name = "lbDomain";
  100. this.lbDomain.Size = new System.Drawing.Size(43, 13);
  101. this.lbDomain.TabIndex = 0;
  102. this.lbDomain.Text = "Domain";
  103. //
  104. // tbDomain
  105. //
  106. this.tbDomain.Location = new System.Drawing.Point(98, 68);
  107. this.tbDomain.Name = "tbDomain";
  108. this.tbDomain.Size = new System.Drawing.Size(171, 20);
  109. this.tbDomain.TabIndex = 3;
  110. this.tbDomain.TextChanged += new System.EventHandler(this.tb_TextChanged);
  111. //
  112. // chkAnonymous
  113. //
  114. this.chkAnonymous.AutoSize = true;
  115. this.chkAnonymous.Location = new System.Drawing.Point(24, 102);
  116. this.chkAnonymous.Name = "chkAnonymous";
  117. this.chkAnonymous.Size = new System.Drawing.Size(123, 17);
  118. this.chkAnonymous.TabIndex = 6;
  119. this.chkAnonymous.Text = "Log on anonymously";
  120. this.chkAnonymous.UseVisualStyleBackColor = true;
  121. this.chkAnonymous.CheckedChanged += new System.EventHandler(this.chkAnonymous_CheckedChanged);
  122. //
  123. // UICredentialsProvider
  124. //
  125. this.AcceptButton = this.btnOK;
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.CancelButton = this.btnCancel;
  129. this.ClientSize = new System.Drawing.Size(304, 163);
  130. this.ControlBox = false;
  131. this.Controls.Add(this.chkAnonymous);
  132. this.Controls.Add(this.btnCancel);
  133. this.Controls.Add(this.btnOK);
  134. this.Controls.Add(this.tbUserName);
  135. this.Controls.Add(this.tbDomain);
  136. this.Controls.Add(this.tbPassword);
  137. this.Controls.Add(this.lbDomain);
  138. this.Controls.Add(this.lbPassword);
  139. this.Controls.Add(this.lbUserName);
  140. this.Name = "UICredentialsProvider";
  141. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  142. this.Text = "Credentials Provider";
  143. this.ResumeLayout(false);
  144. this.PerformLayout();
  145. }
  146. #endregion
  147. private System.Windows.Forms.Label lbUserName;
  148. private System.Windows.Forms.Label lbPassword;
  149. private System.Windows.Forms.TextBox tbPassword;
  150. private System.Windows.Forms.TextBox tbUserName;
  151. private System.Windows.Forms.Button btnOK;
  152. private System.Windows.Forms.Button btnCancel;
  153. private System.Windows.Forms.Label lbDomain;
  154. private System.Windows.Forms.TextBox tbDomain;
  155. private System.Windows.Forms.CheckBox chkAnonymous;
  156. }
  157. }