EmailExportForm.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. using FastReport.Controls;
  2. namespace FastReport.Export.Email
  3. {
  4. partial class EmailExportForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  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. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pageControl1 = new FastReport.Controls.PageControl();
  30. this.pgEmail = new FastReport.Controls.PageControlPage();
  31. this.tbCC = new System.Windows.Forms.TextBox();
  32. this.lblCC = new System.Windows.Forms.Label();
  33. this.btnSettings = new System.Windows.Forms.Button();
  34. this.cbxAttachment = new System.Windows.Forms.ComboBox();
  35. this.lblAttachment = new System.Windows.Forms.Label();
  36. this.tbMessage = new System.Windows.Forms.TextBox();
  37. this.lblMessage = new System.Windows.Forms.Label();
  38. this.cbxSubject = new System.Windows.Forms.ComboBox();
  39. this.lblSubject = new System.Windows.Forms.Label();
  40. this.cbxAddressTo = new System.Windows.Forms.ComboBox();
  41. this.lblAsterisk1 = new System.Windows.Forms.Label();
  42. this.lblAddressTo = new System.Windows.Forms.Label();
  43. this.tbNameAttach = new System.Windows.Forms.TextBox();
  44. this.lblNameAttcach = new System.Windows.Forms.Label();
  45. this.pgAccount = new FastReport.Controls.PageControlPage();
  46. this.cbEnableSSL = new System.Windows.Forms.CheckBox();
  47. this.tbPassword = new System.Windows.Forms.TextBox();
  48. this.tbUserName = new System.Windows.Forms.TextBox();
  49. this.udPort = new System.Windows.Forms.NumericUpDown();
  50. this.tbHost = new System.Windows.Forms.TextBox();
  51. this.tbTemplate = new System.Windows.Forms.TextBox();
  52. this.tbName = new System.Windows.Forms.TextBox();
  53. this.tbAddressFrom = new System.Windows.Forms.TextBox();
  54. this.lblAsterisk3 = new System.Windows.Forms.Label();
  55. this.lblAsterisk2 = new System.Windows.Forms.Label();
  56. this.lblPassword = new System.Windows.Forms.Label();
  57. this.lblUserName = new System.Windows.Forms.Label();
  58. this.labelLine1 = new FastReport.Controls.LabelLine();
  59. this.lblPort = new System.Windows.Forms.Label();
  60. this.lblHost = new System.Windows.Forms.Label();
  61. this.lblTemplate = new System.Windows.Forms.Label();
  62. this.lblName = new System.Windows.Forms.Label();
  63. this.lblAddressFrom = new System.Windows.Forms.Label();
  64. this.pageControl1.SuspendLayout();
  65. this.pgEmail.SuspendLayout();
  66. this.pgAccount.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.udPort)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // btnOk
  71. //
  72. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  73. this.btnOk.Location = new System.Drawing.Point(368, 343);
  74. //
  75. // btnCancel
  76. //
  77. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  78. this.btnCancel.Location = new System.Drawing.Point(448, 343);
  79. //
  80. // pageControl1
  81. //
  82. this.pageControl1.Controls.Add(this.pgEmail);
  83. this.pageControl1.Controls.Add(this.pgAccount);
  84. this.pageControl1.Location = new System.Drawing.Point(12, 12);
  85. this.pageControl1.Name = "pageControl1";
  86. this.pageControl1.SelectorWidth = 100;
  87. this.pageControl1.Size = new System.Drawing.Size(512, 316);
  88. this.pageControl1.TabIndex = 1;
  89. this.pageControl1.Text = "pageControl1";
  90. //
  91. // pgEmail
  92. //
  93. this.pgEmail.BackColor = System.Drawing.SystemColors.Window;
  94. this.pgEmail.Controls.Add(this.tbCC);
  95. this.pgEmail.Controls.Add(this.lblCC);
  96. this.pgEmail.Controls.Add(this.btnSettings);
  97. this.pgEmail.Controls.Add(this.cbxAttachment);
  98. this.pgEmail.Controls.Add(this.lblAttachment);
  99. this.pgEmail.Controls.Add(this.tbMessage);
  100. this.pgEmail.Controls.Add(this.lblMessage);
  101. this.pgEmail.Controls.Add(this.cbxSubject);
  102. this.pgEmail.Controls.Add(this.lblSubject);
  103. this.pgEmail.Controls.Add(this.cbxAddressTo);
  104. this.pgEmail.Controls.Add(this.lblAsterisk1);
  105. this.pgEmail.Controls.Add(this.lblAddressTo);
  106. this.pgEmail.Controls.Add(this.tbNameAttach);
  107. this.pgEmail.Controls.Add(this.lblNameAttcach);
  108. this.pgEmail.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.pgEmail.Image = null;
  110. this.pgEmail.Location = new System.Drawing.Point(100, 1);
  111. this.pgEmail.Name = "pgEmail";
  112. this.pgEmail.Size = new System.Drawing.Size(411, 314);
  113. this.pgEmail.TabIndex = 0;
  114. this.pgEmail.Text = "Email";
  115. //
  116. // tbCC
  117. //
  118. this.tbCC.Location = new System.Drawing.Point(108, 44);
  119. this.tbCC.Name = "tbCC";
  120. this.tbCC.Size = new System.Drawing.Size(288, 20);
  121. this.tbCC.TabIndex = 3;
  122. this.tbCC.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tbCC_MouseMove);
  123. //
  124. // lblCC
  125. //
  126. this.lblCC.AutoSize = true;
  127. this.lblCC.Location = new System.Drawing.Point(16, 48);
  128. this.lblCC.Name = "lblCC";
  129. this.lblCC.Size = new System.Drawing.Size(25, 13);
  130. this.lblCC.TabIndex = 2;
  131. this.lblCC.Text = "CC:";
  132. //
  133. // btnSettings
  134. //
  135. this.btnSettings.Location = new System.Drawing.Point(304, 248);
  136. this.btnSettings.Name = "btnSettings";
  137. this.btnSettings.Size = new System.Drawing.Size(92, 23);
  138. this.btnSettings.TabIndex = 11;
  139. this.btnSettings.Text = "Settings...";
  140. this.btnSettings.UseVisualStyleBackColor = true;
  141. this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
  142. //
  143. // cbxAttachment
  144. //
  145. this.cbxAttachment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  146. this.cbxAttachment.FormattingEnabled = true;
  147. this.cbxAttachment.Location = new System.Drawing.Point(108, 248);
  148. this.cbxAttachment.Name = "cbxAttachment";
  149. this.cbxAttachment.Size = new System.Drawing.Size(188, 21);
  150. this.cbxAttachment.TabIndex = 10;
  151. this.cbxAttachment.SelectedIndexChanged += new System.EventHandler(this.cbxAttachment_SelectedIndexChanged);
  152. //
  153. // lblAttachment
  154. //
  155. this.lblAttachment.AutoSize = true;
  156. this.lblAttachment.Location = new System.Drawing.Point(16, 252);
  157. this.lblAttachment.Name = "lblAttachment";
  158. this.lblAttachment.Size = new System.Drawing.Size(67, 13);
  159. this.lblAttachment.TabIndex = 9;
  160. this.lblAttachment.Text = "Attachment:";
  161. //
  162. // tbMessage
  163. //
  164. this.tbMessage.AcceptsReturn = true;
  165. this.tbMessage.Location = new System.Drawing.Point(108, 100);
  166. this.tbMessage.Multiline = true;
  167. this.tbMessage.Name = "tbMessage";
  168. this.tbMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  169. this.tbMessage.Size = new System.Drawing.Size(288, 140);
  170. this.tbMessage.TabIndex = 8;
  171. //
  172. // lblMessage
  173. //
  174. this.lblMessage.AutoSize = true;
  175. this.lblMessage.Location = new System.Drawing.Point(16, 104);
  176. this.lblMessage.Name = "lblMessage";
  177. this.lblMessage.Size = new System.Drawing.Size(53, 13);
  178. this.lblMessage.TabIndex = 7;
  179. this.lblMessage.Text = "Message:";
  180. //
  181. // cbxSubject
  182. //
  183. this.cbxSubject.FormattingEnabled = true;
  184. this.cbxSubject.Location = new System.Drawing.Point(108, 72);
  185. this.cbxSubject.Name = "cbxSubject";
  186. this.cbxSubject.Size = new System.Drawing.Size(288, 21);
  187. this.cbxSubject.TabIndex = 6;
  188. //
  189. // lblSubject
  190. //
  191. this.lblSubject.AutoSize = true;
  192. this.lblSubject.Location = new System.Drawing.Point(16, 76);
  193. this.lblSubject.Name = "lblSubject";
  194. this.lblSubject.Size = new System.Drawing.Size(47, 13);
  195. this.lblSubject.TabIndex = 5;
  196. this.lblSubject.Text = "Subject:";
  197. //
  198. // cbxAddressTo
  199. //
  200. this.cbxAddressTo.FormattingEnabled = true;
  201. this.cbxAddressTo.Location = new System.Drawing.Point(108, 16);
  202. this.cbxAddressTo.Name = "cbxAddressTo";
  203. this.cbxAddressTo.Size = new System.Drawing.Size(288, 21);
  204. this.cbxAddressTo.TabIndex = 1;
  205. //
  206. // lblAsterisk1
  207. //
  208. this.lblAsterisk1.AutoSize = true;
  209. this.lblAsterisk1.ForeColor = System.Drawing.Color.Red;
  210. this.lblAsterisk1.Location = new System.Drawing.Point(96, 20);
  211. this.lblAsterisk1.Name = "lblAsterisk1";
  212. this.lblAsterisk1.Size = new System.Drawing.Size(13, 13);
  213. this.lblAsterisk1.TabIndex = 0;
  214. this.lblAsterisk1.Text = "*";
  215. //
  216. // lblAddressTo
  217. //
  218. this.lblAddressTo.AutoSize = true;
  219. this.lblAddressTo.Location = new System.Drawing.Point(16, 20);
  220. this.lblAddressTo.Name = "lblAddressTo";
  221. this.lblAddressTo.Size = new System.Drawing.Size(50, 13);
  222. this.lblAddressTo.TabIndex = 0;
  223. this.lblAddressTo.Text = "Address:";
  224. //
  225. // tbNameAttach
  226. //
  227. this.tbNameAttach.Location = new System.Drawing.Point(173, 276);
  228. this.tbNameAttach.Name = "tbNameAttach";
  229. this.tbNameAttach.Size = new System.Drawing.Size(223, 20);
  230. this.tbNameAttach.TabIndex = 2;
  231. //
  232. // lblNameAttcach
  233. //
  234. this.lblNameAttcach.AutoSize = true;
  235. this.lblNameAttcach.Location = new System.Drawing.Point(16, 276);
  236. this.lblNameAttcach.Name = "lblNameAttcach";
  237. this.lblNameAttcach.Size = new System.Drawing.Size(113, 13);
  238. this.lblNameAttcach.TabIndex = 9;
  239. this.lblNameAttcach.Text = "Name attachment file:";
  240. //
  241. // pgAccount
  242. //
  243. this.pgAccount.BackColor = System.Drawing.SystemColors.Window;
  244. this.pgAccount.Controls.Add(this.cbEnableSSL);
  245. this.pgAccount.Controls.Add(this.tbPassword);
  246. this.pgAccount.Controls.Add(this.tbUserName);
  247. this.pgAccount.Controls.Add(this.udPort);
  248. this.pgAccount.Controls.Add(this.tbHost);
  249. this.pgAccount.Controls.Add(this.tbTemplate);
  250. this.pgAccount.Controls.Add(this.tbName);
  251. this.pgAccount.Controls.Add(this.tbAddressFrom);
  252. this.pgAccount.Controls.Add(this.lblAsterisk3);
  253. this.pgAccount.Controls.Add(this.lblAsterisk2);
  254. this.pgAccount.Controls.Add(this.lblPassword);
  255. this.pgAccount.Controls.Add(this.lblUserName);
  256. this.pgAccount.Controls.Add(this.labelLine1);
  257. this.pgAccount.Controls.Add(this.lblPort);
  258. this.pgAccount.Controls.Add(this.lblHost);
  259. this.pgAccount.Controls.Add(this.lblTemplate);
  260. this.pgAccount.Controls.Add(this.lblName);
  261. this.pgAccount.Controls.Add(this.lblAddressFrom);
  262. this.pgAccount.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.pgAccount.Image = null;
  264. this.pgAccount.Location = new System.Drawing.Point(100, 1);
  265. this.pgAccount.Name = "pgAccount";
  266. this.pgAccount.Size = new System.Drawing.Size(411, 314);
  267. this.pgAccount.TabIndex = 1;
  268. this.pgAccount.Text = "Account";
  269. //
  270. // cbEnableSSL
  271. //
  272. this.cbEnableSSL.AutoSize = true;
  273. this.cbEnableSSL.Location = new System.Drawing.Point(108, 256);
  274. this.cbEnableSSL.Name = "cbEnableSSL";
  275. this.cbEnableSSL.Size = new System.Drawing.Size(78, 17);
  276. this.cbEnableSSL.TabIndex = 12;
  277. this.cbEnableSSL.Text = "Enable SSL";
  278. this.cbEnableSSL.UseVisualStyleBackColor = true;
  279. //
  280. // tbPassword
  281. //
  282. this.tbPassword.Location = new System.Drawing.Point(312, 228);
  283. this.tbPassword.Name = "tbPassword";
  284. this.tbPassword.Size = new System.Drawing.Size(84, 20);
  285. this.tbPassword.TabIndex = 6;
  286. this.tbPassword.UseSystemPasswordChar = true;
  287. //
  288. // tbUserName
  289. //
  290. this.tbUserName.Location = new System.Drawing.Point(108, 228);
  291. this.tbUserName.Name = "tbUserName";
  292. this.tbUserName.Size = new System.Drawing.Size(120, 20);
  293. this.tbUserName.TabIndex = 5;
  294. //
  295. // udPort
  296. //
  297. this.udPort.Location = new System.Drawing.Point(336, 200);
  298. this.udPort.Maximum = new decimal(new int[] {
  299. 100000,
  300. 0,
  301. 0,
  302. 0});
  303. this.udPort.Name = "udPort";
  304. this.udPort.Size = new System.Drawing.Size(60, 20);
  305. this.udPort.TabIndex = 4;
  306. this.udPort.Value = new decimal(new int[] {
  307. 25,
  308. 0,
  309. 0,
  310. 0});
  311. //
  312. // tbHost
  313. //
  314. this.tbHost.Location = new System.Drawing.Point(108, 200);
  315. this.tbHost.Name = "tbHost";
  316. this.tbHost.Size = new System.Drawing.Size(168, 20);
  317. this.tbHost.TabIndex = 3;
  318. //
  319. // tbTemplate
  320. //
  321. this.tbTemplate.AcceptsReturn = true;
  322. this.tbTemplate.Location = new System.Drawing.Point(108, 72);
  323. this.tbTemplate.Multiline = true;
  324. this.tbTemplate.Name = "tbTemplate";
  325. this.tbTemplate.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  326. this.tbTemplate.Size = new System.Drawing.Size(288, 96);
  327. this.tbTemplate.TabIndex = 2;
  328. //
  329. // tbName
  330. //
  331. this.tbName.Location = new System.Drawing.Point(108, 44);
  332. this.tbName.Name = "tbName";
  333. this.tbName.Size = new System.Drawing.Size(288, 20);
  334. this.tbName.TabIndex = 1;
  335. //
  336. // tbAddressFrom
  337. //
  338. this.tbAddressFrom.Location = new System.Drawing.Point(108, 16);
  339. this.tbAddressFrom.Name = "tbAddressFrom";
  340. this.tbAddressFrom.Size = new System.Drawing.Size(288, 20);
  341. this.tbAddressFrom.TabIndex = 0;
  342. //
  343. // lblAsterisk3
  344. //
  345. this.lblAsterisk3.AutoSize = true;
  346. this.lblAsterisk3.ForeColor = System.Drawing.Color.Red;
  347. this.lblAsterisk3.Location = new System.Drawing.Point(96, 204);
  348. this.lblAsterisk3.Name = "lblAsterisk3";
  349. this.lblAsterisk3.Size = new System.Drawing.Size(13, 13);
  350. this.lblAsterisk3.TabIndex = 11;
  351. this.lblAsterisk3.Text = "*";
  352. //
  353. // lblAsterisk2
  354. //
  355. this.lblAsterisk2.AutoSize = true;
  356. this.lblAsterisk2.ForeColor = System.Drawing.Color.Red;
  357. this.lblAsterisk2.Location = new System.Drawing.Point(96, 20);
  358. this.lblAsterisk2.Name = "lblAsterisk2";
  359. this.lblAsterisk2.Size = new System.Drawing.Size(13, 13);
  360. this.lblAsterisk2.TabIndex = 11;
  361. this.lblAsterisk2.Text = "*";
  362. //
  363. // lblPassword
  364. //
  365. this.lblPassword.AutoSize = true;
  366. this.lblPassword.Location = new System.Drawing.Point(244, 232);
  367. this.lblPassword.Name = "lblPassword";
  368. this.lblPassword.Size = new System.Drawing.Size(57, 13);
  369. this.lblPassword.TabIndex = 9;
  370. this.lblPassword.Text = "Password:";
  371. //
  372. // lblUserName
  373. //
  374. this.lblUserName.AutoSize = true;
  375. this.lblUserName.Location = new System.Drawing.Point(16, 232);
  376. this.lblUserName.Name = "lblUserName";
  377. this.lblUserName.Size = new System.Drawing.Size(62, 13);
  378. this.lblUserName.TabIndex = 9;
  379. this.lblUserName.Text = "User name:";
  380. //
  381. // labelLine1
  382. //
  383. this.labelLine1.Location = new System.Drawing.Point(16, 172);
  384. this.labelLine1.Name = "labelLine1";
  385. this.labelLine1.Size = new System.Drawing.Size(380, 23);
  386. this.labelLine1.TabIndex = 8;
  387. //
  388. // lblPort
  389. //
  390. this.lblPort.AutoSize = true;
  391. this.lblPort.Location = new System.Drawing.Point(292, 204);
  392. this.lblPort.Name = "lblPort";
  393. this.lblPort.Size = new System.Drawing.Size(31, 13);
  394. this.lblPort.TabIndex = 5;
  395. this.lblPort.Text = "Port:";
  396. //
  397. // lblHost
  398. //
  399. this.lblHost.AutoSize = true;
  400. this.lblHost.Location = new System.Drawing.Point(16, 204);
  401. this.lblHost.Name = "lblHost";
  402. this.lblHost.Size = new System.Drawing.Size(33, 13);
  403. this.lblHost.TabIndex = 4;
  404. this.lblHost.Text = "Host:";
  405. //
  406. // lblTemplate
  407. //
  408. this.lblTemplate.AutoSize = true;
  409. this.lblTemplate.Location = new System.Drawing.Point(16, 76);
  410. this.lblTemplate.Name = "lblTemplate";
  411. this.lblTemplate.Size = new System.Drawing.Size(55, 13);
  412. this.lblTemplate.TabIndex = 2;
  413. this.lblTemplate.Text = "Template:";
  414. //
  415. // lblName
  416. //
  417. this.lblName.AutoSize = true;
  418. this.lblName.Location = new System.Drawing.Point(16, 48);
  419. this.lblName.Name = "lblName";
  420. this.lblName.Size = new System.Drawing.Size(38, 13);
  421. this.lblName.TabIndex = 0;
  422. this.lblName.Text = "Name:";
  423. //
  424. // lblAddressFrom
  425. //
  426. this.lblAddressFrom.AutoSize = true;
  427. this.lblAddressFrom.Location = new System.Drawing.Point(16, 20);
  428. this.lblAddressFrom.Name = "lblAddressFrom";
  429. this.lblAddressFrom.Size = new System.Drawing.Size(50, 13);
  430. this.lblAddressFrom.TabIndex = 0;
  431. this.lblAddressFrom.Text = "Address:";
  432. //
  433. // EmailExportForm
  434. //
  435. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  436. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  437. this.ClientSize = new System.Drawing.Size(534, 378);
  438. this.Controls.Add(this.pageControl1);
  439. this.Name = "EmailExportForm";
  440. this.Text = "Send Email";
  441. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EmailExportForm_FormClosing);
  442. this.Shown += new System.EventHandler(this.EmailExportForm_Shown);
  443. this.Controls.SetChildIndex(this.btnOk, 0);
  444. this.Controls.SetChildIndex(this.btnCancel, 0);
  445. this.Controls.SetChildIndex(this.pageControl1, 0);
  446. this.pageControl1.ResumeLayout(false);
  447. this.pgEmail.ResumeLayout(false);
  448. this.pgEmail.PerformLayout();
  449. this.pgAccount.ResumeLayout(false);
  450. this.pgAccount.PerformLayout();
  451. ((System.ComponentModel.ISupportInitialize)(this.udPort)).EndInit();
  452. this.ResumeLayout(false);
  453. }
  454. #endregion
  455. private FastReport.Controls.PageControlPage pgAccount;
  456. private FastReport.Controls.PageControlPage pgEmail;
  457. private System.Windows.Forms.ComboBox cbxSubject;
  458. private System.Windows.Forms.Label lblSubject;
  459. private System.Windows.Forms.ComboBox cbxAddressTo;
  460. private System.Windows.Forms.Label lblAddressTo;
  461. private FastReport.Controls.PageControl pageControl1;
  462. private System.Windows.Forms.Button btnSettings;
  463. private System.Windows.Forms.ComboBox cbxAttachment;
  464. private System.Windows.Forms.Label lblAttachment;
  465. private System.Windows.Forms.TextBox tbMessage;
  466. private System.Windows.Forms.Label lblMessage;
  467. private System.Windows.Forms.TextBox tbName;
  468. private System.Windows.Forms.Label lblName;
  469. private System.Windows.Forms.TextBox tbAddressFrom;
  470. private System.Windows.Forms.Label lblAddressFrom;
  471. private System.Windows.Forms.TextBox tbTemplate;
  472. private System.Windows.Forms.TextBox tbNameAttach;
  473. private System.Windows.Forms.Label lblNameAttcach;
  474. private System.Windows.Forms.Label lblTemplate;
  475. private System.Windows.Forms.TextBox tbHost;
  476. private System.Windows.Forms.Label lblPort;
  477. private System.Windows.Forms.Label lblHost;
  478. private System.Windows.Forms.NumericUpDown udPort;
  479. private FastReport.Controls.LabelLine labelLine1;
  480. private System.Windows.Forms.TextBox tbPassword;
  481. private System.Windows.Forms.TextBox tbUserName;
  482. private System.Windows.Forms.Label lblPassword;
  483. private System.Windows.Forms.Label lblUserName;
  484. private System.Windows.Forms.Label lblAsterisk1;
  485. private System.Windows.Forms.Label lblAsterisk3;
  486. private System.Windows.Forms.Label lblAsterisk2;
  487. private System.Windows.Forms.CheckBox cbEnableSSL;
  488. private System.Windows.Forms.Label lblCC;
  489. private System.Windows.Forms.TextBox tbCC;
  490. }
  491. }