home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TCHOOSEEXTDLG / TCHOOSEEXTDLG.txt
Text File  |  2001-03-01  |  816b  |  45 lines

  1. object ChooseExtDlg: TChooseExtDlg
  2.   Left = 416
  3.   Top = 279
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select file type'
  7.   ClientHeight = 83
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 11
  17.     Top = 51
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Open'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 1
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 163
  27.     Top = 51
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 2
  34.   end
  35.   object FileTypes: TComboBox
  36.     Left = 8
  37.     Top = 16
  38.     Width = 233
  39.     Height = 21
  40.     Style = csDropDownList
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.   end
  44. end
  45.