home *** CD-ROM | disk | FTP | other *** search
- object FrmOpenTable: TFrmOpenTable
- Left = 80
- Top = 134
- AutoScroll = False
- BorderIcons = [biSystemMenu, biHelp]
- Caption = 'Open Table'
- ClientHeight = 277
- ClientWidth = 611
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 611
- Height = 49
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 391
- Top = 6
- Width = 48
- Height = 13
- Caption = 'Files &Type'
- FocusControl = FilterComboBox1
- end
- object Label2: TLabel
- Left = 7
- Top = 28
- Width = 52
- Height = 13
- Caption = '&Files Name'
- FocusControl = EdtFileName
- OnClick = BtnCancelClick
- end
- object Label3: TLabel
- Left = 170
- Top = 6
- Width = 58
- Height = 13
- Caption = 'Select &Drive'
- FocusControl = DriveComboBox1
- end
- object BtnOpen: TButton
- Left = 3
- Top = 2
- Width = 50
- Height = 20
- Caption = '&Open'
- Default = True
- TabOrder = 0
- OnClick = BtnOpenClick
- end
- object BtnCancel: TButton
- Left = 53
- Top = 2
- Width = 50
- Height = 20
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- object DriveComboBox1: TDriveComboBox
- Left = 233
- Top = 3
- Width = 145
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 3
- end
- object FilterComboBox1: TFilterComboBox
- Left = 442
- Top = 2
- Width = 165
- Height = 21
- FileList = FileListBox1
- Filter =
- 'FoxPro 2.x & Paradox Tables (*.db,*.dbf)|*.db;*.dbf|Paradox Tabl' +
- 'e (*.db)|*.db|FoxPro 2.x Table (*.dbf)|*.dbf|Rich Text Format (R' +
- 'TF)|*.rtf|Text Files (*.txt)|*.txt|Video for Windows (*.avi,*.ic' +
- 'v)|*.avi;*.icv|Mediamatics MPEG Arcade(TM) Player|*.mpg|VCD (*.d' +
- 'at)|*.dat|Sounds (*.wav)|*.wav|MIDI Sequencer (*.mid,*.rmi)|*.mi' +
- 'd,*.rmi|Audio CD (*.dat)|*.dat|HTML Document|*.html|All files (*' +
- '.*)|*.*'
- TabOrder = 4
- OnChange = FilterComboBox1Change
- end
- object EdtFileName: TEdit
- Left = 64
- Top = 24
- Width = 542
- Height = 21
- TabOrder = 5
- end
- object BtnRun: TButton
- Left = 103
- Top = 2
- Width = 50
- Height = 20
- Cancel = True
- Caption = '&Run'
- Enabled = False
- TabOrder = 2
- OnClick = BtnRunClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 49
- Width = 611
- Height = 228
- Align = alClient
- BevelInner = bvLowered
- TabOrder = 0
- object Splitter1: TSplitter
- Left = 151
- Top = 2
- Width = 4
- Height = 224
- Cursor = crHSplit
- end
- object ListBox1: TListBox
- Left = 155
- Top = 2
- Width = 454
- Height = 224
- Align = alClient
- Columns = 5
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 1
- OnClick = ListBox1Click
- OnDblClick = ListBox1DblClick
- OnKeyDown = ListBox1KeyDown
- OnKeyUp = ListBox1KeyUp
- OnMouseDown = ListBox1MouseDown
- end
- object FileListBox1: TFileListBox
- Left = 456
- Top = 8
- Width = 49
- Height = 25
- ItemHeight = 13
- Mask = '*.db;*.dbf'
- TabOrder = 2
- Visible = False
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 2
- Top = 2
- Width = 149
- Height = 224
- Align = alLeft
- FileList = FileListBox1
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirectoryListBox1Change
- OnEnter = DirectoryListBox1Enter
- OnExit = DirectoryListBox1Exit
- OnKeyDown = DirectoryListBox1KeyDown
- end
- end
- end
-