home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TSELASSOCFORM / TSELASSOCFORM.txt
Text File  |  2001-09-09  |  2KB  |  111 lines

  1. object SelAssocForm: TSelAssocForm
  2.   Left = 267
  3.   Top = 99
  4.   HelpContext = 14063
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Application'
  7.   ClientHeight = 372
  8.   ClientWidth = 452
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lAssoc: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 433
  21.     Height = 33
  22.     AutoSize = False
  23.     WordWrap = True
  24.   end
  25.   object lDesc: TLabel
  26.     Left = 8
  27.     Top = 48
  28.     Width = 3
  29.     Height = 13
  30.   end
  31.   object lProgram: TLabel
  32.     Left = 8
  33.     Top = 96
  34.     Width = 39
  35.     Height = 13
  36.     Caption = 'Program'
  37.   end
  38.   object eDescription: TEdit
  39.     Left = 8
  40.     Top = 64
  41.     Width = 433
  42.     Height = 21
  43.     TabOrder = 0
  44.   end
  45.   object PrgList: TListView
  46.     Left = 8
  47.     Top = 112
  48.     Width = 433
  49.     Height = 185
  50.     OnClick = PrgListClick
  51.     OnDblClick = PrgListDblClick
  52.     Columns = <>
  53.     ReadOnly = True
  54.     OnChange = PrgListChange
  55.     SortType = stText
  56.     TabOrder = 1
  57.     ViewStyle = vsList
  58.     SmallImages = ImageList
  59.   end
  60.   object cbAlways: TCheckBox
  61.     Left = 8
  62.     Top = 304
  63.     Width = 433
  64.     Height = 17
  65.     Caption = 'Always open with the chosen program'
  66.     TabOrder = 2
  67.   end
  68.   object bOK: TButton
  69.     Left = 88
  70.     Top = 336
  71.     Width = 83
  72.     Height = 25
  73.     Caption = 'OK'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 3
  77.   end
  78.   object bCancel: TButton
  79.     Left = 176
  80.     Top = 336
  81.     Width = 83
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = 'Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 4
  87.   end
  88.   object bBrowse: TButton
  89.     Left = 352
  90.     Top = 336
  91.     Width = 83
  92.     Height = 25
  93.     Caption = 'Browse'
  94.     TabOrder = 5
  95.     OnClick = bBrowseClick
  96.   end
  97.   object bHelp: TButton
  98.     Left = 264
  99.     Top = 336
  100.     Width = 81
  101.     Height = 25
  102.     Caption = 'Help'
  103.     TabOrder = 6
  104.     OnClick = bHelpClick
  105.   end
  106.   object ImageList: TImageList
  107.     Left = 256
  108.     Top = 8
  109.   end
  110. end
  111.