home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Grafika / Escreen / escreen.exe / 0 / RCDATA / TFRMREAD / TFRMREAD.txt < prev   
Text File  |  1998-08-19  |  3KB  |  107 lines

  1. object frmread: Tfrmread
  2.   Left = 30
  3.   Top = 110
  4.   Width = 515
  5.   Height = 337
  6.   Caption = 'Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 13
  17.     Top = 16
  18.     Width = 476
  19.     Height = 41
  20.     AutoSize = False
  21.     Caption = 
  22.       'This software will capture a picture of your computer screen, an' +
  23.       'd allow you to print it or save it as a bitmap for later editing' +
  24.       '/viewing.  If you have any ideas how I may'
  25.     Font.Color = clBlack
  26.     Font.Height = -12
  27.     Font.Name = 'Terminal'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 13
  33.     Top = 54
  34.     Width = 484
  35.     Height = 49
  36.     AutoSize = False
  37.     Caption = 
  38.       'improve this software, please send your suggestion to sddinput@a' +
  39.       'ol.com, as I may be able to make the modification for you free o' +
  40.       'f charge. (Depending upon the size of the modification, of cours' +
  41.       'e).  '
  42.     Font.Color = clBlack
  43.     Font.Height = -12
  44.     Font.Name = 'Terminal'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label3: TLabel
  49.     Left = 13
  50.     Top = 104
  51.     Width = 492
  52.     Height = 49
  53.     AutoSize = False
  54.     Caption = 
  55.       'The size of the printout may vary depending upon the dots per in' +
  56.       'ch (dpi) setup on your printer. Remember you may easily edit the' +
  57.       ' screen by clicking "Save As Bitmap", choosing a name, and then ' +
  58.       'opening the saved bitmap with PC Paintbrush, '
  59.     Font.Color = clBlack
  60.     Font.Height = -12
  61.     Font.Name = 'Terminal'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Label4: TLabel
  66.     Left = 13
  67.     Top = 152
  68.     Width = 484
  69.     Height = 65
  70.     AutoSize = False
  71.     Caption = 
  72.       'which comes shipped with all Windows 95 computers. (You can also' +
  73.       ' print different formats and save your edits using PC Paintbrush' +
  74.       '). This software is in no way associated with the PC Paintbrush ' +
  75.       'software.  THIS SOFTWARE IS NOT TO BE DISTRIBUTED. '
  76.     Font.Color = clBlack
  77.     Font.Height = -12
  78.     Font.Name = 'Terminal'
  79.     Font.Style = []
  80.     ParentFont = False
  81.   end
  82.   object Label5: TLabel
  83.     Left = 13
  84.     Top = 224
  85.     Width = 484
  86.     Height = 25
  87.     AutoSize = False
  88.     Caption = 
  89.       'Please feel free to email your comments (whether good or bad) to' +
  90.       ' sddinput@aol.com  :)'
  91.     Font.Color = clBlack
  92.     Font.Height = -12
  93.     Font.Name = 'Terminal'
  94.     Font.Style = []
  95.     ParentFont = False
  96.   end
  97.   object Button1: TButton
  98.     Left = 401
  99.     Top = 267
  100.     Width = 89
  101.     Height = 33
  102.     Caption = 'Return'
  103.     TabOrder = 0
  104.     OnClick = Button1Click
  105.   end
  106. end
  107.