home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 378
- Top = 207
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TraXEx - Browsererkennung'
- ClientHeight = 364
- ClientWidth = 432
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 432
- Height = 345
- ActivePage = TabSheetNS
- Align = alClient
- MultiLine = True
- Style = tsButtons
- TabOrder = 0
- object TabSheetBrowser: TTabSheet
- Caption = 'Browser'
- object LabelBrowser: TLabel
- Left = 8
- Top = 0
- Width = 305
- Height = 16
- Caption = 'Folgende Browser-Versionen hat TraXEx gefunden:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LabelNS: TLabel
- Left = 8
- Top = 32
- Width = 135
- Height = 16
- Caption = '- Netscape Navigator -'
- end
- object LabelIE: TLabel
- Left = 216
- Top = 32
- Width = 110
- Height = 16
- Caption = '- Internet Explorer -'
- end
- object LabelHinweis: TLabel
- Left = 8
- Top = 184
- Width = 395
- Height = 48
- Caption =
- 'Mit welcher Version vom Netscape-Navigator bzw. vom Internet Exp' +
- 'lorer soll TraXEx arbeiten? Bitte treffen Sie je eine Auswahl un' +
- 'd klicken Sie dann auf [Weiter].'
- WordWrap = True
- end
- object ListBoxNS: TListBox
- Left = 8
- Top = 56
- Width = 193
- Height = 105
- ItemHeight = 16
- TabOrder = 0
- end
- object ListBoxIE: TListBox
- Left = 216
- Top = 56
- Width = 201
- Height = 105
- ItemHeight = 16
- TabOrder = 1
- end
- object ButtonWeiter: TButton
- Left = 320
- Top = 272
- Width = 99
- Height = 33
- Caption = '&Weiter >'
- TabOrder = 2
- OnClick = ButtonWeiterClick
- end
- end
- object TabSheetNS: TTabSheet
- Caption = 'Netscape-Profile'
- ImageIndex = 1
- object Label1: TLabel
- Left = 8
- Top = 0
- Width = 292
- Height = 16
- Caption = 'Folgende Netscape-Profile hat TraXEx gefunden:'
- end
- object LabelZuordnen: TLabel
- Left = 8
- Top = 168
- Width = 190
- Height = 16
- Caption = 'Gefundene Profil-Verzeichnisse:'
- end
- object ListViewNS: TListView
- Left = 8
- Top = 24
- Width = 401
- Height = 89
- Columns = <
- item
- Caption = 'Name'
- Width = 80
- end
- item
- Caption = 'Profil-Verzeichnis'
- Width = 315
- end>
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- object ButtonLoeschen: TButton
- Left = 8
- Top = 120
- Width = 113
- Height = 25
- Caption = '&Profil L�schen'
- TabOrder = 1
- OnClick = ButtonLoeschenClick
- end
- object ButtonFolder: TButton
- Left = 136
- Top = 120
- Width = 209
- Height = 25
- Caption = '&Verzeichnis manuell ausw�hlen'
- TabOrder = 2
- OnClick = ButtonFolderClick
- end
- object ButtonWeiter2: TButton
- Left = 320
- Top = 272
- Width = 99
- Height = 33
- Caption = '&Weiter >'
- TabOrder = 6
- OnClick = ButtonWeiter2Click
- end
- object ListBoxZuordnen: TListBox
- Left = 8
- Top = 192
- Width = 401
- Height = 65
- ItemHeight = 16
- TabOrder = 3
- end
- object ButtonZuordnen: TButton
- Left = 8
- Top = 264
- Width = 153
- Height = 25
- Caption = 'Verzeichnis &zuordnen'
- Enabled = False
- TabOrder = 4
- OnClick = ButtonZuordnenClick
- end
- object ButtonHilfe: TButton
- Left = 205
- Top = 272
- Width = 99
- Height = 33
- Caption = '&Hilfe'
- TabOrder = 5
- OnClick = ButtonHilfeClick
- end
- end
- end
- object PanelVerdecken: TPanel
- Left = 208
- Top = 0
- Width = 353
- Height = 25
- BevelOuter = bvNone
- TabOrder = 1
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 345
- Width = 432
- Height = 19
- Panels = <
- item
- Width = 100
- end>
- SimplePanel = False
- end
- end
-