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 / CDWizard.EXE / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt
Encoding:
Text File  |  2002-12-06  |  2.9 KB  |  150 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 467
  3.   Top = 318
  4.   HelpContext = 12
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  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.   end
  34.   object lblCopyright: TLabel
  35.     Left = 48
  36.     Top = 42
  37.     Width = 281
  38.     Height = 15
  39.     AutoSize = False
  40.     Caption = 'Copyright ∩┐╜ 1996-2002 VOB Computersysteme GmbH'
  41.     WordWrap = True
  42.   end
  43.   object lblRegDesc: TLabel
  44.     Left = 8
  45.     Top = 91
  46.     Width = 313
  47.     Height = 13
  48.     AutoSize = False
  49.     Caption = 'Registration Information:'
  50.   end
  51.   object Label1: TLabel
  52.     Left = 49
  53.     Top = 58
  54.     Width = 281
  55.     Height = 15
  56.     AutoSize = False
  57.     Caption = 'Dortmund, Germany'
  58.     WordWrap = True
  59.   end
  60.   object Label2: TLabel
  61.     Left = 49
  62.     Top = 74
  63.     Width = 99
  64.     Height = 13
  65.     Cursor = crHandPoint
  66.     Hint = 'http://www.vob.de/'
  67.     Caption = 'http://www.vob.de/ '
  68.     Color = clBtnFace
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clBlue
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsUnderline]
  74.     ParentColor = False
  75.     ParentFont = False
  76.     ParentShowHint = False
  77.     ShowHint = True
  78.     OnClick = Label2Click
  79.   end
  80.   object lblOEMString: TLabel
  81.     Left = 48
  82.     Top = 24
  83.     Width = 289
  84.     Height = 13
  85.     AutoSize = False
  86.     Caption = 'lblOEMString'
  87.   end
  88.   object lblRegInfo: TMemo
  89.     Left = 16
  90.     Top = 107
  91.     Width = 313
  92.     Height = 65
  93.     BorderStyle = bsNone
  94.     Color = clBtnFace
  95.     Lines.Strings = (
  96.       'Unregistered Beta (Distribution strictly forbidden!)')
  97.     ReadOnly = True
  98.     TabOrder = 2
  99.   end
  100.   object OKBtn: TButton
  101.     Left = 311
  102.     Top = 354
  103.     Width = 75
  104.     Height = 23
  105.     HelpContext = 20
  106.     Cancel = True
  107.     Caption = 'OK'
  108.     Default = True
  109.     ModalResult = 1
  110.     TabOrder = 0
  111.   end
  112.   object Panel1: TPanel
  113.     Left = 8
  114.     Top = 184
  115.     Width = 378
  116.     Height = 163
  117.     BevelOuter = bvNone
  118.     Caption = 'Panel1'
  119.     TabOrder = 1
  120.     object lvModules: TListView
  121.       Left = 0
  122.       Top = 0
  123.       Width = 378
  124.       Height = 163
  125.       Align = alClient
  126.       Columns = <
  127.         item
  128.           Caption = 'Module'
  129.           Width = 110
  130.         end
  131.         item
  132.           Caption = 'Version'
  133.           Width = 55
  134.         end
  135.         item
  136.           Caption = 'Date'
  137.           Width = 66
  138.         end
  139.         item
  140.           Caption = 'Path'
  141.           Width = 140
  142.         end>
  143.       ColumnClick = False
  144.       ReadOnly = True
  145.       TabOrder = 0
  146.       ViewStyle = vsReport
  147.     end
  148.   end
  149. end
  150.