home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1998 March / CC9803-2.BIN / SHARE / 95DEVINF / DEVINFO.EXE / 0 / RCDATA / TDIABOUTFORM / TDIABOUTFORM.txt < prev   
Text File  |  1998-01-21  |  3KB  |  152 lines

  1. object DIAboutForm: TDIAboutForm
  2.   Left = 200
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 253
  7.   ClientWidth = 343
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 15
  18.     Top = 15
  19.     Width = 43
  20.     Height = 37
  21.     Picture.Data = {<image000.ico>}
  22.   end
  23.   object PNameLabel: TLabel
  24.     Left = 65
  25.     Top = 15
  26.     Width = 3
  27.     Height = 13
  28.   end
  29.   object PCopyrightLabel: TLabel
  30.     Left = 65
  31.     Top = 30
  32.     Width = 210
  33.     Height = 13
  34.     Caption = '(C) Copyright 1997 Peter Beyersdorf, L∩┐╜beck'
  35.   end
  36.   object PBLabel: TLabel
  37.     Left = 15
  38.     Top = 65
  39.     Width = 78
  40.     Height = 13
  41.     Caption = 'Peter Beyersdorf'
  42.   end
  43.   object StrasseLabel: TLabel
  44.     Left = 15
  45.     Top = 80
  46.     Width = 74
  47.     Height = 13
  48.     Caption = 'Engelsgrube 29'
  49.   end
  50.   object StadtLabel: TLabel
  51.     Left = 15
  52.     Top = 95
  53.     Width = 80
  54.     Height = 13
  55.     Caption = 'D-23552 L∩┐╜beck'
  56.   end
  57.   object PhoneLabel: TLabel
  58.     Left = 15
  59.     Top = 135
  60.     Width = 115
  61.     Height = 13
  62.     Caption = 'Phone: +49 511 559211'
  63.   end
  64.   object FaxLabel: TLabel
  65.     Left = 15
  66.     Top = 150
  67.     Width = 101
  68.     Height = 13
  69.     Caption = 'Fax: +49 511 559213'
  70.   end
  71.   object EmailLabel: TLabel
  72.     Left = 150
  73.     Top = 65
  74.     Width = 173
  75.     Height = 13
  76.     Caption = 'EMail: peter@beyersdorf.com'
  77.   end
  78.   object CISIDLabel: TLabel
  79.     Left = 150
  80.     Top = 80
  81.     Width = 138
  82.     Height = 13
  83.     Caption = 'CompuServe ID: 100407,124'
  84.   end
  85.   object CISNameLabel: TLabel
  86.     Left = 150
  87.     Top = 95
  88.     Width = 148
  89.     Height = 13
  90.     Caption = 'CompuServe Name: Beyersdorf'
  91.   end
  92.   object WWWLabel: TLabel
  93.     Left = 150
  94.     Top = 135
  95.     Width = 166
  96.     Height = 13
  97.     Caption = 'Get latest version from my web-site:'
  98.   end
  99.   object httpLabel: TLabel
  100.     Left = 150
  101.     Top = 149
  102.     Width = 172
  103.     Height = 13
  104.     Caption = 'http://www.beyersdorf.com/'
  105.   end
  106.   object LandLabel: TLabel
  107.     Left = 15
  108.     Top = 110
  109.     Width = 42
  110.     Height = 13
  111.     Caption = 'Germany'
  112.   end
  113.   object RegNameLabel: TLabel
  114.     Left = 15
  115.     Top = 180
  116.     Width = 3
  117.     Height = 13
  118.   end
  119.   object Bevel1: TBevel
  120.     Left = 8
  121.     Top = 55
  122.     Width = 328
  123.     Height = 5
  124.     Shape = bsTopLine
  125.   end
  126.   object Bevel2: TBevel
  127.     Left = 8
  128.     Top = 170
  129.     Width = 328
  130.     Height = 5
  131.     Shape = bsTopLine
  132.   end
  133.   object Bevel3: TBevel
  134.     Left = 8
  135.     Top = 200
  136.     Width = 328
  137.     Height = 5
  138.     Shape = bsTopLine
  139.   end
  140.   object OKButton: TButton
  141.     Left = 14
  142.     Top = 216
  143.     Width = 99
  144.     Height = 25
  145.     Cancel = True
  146.     Caption = 'OK'
  147.     Default = True
  148.     ModalResult = 1
  149.     TabOrder = 0
  150.   end
  151. end
  152.