home *** CD-ROM | disk | FTP | other *** search
- object frmAsso: TfrmAsso
- Left = 353
- Top = 621
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'frmAsso'
- ClientHeight = 273
- ClientWidth = 312
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lbText: TLabel
- Left = 6
- Top = 184
- Width = 207
- Height = 65
- AutoSize = False
- Caption = 'lbText'
- WordWrap = True
- end
- object lSelectAsso: TLabel
- Left = 8
- Top = 5
- Width = 198
- Height = 26
- Caption = 'Select the filetypes you want to associate with FilZip:'
- WordWrap = True
- end
- object cbNever: TCheckBox
- Left = 6
- Top = 250
- Width = 231
- Height = 17
- Caption = 'cbNever'
- TabOrder = 2
- end
- object clbFileTypes: TCheckListBox
- Left = 6
- Top = 38
- Width = 203
- Height = 139
- ItemHeight = 13
- TabOrder = 3
- end
- object btnAsso: TButton
- Left = 226
- Top = 9
- Width = 79
- Height = 25
- Caption = 'btnAsso'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnAssoClick
- end
- object btnCancel: TButton
- Left = 226
- Top = 41
- Width = 79
- Height = 25
- Caption = 'btnCancel'
- TabOrder = 0
- OnClick = btnCancelClick
- end
- end
-