home *** CD-ROM | disk | FTP | other *** search
- object FileCtrls: TFileCtrls
- Left = 198
- Top = 101
- ActiveControl = FileEdit
- BorderStyle = bsDialog
- Caption = 'File Controls Demo'
- ClientHeight = 252
- ClientWidth = 420
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object PathLabel: TLabel
- Left = 213
- Top = 31
- Width = 95
- Height = 13
- Caption = 'c:\demos\filectrl'
- end
- object Label2: TLabel
- Left = 12
- Top = 8
- Width = 61
- Height = 13
- Caption = 'File &Name:'
- FocusControl = FileEdit
- end
- object Label1: TLabel
- Left = 12
- Top = 209
- Width = 102
- Height = 13
- Caption = 'List Files of &Type:'
- FocusControl = FilterComboBox1
- end
- object Label3: TLabel
- Left = 214
- Top = 8
- Width = 66
- Height = 13
- Caption = '&Directories:'
- FocusControl = DirectoryListBox1
- end
- object Label4: TLabel
- Left = 212
- Top = 209
- Width = 41
- Height = 13
- Caption = 'Dri&ves:'
- FocusControl = DriveComboBox1
- end
- object FileListBox1: TFileListBox
- Left = 12
- Top = 52
- Width = 189
- Height = 146
- FileEdit = FileEdit
- IntegralHeight = True
- ItemHeight = 16
- ShowGlyphs = True
- TabOrder = 1
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 212
- Top = 52
- Width = 195
- Height = 146
- DirLabel = PathLabel
- FileList = FileListBox1
- IntegralHeight = True
- ItemHeight = 16
- TabOrder = 2
- end
- object DriveComboBox1: TDriveComboBox
- Left = 212
- Top = 226
- Width = 197
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 4
- end
- object FilterComboBox1: TFilterComboBox
- Left = 12
- Top = 226
- Width = 189
- Height = 20
- FileList = FileListBox1
- Filter =
- 'All files (*.*)|*.*|Pascal files (*.pas)|*.pas|Project files (*.' +
- 'dpr)|*.dpr'
- TabOrder = 3
- end
- object FileEdit: TEdit
- Left = 12
- Top = 25
- Width = 189
- Height = 20
- TabOrder = 0
- Text = '*.*'
- OnKeyPress = FileEditKeyPress
- end
- end
-