XmppMessengerForm.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace FastReport.Messaging.Xmpp
  2. {
  3. partial class XmppMessengerForm
  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.tbJidTo = new System.Windows.Forms.TextBox();
  29. this.tbPassword = new System.Windows.Forms.TextBox();
  30. this.tbJidFrom = new System.Windows.Forms.TextBox();
  31. this.labelJidFrom = new System.Windows.Forms.Label();
  32. this.labelPassword = new System.Windows.Forms.Label();
  33. this.labelJidTo = new System.Windows.Forms.Label();
  34. this.labelCloudWarning = new System.Windows.Forms.Label();
  35. this.pgFile.SuspendLayout();
  36. this.pgProxy.SuspendLayout();
  37. this.pageControl1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // pgFile
  41. //
  42. this.pgFile.Controls.Add(this.labelJidTo);
  43. this.pgFile.Controls.Add(this.labelPassword);
  44. this.pgFile.Controls.Add(this.labelJidFrom);
  45. this.pgFile.Controls.Add(this.tbJidTo);
  46. this.pgFile.Controls.Add(this.tbJidFrom);
  47. this.pgFile.Controls.Add(this.tbPassword);
  48. this.pgFile.Controls.Add(this.labelCloudWarning);
  49. this.pgFile.Size = new System.Drawing.Size(411, 184);
  50. this.pgFile.Controls.SetChildIndex(this.tbPassword, 0);
  51. this.pgFile.Controls.SetChildIndex(this.tbJidFrom, 0);
  52. this.pgFile.Controls.SetChildIndex(this.buttonSettings, 0);
  53. this.pgFile.Controls.SetChildIndex(this.cbFileType, 0);
  54. this.pgFile.Controls.SetChildIndex(this.labelFileType, 0);
  55. this.pgFile.Controls.SetChildIndex(this.tbJidTo, 0);
  56. this.pgFile.Controls.SetChildIndex(this.labelJidFrom, 0);
  57. this.pgFile.Controls.SetChildIndex(this.labelPassword, 0);
  58. this.pgFile.Controls.SetChildIndex(this.labelJidTo, 0);
  59. //
  60. // cbFileType
  61. //
  62. this.cbFileType.Location = new System.Drawing.Point(178, 94);
  63. this.cbFileType.Enabled = false;
  64. this.cbFileType.Visible = false;
  65. this.cbFileType.TabStop = false;
  66. //
  67. // labelFileType
  68. //
  69. this.labelFileType.Location = new System.Drawing.Point(12, 97);
  70. this.labelFileType.Enabled = false;
  71. this.labelFileType.Visible = false;
  72. //
  73. // buttonSettings
  74. //
  75. this.buttonSettings.Location = new System.Drawing.Point(313, 121);
  76. this.buttonSettings.Enabled = false;
  77. this.buttonSettings.Visible = false;
  78. this.buttonSettings.TabStop = false;
  79. //
  80. // pageControl1
  81. //
  82. //this.pageControl1.Size = new System.Drawing.Size(512, 160);
  83. //
  84. // btnOk
  85. //
  86. this.btnOk.Location = new System.Drawing.Point(368, 178);
  87. //
  88. // btnCancel
  89. //
  90. this.btnCancel.Location = new System.Drawing.Point(449, 178);
  91. //
  92. // tbJidTo
  93. //
  94. this.tbJidTo.Location = new System.Drawing.Point(178, 66);
  95. this.tbJidTo.Name = "tbJidTo";
  96. this.tbJidTo.Size = new System.Drawing.Size(220, 20);
  97. //
  98. // tbPassword
  99. //
  100. this.tbPassword.Location = new System.Drawing.Point(178, 40);
  101. this.tbPassword.Name = "tbPassword";
  102. this.tbPassword.Size = new System.Drawing.Size(220, 20);
  103. this.tbPassword.UseSystemPasswordChar = true;
  104. //
  105. // tbJidFrom
  106. //
  107. this.tbJidFrom.Location = new System.Drawing.Point(178, 14);
  108. this.tbJidFrom.Name = "tbJidFrom";
  109. this.tbJidFrom.Size = new System.Drawing.Size(220, 20);
  110. //
  111. // labelJidFrom
  112. //
  113. this.labelJidFrom.AutoSize = true;
  114. this.labelJidFrom.Location = new System.Drawing.Point(12, 17);
  115. this.labelJidFrom.Name = "labelJidFrom";
  116. this.labelJidFrom.Size = new System.Drawing.Size(59, 13);
  117. this.labelJidFrom.Text = "";
  118. //
  119. // labelPassword
  120. //
  121. this.labelPassword.AutoSize = true;
  122. this.labelPassword.Location = new System.Drawing.Point(12, 43);
  123. this.labelPassword.Name = "labelPassword";
  124. this.labelPassword.Size = new System.Drawing.Size(57, 13);
  125. this.labelPassword.Text = "";
  126. //
  127. // labelJidTo
  128. //
  129. this.labelJidTo.AutoSize = true;
  130. this.labelJidTo.Location = new System.Drawing.Point(12, 69);
  131. this.labelJidTo.Name = "labelJidTo";
  132. this.labelJidTo.Size = new System.Drawing.Size(72, 13);
  133. this.labelJidTo.Text = "";
  134. //
  135. // labelCloudWarning
  136. //
  137. this.labelCloudWarning.AutoSize = false;
  138. this.labelCloudWarning.Location = new System.Drawing.Point(22, 110);
  139. this.labelCloudWarning.Size = new System.Drawing.Size(368, 48);
  140. this.labelCloudWarning.Text = "Warning!";
  141. //
  142. // XmppMessengerForm
  143. //
  144. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  145. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  146. this.ClientSize = new System.Drawing.Size(536, 213);
  147. this.Name = "XmppMessengerForm";
  148. this.pgFile.ResumeLayout(false);
  149. this.pgFile.PerformLayout();
  150. this.pgProxy.ResumeLayout(false);
  151. this.pgProxy.PerformLayout();
  152. this.pageControl1.ResumeLayout(false);
  153. this.ResumeLayout(false);
  154. //
  155. // Tab Order
  156. //
  157. this.tbJidFrom.TabIndex = 1;
  158. this.tbPassword.TabIndex = 2;
  159. this.tbJidTo.TabIndex = 3;
  160. this.btnOk.TabIndex = 4;
  161. this.btnCancel.TabIndex = 5;
  162. this.tbProxyServer.TabIndex = 1;
  163. this.tbProxyPort.TabIndex = 2;
  164. this.tbProxyUsername.TabIndex = 3;
  165. this.tbProxyPassword.TabIndex = 4;
  166. }
  167. #endregion
  168. private System.Windows.Forms.TextBox tbJidTo;
  169. private System.Windows.Forms.TextBox tbPassword;
  170. private System.Windows.Forms.TextBox tbJidFrom;
  171. private System.Windows.Forms.Label labelJidTo;
  172. private System.Windows.Forms.Label labelPassword;
  173. private System.Windows.Forms.Label labelJidFrom;
  174. private System.Windows.Forms.Label labelCloudWarning;
  175. }
  176. }