ProviderUnit.dfm 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. object ProviderForm: TProviderForm
  2. Left = 519
  3. Top = 184
  4. Width = 410
  5. Height = 470
  6. Caption = 'Provider information'
  7. Color = clBtnFace
  8. Constraints.MaxHeight = 470
  9. Constraints.MaxWidth = 410
  10. Constraints.MinHeight = 470
  11. Constraints.MinWidth = 410
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'MS Sans Serif'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. Position = poScreenCenter
  19. OnCreate = FormCreate
  20. OnShow = FormShow
  21. PixelsPerInch = 96
  22. TextHeight = 13
  23. object GroupBox1: TGroupBox
  24. Left = 5
  25. Top = 5
  26. Width = 391
  27. Height = 391
  28. Caption = 'Options'
  29. TabOrder = 0
  30. object Label1: TLabel
  31. Left = 12
  32. Top = 90
  33. Width = 139
  34. Height = 13
  35. Caption = 'POP3 Server for inbound mail'
  36. end
  37. object Label2: TLabel
  38. Left = 12
  39. Top = 110
  40. Width = 102
  41. Height = 13
  42. Caption = '&Port (Standard is 110)'
  43. end
  44. object Label8: TLabel
  45. Left = 12
  46. Top = 130
  47. Width = 40
  48. Height = 13
  49. Caption = '&Account'
  50. end
  51. object Label9: TLabel
  52. Left = 12
  53. Top = 150
  54. Width = 46
  55. Height = 13
  56. Caption = '&Password'
  57. end
  58. object lbAccount: TLabel
  59. Left = 12
  60. Top = 270
  61. Width = 40
  62. Height = 13
  63. Caption = '&Account'
  64. end
  65. object lbPassword: TLabel
  66. Left = 12
  67. Top = 290
  68. Width = 46
  69. Height = 13
  70. Caption = '&Password'
  71. end
  72. object Label11: TLabel
  73. Left = 12
  74. Top = 230
  75. Width = 157
  76. Height = 13
  77. Caption = 'SMTP - Server for outbound mail '
  78. end
  79. object Label12: TLabel
  80. Left = 12
  81. Top = 250
  82. Width = 96
  83. Height = 13
  84. Caption = 'Po&rt (Standard is 25)'
  85. end
  86. object ConnLabel: TLabel
  87. Left = 12
  88. Top = 50
  89. Width = 84
  90. Height = 13
  91. Caption = 'Use connection '
  92. end
  93. object Label3: TLabel
  94. Left = 15
  95. Top = 325
  96. Width = 99
  97. Height = 13
  98. Caption = 'Check for mail every '
  99. end
  100. object Label4: TLabel
  101. Left = 235
  102. Top = 330
  103. Width = 36
  104. Height = 13
  105. Caption = 'minutes'
  106. end
  107. object LanChk: TCheckBox
  108. Left = 12
  109. Top = 25
  110. Width = 196
  111. Height = 17
  112. Alignment = taLeftJustify
  113. Caption = 'Connect via LAN'
  114. TabOrder = 0
  115. OnClick = LanChkClick
  116. end
  117. object PhoneList: TComboBox
  118. Left = 190
  119. Top = 45
  120. Width = 145
  121. Height = 21
  122. ItemHeight = 13
  123. TabOrder = 1
  124. end
  125. object Pop3Name: TEdit
  126. Left = 190
  127. Top = 85
  128. Width = 121
  129. Height = 21
  130. TabOrder = 2
  131. Text = 'Pop3Name'
  132. end
  133. object Pop3Port: TEdit
  134. Left = 190
  135. Top = 105
  136. Width = 31
  137. Height = 21
  138. TabOrder = 3
  139. Text = '110'
  140. end
  141. object Pop3Accnt: TEdit
  142. Left = 190
  143. Top = 125
  144. Width = 121
  145. Height = 21
  146. TabOrder = 4
  147. Text = 'Pop3Accnt'
  148. end
  149. object Pop3PWD: TEdit
  150. Left = 190
  151. Top = 145
  152. Width = 121
  153. Height = 21
  154. TabOrder = 5
  155. Text = 'Pop3PWD'
  156. end
  157. object SMTPName: TEdit
  158. Left = 190
  159. Top = 225
  160. Width = 121
  161. Height = 21
  162. TabOrder = 6
  163. Text = 'SMTPName'
  164. end
  165. object SMTPPort: TEdit
  166. Left = 190
  167. Top = 245
  168. Width = 26
  169. Height = 21
  170. TabOrder = 7
  171. Text = '25'
  172. end
  173. object SMTPAccnt: TEdit
  174. Left = 190
  175. Top = 265
  176. Width = 121
  177. Height = 21
  178. TabOrder = 8
  179. Text = 'SMTPAccnt'
  180. end
  181. object SMTPPwd: TEdit
  182. Left = 190
  183. Top = 285
  184. Width = 121
  185. Height = 21
  186. TabOrder = 9
  187. Text = 'SMTPPwd'
  188. end
  189. object SMTPLogin: TCheckBox
  190. Left = 10
  191. Top = 208
  192. Width = 193
  193. Height = 17
  194. Alignment = taLeftJustify
  195. Caption = 'Login with Account + Password'
  196. TabOrder = 10
  197. end
  198. object DelMail: TCheckBox
  199. Left = 10
  200. Top = 170
  201. Width = 193
  202. Height = 17
  203. Alignment = taLeftJustify
  204. Caption = 'Delete Received Mail on Server'
  205. TabOrder = 11
  206. end
  207. object CheckMailTime: TEdit
  208. Left = 190
  209. Top = 325
  210. Width = 36
  211. Height = 21
  212. TabOrder = 12
  213. Text = '5'
  214. end
  215. end
  216. object Panel1: TPanel
  217. Left = 0
  218. Top = 402
  219. Width = 402
  220. Height = 41
  221. Align = alBottom
  222. TabOrder = 1
  223. object BitBtn1: TBitBtn
  224. Left = 75
  225. Top = 10
  226. Width = 101
  227. Height = 25
  228. TabOrder = 0
  229. OnClick = BitBtn1Click
  230. Kind = bkOK
  231. end
  232. object BitBtn2: TBitBtn
  233. Left = 235
  234. Top = 10
  235. Width = 96
  236. Height = 25
  237. TabOrder = 1
  238. Kind = bkCancel
  239. end
  240. end
  241. end