object CDirDlg: TCDirDlg Left = 146 Top = 379 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Open File' ClientHeight = 241 ClientWidth = 393 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 4 Width = 277 Height = 13 AutoSize = False Caption = 'Please choose file to open.' end object Label2: TLabel Left = 4 Top = 20 Width = 19 Height = 13 Caption = 'File:' end object Label3: TLabel Left = 4 Top = 60 Width = 53 Height = 13 Caption = 'Directories:' end object Label4: TLabel Left = 4 Top = 192 Width = 33 Height = 13 Caption = 'Drives:' end object OKBtn: TBitBtn Left = 300 Top = 4 Width = 87 Height = 23 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 300 Top = 32 Width = 87 Height = 23 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object PathEd: TEdit Left = 4 Top = 38 Width = 277 Height = 21 TabOrder = 2 Text = '*.cg*' end object DirList: TDirectoryListBox Left = 4 Top = 76 Width = 181 Height = 113 FileList = FileList ItemHeight = 16 TabOrder = 3 end object DriveComb: TDriveComboBox Left = 4 Top = 208 Width = 181 Height = 19 DirList = DirList TabOrder = 4 end object FileList: TFileListBox Left = 192 Top = 76 Width = 193 Height = 113 FileEdit = PathEd ItemHeight = 16 Mask = '*.cg*' ShowGlyphs = True TabOrder = 5 OnChange = FileListChange end object RadioStd: TRadioButton Left = 36 Top = 20 Width = 113 Height = 15 Caption = 'Standard' TabOrder = 6 OnClick = RadioStdClick end object RadioCmg: TRadioButton Left = 154 Top = 20 Width = 113 Height = 15 Caption = 'Campaign' TabOrder = 7 OnClick = RadioCmgClick end end