home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / desktop / dtc / dtc.ex_ / dtc.ex / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-05-13  |  3KB  |  133 lines

  1. object AboutBox: TAboutBox
  2.   Left = 229
  3.   Top = 193
  4.   ActiveControl = btnOK
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 167
  9.   ClientWidth = 261
  10.   Font.Color = clBlack
  11.   Font.Height = -21
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 24
  18.   object piMove: TImage
  19.     Left = 152
  20.     Top = 44
  21.     Width = 105
  22.     Height = 105
  23.   end
  24.   object pnAbout: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 261
  28.     Height = 129
  29.     Align = alTop
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     Color = clSilver
  33.     Font.Color = clBlack
  34.     Font.Height = -16
  35.     Font.Name = 'Arial'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     object Label1: TLabel
  40.       Left = 42
  41.       Top = 8
  42.       Width = 176
  43.       Height = 24
  44.       Caption = 'Desktop Changer'
  45.       Font.Color = clBlack
  46.       Font.Height = -21
  47.       Font.Name = 'Arial'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.     object Label2: TLabel
  52.       Left = 92
  53.       Top = 61
  54.       Width = 135
  55.       Height = 15
  56.       Caption = 'Version 1.02  (11-01-98)'
  57.       Font.Color = clBlack
  58.       Font.Height = -12
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.     end
  63.     object Label3: TLabel
  64.       Left = 92
  65.       Top = 42
  66.       Width = 128
  67.       Height = 18
  68.       Caption = '(c) Stewart Hector'
  69.       Font.Color = clBlack
  70.       Font.Height = -15
  71.       Font.Name = 'Arial'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object Label4: TLabel
  76.       Left = 92
  77.       Top = 99
  78.       Width = 87
  79.       Height = 15
  80.       Caption = '21  March 1997'
  81.       Font.Color = clBlack
  82.       Font.Height = -12
  83.       Font.Name = 'Arial'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.     end
  87.     object Label5: TLabel
  88.       Left = 92
  89.       Top = 80
  90.       Width = 54
  91.       Height = 15
  92.       Caption = 'Freeware'
  93.       Font.Color = clBlack
  94.       Font.Height = -12
  95.       Font.Name = 'Arial'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.     object piLogo: TImage
  100.       Left = 13
  101.       Top = 44
  102.       Width = 68
  103.       Height = 69
  104.       Center = True
  105.       Picture.Data = {<image000.bmp>}
  106.       Stretch = True
  107.       OnDblClick = piLogoDblClick
  108.       IsControl = True
  109.     end
  110.   end
  111.   object btnOK: TButton
  112.     Left = 92
  113.     Top = 136
  114.     Width = 77
  115.     Height = 27
  116.     Caption = 'OK'
  117.     Default = True
  118.     Font.Color = clBlack
  119.     Font.Height = -12
  120.     Font.Name = 'Arial'
  121.     Font.Style = [fsBold]
  122.     ModalResult = 1
  123.     ParentFont = False
  124.     TabOrder = 1
  125.   end
  126.   object tmMove: TSuperTimer
  127.     Interval = 30
  128.     OnTimer = tmMoveTimer
  129.     Left = 20
  130.     Top = 116
  131.   end
  132. end
  133.