EmailSender.dfm 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. object SendEmail: TSendEmail
  2. Left = 322
  3. Top = 160
  4. Width = 352
  5. Height = 369
  6. Caption = 'SendEmail'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poScreenCenter
  15. OnActivate = FormActivate
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object Label1: TLabel
  19. Left = 16
  20. Top = 8
  21. Width = 297
  22. Height = 45
  23. AutoSize = False
  24. Caption =
  25. 'This will send the email setup in the previous controls via IdSM' +
  26. 'TP so you can see if the email client can decode it as you would' +
  27. ' expect.'
  28. WordWrap = True
  29. end
  30. object Label2: TLabel
  31. Left = 58
  32. Top = 230
  33. Width = 253
  34. Height = 47
  35. AutoSize = False
  36. Caption =
  37. 'WARNING: If you check Remember Settings, the settings, including' +
  38. ' password, will be saved in plain text on this PC in C:\IndyEnco' +
  39. 'derSmtp.dat'
  40. WordWrap = True
  41. end
  42. object Label3: TLabel
  43. Left = 20
  44. Top = 54
  45. Width = 62
  46. Height = 13
  47. Caption = 'SMTP server'
  48. end
  49. object Label4: TLabel
  50. Left = 20
  51. Top = 80
  52. Width = 48
  53. Height = 13
  54. Caption = 'Username'
  55. end
  56. object Label5: TLabel
  57. Left = 20
  58. Top = 106
  59. Width = 46
  60. Height = 13
  61. Caption = 'Password'
  62. end
  63. object Label6: TLabel
  64. Left = 20
  65. Top = 133
  66. Width = 13
  67. Height = 13
  68. Caption = 'To'
  69. end
  70. object Label7: TLabel
  71. Left = 20
  72. Top = 159
  73. Width = 23
  74. Height = 13
  75. Caption = 'From'
  76. end
  77. object Label8: TLabel
  78. Left = 20
  79. Top = 186
  80. Width = 36
  81. Height = 13
  82. Caption = 'Subject'
  83. end
  84. object BitBtn1: TBitBtn
  85. Left = 64
  86. Top = 290
  87. Width = 75
  88. Height = 25
  89. Caption = 'OK'
  90. Default = True
  91. TabOrder = 0
  92. OnClick = BitBtn1Click
  93. Glyph.Data = {
  94. DE010000424DDE01000000000000760000002800000024000000120000000100
  95. 0400000000006801000000000000000000001000000000000000000000000000
  96. 80000080000000808000800000008000800080800000C0C0C000808080000000
  97. FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  98. 3333333333333333333333330000333333333333333333333333F33333333333
  99. 00003333344333333333333333388F3333333333000033334224333333333333
  100. 338338F3333333330000333422224333333333333833338F3333333300003342
  101. 222224333333333383333338F3333333000034222A22224333333338F338F333
  102. 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  103. 33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  104. 0000333333333A222433333333333338F338F33300003333333333A222433333
  105. 333333338F338F33000033333333333A222433333333333338F338F300003333
  106. 33333333A222433333333333338F338F00003333333333333A22433333333333
  107. 3338F38F000033333333333333A223333333333333338F830000333333333333
  108. 333A333333333333333338330000333333333333333333333333333333333333
  109. 0000}
  110. NumGlyphs = 2
  111. end
  112. object BitBtn2: TBitBtn
  113. Left = 194
  114. Top = 290
  115. Width = 75
  116. Height = 25
  117. TabOrder = 1
  118. Kind = bkCancel
  119. end
  120. object CheckBox1: TCheckBox
  121. Left = 38
  122. Top = 210
  123. Width = 135
  124. Height = 17
  125. Caption = 'Remember Settings'
  126. TabOrder = 2
  127. end
  128. object Edit1: TEdit
  129. Left = 94
  130. Top = 52
  131. Width = 225
  132. Height = 21
  133. TabOrder = 3
  134. end
  135. object Edit2: TEdit
  136. Left = 94
  137. Top = 78
  138. Width = 225
  139. Height = 21
  140. TabOrder = 4
  141. end
  142. object Edit3: TEdit
  143. Left = 94
  144. Top = 104
  145. Width = 225
  146. Height = 21
  147. TabOrder = 5
  148. end
  149. object Edit4: TEdit
  150. Left = 94
  151. Top = 130
  152. Width = 225
  153. Height = 21
  154. TabOrder = 6
  155. end
  156. object Edit5: TEdit
  157. Left = 94
  158. Top = 156
  159. Width = 225
  160. Height = 21
  161. TabOrder = 7
  162. end
  163. object Edit6: TEdit
  164. Left = 94
  165. Top = 182
  166. Width = 225
  167. Height = 21
  168. TabOrder = 8
  169. Text = 'Indy encoder test email'
  170. end
  171. end