home *** CD-ROM | disk | FTP | other *** search
- object AssocDlg: TAssocDlg
- Left = 145
- Top = 142
- BorderStyle = bsDialog
- Caption = '20/20 Associations'
- ClientHeight = 293
- ClientWidth = 564
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 261
- Top = 7
- Width = 287
- Height = 236
- Caption = 'Information'
- TabOrder = 0
- object Label2: TLabel
- Left = 6
- Top = 27
- Width = 80
- Height = 13
- Caption = 'Associated With:'
- end
- object lAWith: TLabel
- Left = 20
- Top = 40
- Width = 26
- Height = 13
- Caption = 'None'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 6
- Top = 72
- Width = 77
- Height = 13
- Caption = 'Application Path'
- end
- object lPath: TLabel
- Left = 20
- Top = 87
- Width = 26
- Height = 13
- Caption = 'None'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 6
- Top = 114
- Width = 57
- Height = 13
- Caption = 'Extension(s)'
- end
- object lext: TLabel
- Left = 20
- Top = 130
- Width = 26
- Height = 13
- Caption = 'None'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Image1: TImage
- Left = 243
- Top = 14
- Width = 32
- Height = 32
- end
- end
- object GroupBox2: TGroupBox
- Left = 6
- Top = 7
- Width = 243
- Height = 236
- Caption = 'File Types'
- TabOrder = 1
- object clbAssoc: TCheckListBox
- Left = 8
- Top = 20
- Width = 226
- Height = 176
- OnClickCheck = clbAssocClickCheck
- ItemHeight = 13
- TabOrder = 0
- OnClick = clbAssocClick
- end
- object Button1: TButton
- Left = 42
- Top = 204
- Width = 75
- Height = 25
- Caption = 'Associate All'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 125
- Top = 204
- Width = 75
- Height = 25
- Caption = 'Restore All'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
- object Button3: TButton
- Left = 244
- Top = 258
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- end
-