home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.NL / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt
Text File  |  2003-02-05  |  3KB  |  175 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 467
  3.   Top = 318
  4.   HelpContext = 12
  5.   BorderStyle = bsDialog
  6.   Caption = 'Over'
  7.   ClientHeight = 382
  8.   ClientWidth = 393
  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 = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgAppIcon: TImage
  21.     Left = 8
  22.     Top = 16
  23.     Width = 32
  24.     Height = 32
  25.   end
  26.   object lblAppTitle: TLabel
  27.     Left = 48
  28.     Top = 8
  29.     Width = 281
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = 'lblAppTitle'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object lblCopyright: TLabel
  41.     Left = 48
  42.     Top = 42
  43.     Width = 281
  44.     Height = 15
  45.     AutoSize = False
  46.     Caption = 'Copyright '#169' 1996-2003 Pinnacle Systems, Inc.'
  47.     WordWrap = True
  48.   end
  49.   object lblRegDesc: TLabel
  50.     Left = 8
  51.     Top = 91
  52.     Width = 313
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = 'Registratie Informatie:'
  56.   end
  57.   object Label1: TLabel
  58.     Left = 49
  59.     Top = 58
  60.     Width = 281
  61.     Height = 15
  62.     AutoSize = False
  63.     Caption = 'Dortmund, Germany'
  64.     Visible = False
  65.     WordWrap = True
  66.   end
  67.   object Label2: TLabel
  68.     Left = 49
  69.     Top = 74
  70.     Width = 144
  71.     Height = 13
  72.     Cursor = crHandPoint
  73.     Hint = 'http://www.pinnaclesys.com/ '
  74.     Caption = 'http://www.pinnaclesys.com/ '
  75.     Color = clBtnFace
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlue
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsUnderline]
  81.     ParentColor = False
  82.     ParentFont = False
  83.     ParentShowHint = False
  84.     ShowHint = True
  85.     OnClick = Label2Click
  86.   end
  87.   object lblOEMString: TLabel
  88.     Left = 48
  89.     Top = 24
  90.     Width = 289
  91.     Height = 13
  92.     AutoSize = False
  93.     Caption = 'lblOEMString'
  94.   end
  95.   object lblSetupBuild: TLabel
  96.     Left = 48
  97.     Top = 140
  98.     Width = 273
  99.     Height = 13
  100.     AutoSize = False
  101.     Caption = 'Unknown'
  102.     Visible = False
  103.   end
  104.   object lblSetupBuildCaption: TLabel
  105.     Left = 8
  106.     Top = 140
  107.     Width = 36
  108.     Height = 13
  109.     AutoSize = False
  110.     Caption = 'Setup:'
  111.     Visible = False
  112.   end
  113.   object lblRegInfo: TMemo
  114.     Left = 16
  115.     Top = 107
  116.     Width = 313
  117.     Height = 30
  118.     BorderStyle = bsNone
  119.     Color = clBtnFace
  120.     Lines.Strings = (
  121.       'Ongeregistreerde Beta (Distributie streng verboden!)')
  122.     ReadOnly = True
  123.     TabOrder = 2
  124.   end
  125.   object OKBtn: TButton
  126.     Left = 311
  127.     Top = 354
  128.     Width = 75
  129.     Height = 23
  130.     HelpContext = 20
  131.     Cancel = True
  132.     Caption = 'OK'
  133.     Default = True
  134.     ModalResult = 1
  135.     TabOrder = 0
  136.   end
  137.   object Panel1: TPanel
  138.     Left = 8
  139.     Top = 160
  140.     Width = 378
  141.     Height = 187
  142.     BevelOuter = bvNone
  143.     Caption = 'Panel1'
  144.     TabOrder = 1
  145.     object lvModules: TListView
  146.       Left = 0
  147.       Top = 0
  148.       Width = 378
  149.       Height = 187
  150.       Align = alClient
  151.       Columns = <
  152.         item
  153.           Caption = 'Module'
  154.           Width = 85
  155.         end
  156.         item
  157.           Caption = 'Versie'
  158.           Width = 55
  159.         end
  160.         item
  161.           Caption = 'Datum'
  162.           Width = 66
  163.         end
  164.         item
  165.           Caption = 'Pad'
  166.           Width = 140
  167.         end>
  168.       ColumnClick = False
  169.       ReadOnly = True
  170.       TabOrder = 0
  171.       ViewStyle = vsReport
  172.     end
  173.   end
  174. end
  175.