home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 September
/
PCWorld_2002-09_cd.bin
/
Software
/
Topware
/
pspad
/
PSPad.exe
/
0
/
RCDATA
/
TFFINDHEX
/
TFFINDHEX.txt
Wrap
Text File
|
2002-07-12
|
2KB
|
118 lines
object fFindHex: TfFindHex
Left = 402
Top = 222
HelpContext = 20
BorderStyle = bsToolWindow
Caption = 'Hexa hled�n�'
ClientHeight = 169
ClientWidth = 385
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 369
Height = 121
TabOrder = 0
object lFindText: TLabel
Left = 16
Top = 20
Width = 70
Height = 13
Caption = 'Hledan� v�raz:'
end
object lReplText: TLabel
Left = 16
Top = 44
Width = 43
Height = 13
Caption = 'Nahradit:'
Visible = False
end
object eFind: TEdit
Left = 104
Top = 16
Width = 249
Height = 21
TabOrder = 0
OnChange = eFindChange
end
object rAsHexa: TRadioButton
Left = 16
Top = 72
Width = 209
Height = 17
Caption = 'Hledat &HEXA hodnotu'
Checked = True
TabOrder = 2
TabStop = True
end
object rAsText: TRadioButton
Left = 16
Top = 96
Width = 201
Height = 17
Caption = 'Hledat jako &text'
TabOrder = 3
end
object cIgnoreCase: TCheckBox
Left = 176
Top = 72
Width = 177
Height = 17
Caption = '&Ignorovat velikost p�smen'
TabOrder = 4
end
object eReplace: TEdit
Left = 104
Top = 40
Width = 249
Height = 21
TabOrder = 1
Visible = False
OnChange = eFindChange
end
object cAskReplace: TCheckBox
Left = 176
Top = 96
Width = 177
Height = 17
Caption = 'Dotaz p�ed nahrazen�m'
TabOrder = 5
Visible = False
end
end
object bOK: TButton
Left = 224
Top = 136
Width = 75
Height = 25
Caption = '&OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
OnClick = bOKClick
end
object bCancel: TButton
Left = 304
Top = 136
Width = 75
Height = 25
Cancel = True
Caption = '&Storno'
ModalResult = 2
TabOrder = 2
end
end