home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 January
/
PCWorld_2000-01_cd.bin
/
Komunik
/
News
/
Xnews
/
Xnews.exe
/
0
/
RCDATA
/
TFMFLDRPICKER
/
TFMFLDRPICKER.txt
Wrap
Text File
|
1999-11-08
|
2KB
|
81 lines
object fmFldrPicker: TfmFldrPicker
Left = 241
Top = 122
Width = 539
Height = 405
Caption = 'Select folder'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object LV: TMyListView
Left = 0
Top = 0
Width = 531
Height = 337
Align = alTop
Columns = <
item
Caption = 'Name'
Width = 300
end
item
Caption = 'File'
Width = 200
end>
ColumnClick = False
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
GridLines = True
HideSelection = False
HotTrackStyles = []
OwnerData = True
OwnerDraw = True
ReadOnly = True
RowSelect = True
ParentFont = False
SmallImages = XnewsFrame.TaskBarImages
TabOrder = 0
ViewStyle = vsReport
OnChange = LVChange
OnData = LVData
OnDataFind = LVDataFind
OnDblClick = LVDblClick
OnDrawItem = LVDrawItem
SaveSettings.RegistryKey = 'Software\Xnews\Folders\Columns'
end
object bOkay: TButton
Left = 328
Top = 344
Width = 75
Height = 25
Caption = 'O&kay'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 432
Top = 344
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end