home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TASSOCDLG / TASSOCDLG.txt
Encoding:
Text File  |  2000-09-13  |  2.7 KB  |  140 lines

  1. object AssocDlg: TAssocDlg
  2.   Left = 145
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   Caption = '20/20 Associations'
  6.   ClientHeight = 293
  7.   ClientWidth = 564
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 261
  21.     Top = 7
  22.     Width = 287
  23.     Height = 236
  24.     Caption = 'Information'
  25.     TabOrder = 0
  26.     object Label2: TLabel
  27.       Left = 6
  28.       Top = 27
  29.       Width = 80
  30.       Height = 13
  31.       Caption = 'Associated With:'
  32.     end
  33.     object lAWith: TLabel
  34.       Left = 20
  35.       Top = 40
  36.       Width = 26
  37.       Height = 13
  38.       Caption = 'None'
  39.       Font.Charset = ANSI_CHARSET
  40.       Font.Color = clNavy
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.     end
  46.     object Label4: TLabel
  47.       Left = 6
  48.       Top = 72
  49.       Width = 77
  50.       Height = 13
  51.       Caption = 'Application Path'
  52.     end
  53.     object lPath: TLabel
  54.       Left = 20
  55.       Top = 87
  56.       Width = 26
  57.       Height = 13
  58.       Caption = 'None'
  59.       Font.Charset = ANSI_CHARSET
  60.       Font.Color = clNavy
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object Label6: TLabel
  67.       Left = 6
  68.       Top = 114
  69.       Width = 57
  70.       Height = 13
  71.       Caption = 'Extension(s)'
  72.     end
  73.     object lext: TLabel
  74.       Left = 20
  75.       Top = 130
  76.       Width = 26
  77.       Height = 13
  78.       Caption = 'None'
  79.       Font.Charset = ANSI_CHARSET
  80.       Font.Color = clNavy
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.     end
  86.     object Image1: TImage
  87.       Left = 243
  88.       Top = 14
  89.       Width = 32
  90.       Height = 32
  91.     end
  92.   end
  93.   object GroupBox2: TGroupBox
  94.     Left = 6
  95.     Top = 7
  96.     Width = 243
  97.     Height = 236
  98.     Caption = 'File Types'
  99.     TabOrder = 1
  100.     object clbAssoc: TCheckListBox
  101.       Left = 8
  102.       Top = 20
  103.       Width = 226
  104.       Height = 176
  105.       OnClickCheck = clbAssocClickCheck
  106.       ItemHeight = 13
  107.       TabOrder = 0
  108.       OnClick = clbAssocClick
  109.     end
  110.     object Button1: TButton
  111.       Left = 42
  112.       Top = 204
  113.       Width = 75
  114.       Height = 25
  115.       Caption = 'Associate All'
  116.       TabOrder = 1
  117.       OnClick = Button1Click
  118.     end
  119.     object Button2: TButton
  120.       Left = 125
  121.       Top = 204
  122.       Width = 75
  123.       Height = 25
  124.       Caption = 'Restore All'
  125.       TabOrder = 2
  126.       OnClick = Button2Click
  127.     end
  128.   end
  129.   object Button3: TButton
  130.     Left = 244
  131.     Top = 258
  132.     Width = 75
  133.     Height = 25
  134.     Caption = 'OK'
  135.     Default = True
  136.     ModalResult = 1
  137.     TabOrder = 2
  138.   end
  139. end
  140.