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
Wrap
Text File
|
1998-08-19
|
3KB
|
129 lines
object Frmmenus: TFrmmenus
Left = 111
Top = 35
Width = 500
Height = 387
Caption = 'Capture Pull Down Menus'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 13
Top = 111
Width = 452
Height = 74
AutoSize = False
Caption =
'If you simply want to do a screen capture, you can use the "Capt' +
'ure New Screen" button on the first window which is much quicker' +
'. Otherwise, you should now open your application you wish to c' +
'apture, to save time before clicking "Start" below.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 13
Top = 188
Width = 460
Height = 65
AutoSize = False
Caption =
'Once you click "Start" below, this window will disappear, and th' +
'ere will be a 7 second pause before the screen capture happens. ' +
' When this window disappears, immediately pull up any "pull down' +
'" windows on the application you want to capture and leave them'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label3: TLabel
Left = 13
Top = 8
Width = 460
Height = 65
AutoSize = False
Caption =
'Many times you may want to capture a picture of an application w' +
'hich includes the "pull down" menus on the application. Since th' +
'ese menus disappear immediately when you click anything else, th' +
'is option of Easyscreen will pause for 7 seconds before'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label4: TLabel
Left = 13
Top = 73
Width = 468
Height = 40
AutoSize = False
Caption =
'capturing the screen, allowing you to open any menus before the ' +
'capture takes place!'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label5: TLabel
Left = 12
Top = 252
Width = 465
Height = 57
AutoSize = False
Caption =
'displayed on your screen until the Easyscreen software pops back' +
' up with your picture. You can then use all the options with yo' +
'ur new screen capture. Click "Start" to begin.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object cmdstart: TBitBtn
Left = 281
Top = 320
Width = 75
Height = 25
Caption = 'Start'
TabOrder = 0
OnClick = cmdstartClick
Kind = bkYes
end
object BitBtn2: TBitBtn
Left = 153
Top = 320
Width = 75
Height = 25
TabOrder = 1
OnClick = BitBtn2Click
Kind = bkCancel
end
end