home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / WinXfil / WXFiles.ex_ / WXFiles.ex / 0 / RCDATA / TLETTER / TLETTER.txt < prev   
Text File  |  1999-01-08  |  2KB  |  75 lines

  1. object Letter: TLetter
  2.   Left = 408
  3.   Top = 79
  4.   Width = 355
  5.   Height = 489
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'PEPSOFT  WinXFiles 32-bit v 3.2 *Welcome*'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIForm
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Memo1: TMemo
  20.     Left = 9
  21.     Top = 9
  22.     Width = 328
  23.     Height = 416
  24.     Lines.Strings = (
  25.       ''
  26.       ''
  27.       'Dear User: '
  28.       ''
  29.       'Thank you for evaluating WinXFiles.'
  30.       'We designed this program specifically to meet the'
  31.       'demanding needs of people who wants to see'
  32.       'their pictures and files for their eyes only. '
  33.       ''
  34.       'To serve you better, we'#39'd like to know a little about '
  35.       'your impressions of this program. Once you'#39've '
  36.       'finished '
  37.       'your evaluation, please take a few moments to '
  38.       'Email us : feedback@pepsoft.com.'
  39.       ''
  40.       'We'#39're interested in your comments regardless of your '
  41.       'registration decision. Your assistance is very much '
  42.       'appreciated. '
  43.       ''
  44.       'Sincerely, '
  45.       ''
  46.       'Greg Davis'
  47.       'President'
  48.       'PEPSOFT International Ltd.')
  49.     TabOrder = 0
  50.   end
  51.   object Button1: TButton
  52.     Left = 137
  53.     Top = 432
  54.     Width = 73
  55.     Height = 23
  56.     Caption = 'OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.   end
  61.   object MSOfficeCaption1: TMSOfficeCaption
  62.     AppNameText.Caption = 'WinXFiles 32-bit v 3.2'
  63.     AppNameText.FontKind = fkSystemB
  64.     AppNameText.Visible = True
  65.     CaptionText.Caption = '*Welcome*'
  66.     CaptionText.FontKind = fkSystem
  67.     CaptionText.Visible = True
  68.     CompanyText.Caption = 'PEPSOFT '
  69.     CompanyText.FontKind = fkSystemBI
  70.     CompanyText.Visible = True
  71.     Left = 7
  72.     Top = 64
  73.   end
  74. end
  75.