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

  1. object Frmmenus: TFrmmenus
  2.   Left = 111
  3.   Top = 35
  4.   Width = 500
  5.   Height = 387
  6.   Caption = 'Capture Pull Down Menus'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 13
  19.     Top = 111
  20.     Width = 452
  21.     Height = 74
  22.     AutoSize = False
  23.     Caption = 
  24.       'If you simply want to do a screen capture, you can use the "Capt' +
  25.       'ure New Screen" button on the first window which is much quicker' +
  26.       '.  Otherwise, you should now open your application you wish to c' +
  27.       'apture, to save time before clicking "Start" below.'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 13
  38.     Top = 188
  39.     Width = 460
  40.     Height = 65
  41.     AutoSize = False
  42.     Caption = 
  43.       'Once you click "Start" below, this window will disappear, and th' +
  44.       'ere will be a 7 second pause before the screen capture happens. ' +
  45.       ' When this window disappears, immediately pull up any "pull down' +
  46.       '" windows on the application you want to capture and leave them'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clNavy
  49.     Font.Height = -13
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     WordWrap = True
  54.   end
  55.   object Label3: TLabel
  56.     Left = 13
  57.     Top = 8
  58.     Width = 460
  59.     Height = 65
  60.     AutoSize = False
  61.     Caption = 
  62.       'Many times you may want to capture a picture of an application w' +
  63.       'hich includes the "pull down" menus on the application. Since th' +
  64.       'ese menus disappear immediately when you click anything else, th' +
  65.       'is option of Easyscreen will pause for 7 seconds before'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clNavy
  68.     Font.Height = -13
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     WordWrap = True
  73.   end
  74.   object Label4: TLabel
  75.     Left = 13
  76.     Top = 73
  77.     Width = 468
  78.     Height = 40
  79.     AutoSize = False
  80.     Caption = 
  81.       'capturing the screen, allowing you to open any menus before the ' +
  82.       'capture takes place!'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clNavy
  85.     Font.Height = -13
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.     WordWrap = True
  90.   end
  91.   object Label5: TLabel
  92.     Left = 12
  93.     Top = 252
  94.     Width = 465
  95.     Height = 57
  96.     AutoSize = False
  97.     Caption = 
  98.       'displayed on your screen until the Easyscreen software pops back' +
  99.       ' up with your picture.  You can then use all the options with yo' +
  100.       'ur new screen capture. Click "Start" to begin.'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clNavy
  103.     Font.Height = -13
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = [fsBold]
  106.     ParentFont = False
  107.     WordWrap = True
  108.   end
  109.   object cmdstart: TBitBtn
  110.     Left = 281
  111.     Top = 320
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Start'
  115.     TabOrder = 0
  116.     OnClick = cmdstartClick
  117.     Kind = bkYes
  118.   end
  119.   object BitBtn2: TBitBtn
  120.     Left = 153
  121.     Top = 320
  122.     Width = 75
  123.     Height = 25
  124.     TabOrder = 1
  125.     OnClick = BitBtn2Click
  126.     Kind = bkCancel
  127.   end
  128. end
  129.