home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / cppwkshp / HelloDemo / HelloUnit.dfm / HelloUnit.txt next >
Encoding:
Text File  |  1999-12-04  |  3.8 KB  |  163 lines

  1. object Form1: TForm1
  2.   Left = 296
  3.   Top = 254
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'About SuperWombat 3.0'
  6.   ClientHeight = 310
  7.   ClientWidth = 494
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 494
  20.     Height = 279
  21.     ActivePage = TabSheet1
  22.     TabOrder = 0
  23.     object TabSheet1: TTabSheet
  24.       Caption = 'About'
  25.       object Label2: TLabel
  26.         Left = 269
  27.         Top = 15
  28.         Width = 176
  29.         Height = 28
  30.         Caption = 'SuperWombat 3.0'
  31.         Font.Charset = ANSI_CHARSET
  32.         Font.Color = clGray
  33.         Font.Height = -24
  34.         Font.Name = 'Times New Roman'
  35.         Font.Style = [fsBold, fsItalic]
  36.         ParentFont = False
  37.         Transparent = True
  38.       end
  39.       object Image1: TImage
  40.         Left = 5
  41.         Top = 7
  42.         Width = 254
  43.         Height = 168
  44.         AutoSize = True
  45.         Picture.Data = {<image000.bmp>}
  46.       end
  47.       object Label1: TLabel
  48.         Left = 265
  49.         Top = 11
  50.         Width = 176
  51.         Height = 28
  52.         Caption = 'SuperWombat 3.0'
  53.         Font.Charset = ANSI_CHARSET
  54.         Font.Color = clNavy
  55.         Font.Height = -24
  56.         Font.Name = 'Times New Roman'
  57.         Font.Style = [fsBold, fsItalic]
  58.         ParentFont = False
  59.         Transparent = True
  60.       end
  61.       object Label3: TLabel
  62.         Left = 267
  63.         Top = 69
  64.         Width = 76
  65.         Height = 13
  66.         Caption = 'December 1999'
  67.         Transparent = True
  68.       end
  69.       object Label4: TLabel
  70.         Left = 267
  71.         Top = 45
  72.         Width = 82
  73.         Height = 13
  74.         Caption = 'Enterprise Edition'
  75.       end
  76.       object Label5: TLabel
  77.         Left = 267
  78.         Top = 85
  79.         Width = 175
  80.         Height = 13
  81.         Caption = 'Copyright WombatSoft (c) 1995-1999'
  82.         Transparent = True
  83.       end
  84.       object Label6: TLabel
  85.         Left = 267
  86.         Top = 101
  87.         Width = 125
  88.         Height = 13
  89.         Caption = 'ALL RIGHTS RESERVED'
  90.         Transparent = True
  91.       end
  92.       object Label7: TLabel
  93.         Left = 267
  94.         Top = 125
  95.         Width = 201
  96.         Height = 52
  97.         AutoSize = False
  98.         Caption = 
  99.           'This program is not to be copied, duplicated or reproduced excep' +
  100.           't for backup purposes by the registered owner.'
  101.         Font.Charset = DEFAULT_CHARSET
  102.         Font.Color = clWindowText
  103.         Font.Height = -11
  104.         Font.Name = 'MS Sans Serif'
  105.         Font.Style = [fsBold]
  106.         ParentFont = False
  107.         Transparent = True
  108.         WordWrap = True
  109.       end
  110.       object Label8: TLabel
  111.         Left = 8
  112.         Top = 205
  113.         Width = 295
  114.         Height = 13
  115.         Caption = 'WombatSoft, Suite 29, 18723 Armadillo Avenue, Austin, Texas'
  116.         Transparent = True
  117.       end
  118.       object Bevel1: TBevel
  119.         Left = 2
  120.         Top = 188
  121.         Width = 479
  122.         Height = 13
  123.         Shape = bsTopLine
  124.       end
  125.       object Label9: TLabel
  126.         Left = 8
  127.         Top = 221
  128.         Width = 165
  129.         Height = 13
  130.         Caption = 'Customer Support: (849)  273-5432'
  131.       end
  132.       object Label10: TLabel
  133.         Left = 371
  134.         Top = 229
  135.         Width = 104
  136.         Height = 13
  137.         Cursor = crHandPoint
  138.         Caption = 'www.wombatsoft.com'
  139.         Font.Charset = DEFAULT_CHARSET
  140.         Font.Color = clBlue
  141.         Font.Height = -11
  142.         Font.Name = 'MS Sans Serif'
  143.         Font.Style = [fsUnderline]
  144.         ParentFont = False
  145.         Transparent = True
  146.         OnClick = Label10Click
  147.       end
  148.     end
  149.     object TabSheet2: TTabSheet
  150.       Caption = 'System Information'
  151.     end
  152.   end
  153.   object Button1: TButton
  154.     Left = 415
  155.     Top = 285
  156.     Width = 75
  157.     Height = 20
  158.     Caption = '&OK'
  159.     TabOrder = 1
  160.     OnClick = Button1Click
  161.   end
  162. end
  163.