home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / toptools / traxex / _setup.1 / TraXEx.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Encoding:
Text File  |  2000-09-05  |  4.7 KB  |  210 lines

  1. object Form3: TForm3
  2.   Left = 378
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TraXEx  - Browsererkennung'
  7.   ClientHeight = 364
  8.   ClientWidth = 432
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object PageControl: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 432
  26.     Height = 345
  27.     ActivePage = TabSheetNS
  28.     Align = alClient
  29.     MultiLine = True
  30.     Style = tsButtons
  31.     TabOrder = 0
  32.     object TabSheetBrowser: TTabSheet
  33.       Caption = 'Browser'
  34.       object LabelBrowser: TLabel
  35.         Left = 8
  36.         Top = 0
  37.         Width = 305
  38.         Height = 16
  39.         Caption = 'Folgende Browser-Versionen hat TraXEx gefunden:'
  40.         Font.Charset = DEFAULT_CHARSET
  41.         Font.Color = clWindowText
  42.         Font.Height = -13
  43.         Font.Name = 'MS Sans Serif'
  44.         Font.Style = []
  45.         ParentFont = False
  46.       end
  47.       object LabelNS: TLabel
  48.         Left = 8
  49.         Top = 32
  50.         Width = 135
  51.         Height = 16
  52.         Caption = '- Netscape Navigator -'
  53.       end
  54.       object LabelIE: TLabel
  55.         Left = 216
  56.         Top = 32
  57.         Width = 110
  58.         Height = 16
  59.         Caption = '- Internet Explorer -'
  60.       end
  61.       object LabelHinweis: TLabel
  62.         Left = 8
  63.         Top = 184
  64.         Width = 395
  65.         Height = 48
  66.         Caption = 
  67.           'Mit welcher Version vom Netscape-Navigator bzw. vom Internet Exp' +
  68.           'lorer soll TraXEx arbeiten? Bitte treffen Sie je eine Auswahl un' +
  69.           'd klicken Sie dann auf [Weiter].'
  70.         WordWrap = True
  71.       end
  72.       object ListBoxNS: TListBox
  73.         Left = 8
  74.         Top = 56
  75.         Width = 193
  76.         Height = 105
  77.         ItemHeight = 16
  78.         TabOrder = 0
  79.       end
  80.       object ListBoxIE: TListBox
  81.         Left = 216
  82.         Top = 56
  83.         Width = 201
  84.         Height = 105
  85.         ItemHeight = 16
  86.         TabOrder = 1
  87.       end
  88.       object ButtonWeiter: TButton
  89.         Left = 320
  90.         Top = 272
  91.         Width = 99
  92.         Height = 33
  93.         Caption = '&Weiter >'
  94.         TabOrder = 2
  95.         OnClick = ButtonWeiterClick
  96.       end
  97.     end
  98.     object TabSheetNS: TTabSheet
  99.       Caption = 'Netscape-Profile'
  100.       ImageIndex = 1
  101.       object Label1: TLabel
  102.         Left = 8
  103.         Top = 0
  104.         Width = 292
  105.         Height = 16
  106.         Caption = 'Folgende Netscape-Profile hat TraXEx gefunden:'
  107.       end
  108.       object LabelZuordnen: TLabel
  109.         Left = 8
  110.         Top = 168
  111.         Width = 190
  112.         Height = 16
  113.         Caption = 'Gefundene Profil-Verzeichnisse:'
  114.       end
  115.       object ListViewNS: TListView
  116.         Left = 8
  117.         Top = 24
  118.         Width = 401
  119.         Height = 89
  120.         Columns = <
  121.           item
  122.             Caption = 'Name'
  123.             Width = 80
  124.           end
  125.           item
  126.             Caption = 'Profil-Verzeichnis'
  127.             Width = 315
  128.           end>
  129.         ReadOnly = True
  130.         RowSelect = True
  131.         TabOrder = 0
  132.         ViewStyle = vsReport
  133.       end
  134.       object ButtonLoeschen: TButton
  135.         Left = 8
  136.         Top = 120
  137.         Width = 113
  138.         Height = 25
  139.         Caption = '&Profil L∩┐╜schen'
  140.         TabOrder = 1
  141.         OnClick = ButtonLoeschenClick
  142.       end
  143.       object ButtonFolder: TButton
  144.         Left = 136
  145.         Top = 120
  146.         Width = 209
  147.         Height = 25
  148.         Caption = '&Verzeichnis manuell ausw∩┐╜hlen'
  149.         TabOrder = 2
  150.         OnClick = ButtonFolderClick
  151.       end
  152.       object ButtonWeiter2: TButton
  153.         Left = 320
  154.         Top = 272
  155.         Width = 99
  156.         Height = 33
  157.         Caption = '&Weiter >'
  158.         TabOrder = 6
  159.         OnClick = ButtonWeiter2Click
  160.       end
  161.       object ListBoxZuordnen: TListBox
  162.         Left = 8
  163.         Top = 192
  164.         Width = 401
  165.         Height = 65
  166.         ItemHeight = 16
  167.         TabOrder = 3
  168.       end
  169.       object ButtonZuordnen: TButton
  170.         Left = 8
  171.         Top = 264
  172.         Width = 153
  173.         Height = 25
  174.         Caption = 'Verzeichnis &zuordnen'
  175.         Enabled = False
  176.         TabOrder = 4
  177.         OnClick = ButtonZuordnenClick
  178.       end
  179.       object ButtonHilfe: TButton
  180.         Left = 205
  181.         Top = 272
  182.         Width = 99
  183.         Height = 33
  184.         Caption = '&Hilfe'
  185.         TabOrder = 5
  186.         OnClick = ButtonHilfeClick
  187.       end
  188.     end
  189.   end
  190.   object PanelVerdecken: TPanel
  191.     Left = 208
  192.     Top = 0
  193.     Width = 353
  194.     Height = 25
  195.     BevelOuter = bvNone
  196.     TabOrder = 1
  197.   end
  198.   object StatusBar: TStatusBar
  199.     Left = 0
  200.     Top = 345
  201.     Width = 432
  202.     Height = 19
  203.     Panels = <
  204.       item
  205.         Width = 100
  206.       end>
  207.     SimplePanel = False
  208.   end
  209. end
  210.