home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TREPLYFORM / TREPLYFORM.txt
Encoding:
Text File  |  2002-01-25  |  4.4 KB  |  231 lines

  1. object ReplyForm: TReplyForm
  2.   Left = 286
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = 'Email Reply'
  6.   ClientHeight = 238
  7.   ClientWidth = 476
  8.   Color = 13238272
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 2
  22.     Top = 1
  23.     Width = 470
  24.     Height = 58
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 9
  29.     Top = 9
  30.     Width = 59
  31.     Height = 13
  32.     Caption = 'Email Server'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = 8454143
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 212
  42.     Top = 11
  43.     Width = 54
  44.     Height = 13
  45.     Caption = 'Return  Adr'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = 8454143
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object SendBtn: TOvalButton
  54.     Left = 210
  55.     Top = 210
  56.     Width = 67
  57.     Height = 25
  58.     Caption = 'Send  '
  59.     Color = clBtnFace
  60.     Down = False
  61.     EndColor = clBlack
  62.     Flat = False
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     GroupIndex = 0
  69.     Layout = blGlyphLeft
  70.     Margin = 0
  71.     Spacing = 4
  72.     StartColor = clBlack
  73.     Transparent = False
  74.     TransparentColor = clBlack
  75.     OnClick = SendBtnClick
  76.   end
  77.   object Label3: TLabel
  78.     Left = 11
  79.     Top = 36
  80.     Width = 36
  81.     Height = 13
  82.     Caption = 'User ID'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = 8454143
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object Label4: TLabel
  91.     Left = 226
  92.     Top = 37
  93.     Width = 40
  94.     Height = 13
  95.     Caption = 'Send to:'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = 8454143
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.   end
  103.   object Label5: TLabel
  104.     Left = 11
  105.     Top = 63
  106.     Width = 39
  107.     Height = 13
  108.     Caption = 'Subject:'
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = 8454143
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.   end
  116.   object Memo1: TMemo
  117.     Left = 5
  118.     Top = 81
  119.     Width = 466
  120.     Height = 126
  121.     ScrollBars = ssVertical
  122.     TabOrder = 0
  123.   end
  124.   object SMTPserver: TEdit
  125.     Left = 71
  126.     Top = 7
  127.     Width = 130
  128.     Height = 21
  129.     Color = 15921664
  130.     TabOrder = 1
  131.   end
  132.   object RetAdr: TEdit
  133.     Left = 275
  134.     Top = 8
  135.     Width = 190
  136.     Height = 21
  137.     Color = 15921664
  138.     TabOrder = 2
  139.   end
  140.   object CloseBtn: TButton
  141.     Left = 419
  142.     Top = 213
  143.     Width = 50
  144.     Height = 20
  145.     Caption = 'Close'
  146.     TabOrder = 3
  147.     OnClick = CloseBtnClick
  148.   end
  149.   object SMTPUserID: TEdit
  150.     Left = 71
  151.     Top = 32
  152.     Width = 130
  153.     Height = 21
  154.     Color = 15921664
  155.     TabOrder = 4
  156.   end
  157.   object MXSentTo: TEdit
  158.     Left = 275
  159.     Top = 33
  160.     Width = 190
  161.     Height = 21
  162.     Color = 15921664
  163.     TabOrder = 5
  164.   end
  165.   object MXSubject: TEdit
  166.     Left = 71
  167.     Top = 59
  168.     Width = 396
  169.     Height = 21
  170.     Color = 12910591
  171.     TabOrder = 6
  172.   end
  173.   object ClrBtn: TButton
  174.     Left = 8
  175.     Top = 212
  176.     Width = 50
  177.     Height = 20
  178.     Caption = 'Clear'
  179.     TabOrder = 7
  180.     OnClick = ClrBtnClick
  181.   end
  182.   object SendPanel: TPanel
  183.     Left = 51
  184.     Top = 4
  185.     Width = 383
  186.     Height = 79
  187.     Color = 65408
  188.     TabOrder = 8
  189.     Visible = False
  190.     object SendLabel: TLabel
  191.       Left = 136
  192.       Top = 9
  193.       Width = 102
  194.       Height = 20
  195.       Caption = ' Send Email '
  196.       Color = clRed
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clWhite
  199.       Font.Height = -16
  200.       Font.Name = 'MS Sans Serif'
  201.       Font.Style = [fsBold]
  202.       ParentColor = False
  203.       ParentFont = False
  204.       Visible = False
  205.     end
  206.     object Label6: TLabel
  207.       Left = 163
  208.       Top = 49
  209.       Width = 49
  210.       Height = 16
  211.       Alignment = taCenter
  212.       Caption = 'Connect'
  213.       Font.Charset = DEFAULT_CHARSET
  214.       Font.Color = clWindowText
  215.       Font.Height = -13
  216.       Font.Name = 'MS Sans Serif'
  217.       Font.Style = []
  218.       ParentFont = False
  219.     end
  220.   end
  221.   object LastEmailBtn: TButton
  222.     Left = 66
  223.     Top = 212
  224.     Width = 60
  225.     Height = 20
  226.     Caption = 'Last Sent'
  227.     TabOrder = 9
  228.     OnClick = LastEmailBtnClick
  229.   end
  230. end
  231.