home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRMASSO / TFRMASSO.txt
Encoding:
Text File  |  2003-07-15  |  1.6 KB  |  81 lines

  1. object frmAsso: TfrmAsso
  2.   Left = 353
  3.   Top = 621
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frmAsso'
  7.   ClientHeight = 273
  8.   ClientWidth = 312
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lbText: TLabel
  24.     Left = 6
  25.     Top = 184
  26.     Width = 207
  27.     Height = 65
  28.     AutoSize = False
  29.     Caption = 'lbText'
  30.     WordWrap = True
  31.   end
  32.   object lSelectAsso: TLabel
  33.     Left = 8
  34.     Top = 5
  35.     Width = 198
  36.     Height = 26
  37.     Caption = 'Select the filetypes you want to associate with FilZip:'
  38.     WordWrap = True
  39.   end
  40.   object cbNever: TCheckBox
  41.     Left = 6
  42.     Top = 250
  43.     Width = 231
  44.     Height = 17
  45.     Caption = 'cbNever'
  46.     TabOrder = 2
  47.   end
  48.   object clbFileTypes: TCheckListBox
  49.     Left = 6
  50.     Top = 38
  51.     Width = 203
  52.     Height = 139
  53.     ItemHeight = 13
  54.     TabOrder = 3
  55.   end
  56.   object btnAsso: TButton
  57.     Left = 226
  58.     Top = 9
  59.     Width = 79
  60.     Height = 25
  61.     Caption = 'btnAsso'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 1
  69.     OnClick = btnAssoClick
  70.   end
  71.   object btnCancel: TButton
  72.     Left = 226
  73.     Top = 41
  74.     Width = 79
  75.     Height = 25
  76.     Caption = 'btnCancel'
  77.     TabOrder = 0
  78.     OnClick = btnCancelClick
  79.   end
  80. end
  81.