home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 October
/
PCWorld_2006-10_cd.bin
/
zabezpeceni
/
cdcheck
/
CDCheckSetup.exe
/
CDCheck.exe
/
0
/
RCDATA
/
TFRMFILEBROWSE
/
TFRMFILEBROWSE.txt
Wrap
Text File
|
2006-07-03
|
3KB
|
142 lines
object FrmFileBrowse: TFrmFileBrowse
Left = 442
Top = 240
AutoScroll = False
BorderIcons = []
Caption = 'File Browse'
ClientHeight = 421
ClientWidth = 368
Color = clBtnFace
Constraints.MinHeight = 207
Constraints.MinWidth = 330
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
ShowHint = True
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LblFDListing: TLabel
Left = 8
Top = 8
Width = 96
Height = 13
Caption = 'File / directory listing'
end
object LblFilter: TLabel
Left = 8
Top = 323
Width = 22
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Filter'
Visible = False
end
object SpdCancel: TButton
Left = 197
Top = 371
Width = 72
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object SpdOK: TButton
Left = 285
Top = 371
Width = 72
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CBoxFilter: TComboBox
Tag = 255
Left = 8
Top = 339
Width = 351
Height = 21
Style = csDropDownList
Anchors = [akLeft, akRight, akBottom]
ItemHeight = 13
TabOrder = 1
Visible = False
OnChange = CBoxFilterChange
end
object VFileTree: TVirtualStringTree
Left = 8
Top = 32
Width = 351
Height = 289
Anchors = [akLeft, akTop, akRight, akBottom]
BorderStyle = bsSingle
ClipboardFormats.Strings = (
'Plain text'
'Unicode text'
'Virtual Tree Data')
Colors.BorderColor = clWindowText
Colors.HotColor = clBlack
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Header.AutoSizeIndex = 0
Header.Columns = <>
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'MS Sans Serif'
Header.Font.Style = []
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
Header.Style = hsThickButtons
HintAnimation = hatNone
HintMode = hmDefault
IncrementalSearch = isInitializedOnly
IncrementalSearchDirection = sdForward
ParentCtl3D = False
ParentFont = False
TabOrder = 0
OnDblClick = VFileTreeDblClick
OnFocusChanged = VFileTreeFocusChanged
OnFreeNode = VFileTreeFreeNode
OnGetText = VFileTreeGetText
OnGetImageIndex = VFileTreeGetImageIndex
OnIncrementalSearch = VFileTreeIncrementalSearch
OnInitChildren = VFileTreeInitChildren
OnInitNode = VFileTreeInitNode
OnKeyDown = VFileTreeKeyDown
WideDefaultText = 'Node'
end
object StatusBar1: TStatusBar
Left = 0
Top = 402
Width = 368
Height = 19
Panels = <>
SimplePanel = True
end
object SpdStart: TButton
Left = 9
Top = 371
Width = 112
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Start process!'
ModalResult = 6
TabOrder = 5
end
end