home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Multimedia / vcdgear / vcdgear.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  2004-12-21  |  3KB  |  154 lines

  1. object Form5: TForm5
  2.   Left = 234
  3.   Top = 155
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'about'
  7.   ClientHeight = 277
  8.   ClientWidth = 700
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object aboutImage: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 700
  23.     Height = 277
  24.     Picture.Data = {<image000.jpg>}
  25.     OnClick = aboutImageClick
  26.   end
  27.   object homepageLabel: TLabel
  28.     Left = 16
  29.     Top = 13
  30.     Width = 69
  31.     Height = 16
  32.     Caption = 'homepage:'
  33.     Color = clWhite
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clGray
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentColor = False
  40.     ParentFont = False
  41.     OnClick = homepageLabelClick
  42.   end
  43.   object homepageURL: TLabel
  44.     Left = 16
  45.     Top = 29
  46.     Width = 169
  47.     Height = 16
  48.     Cursor = crHandPoint
  49.     Caption = 'http://www.vcdgear.com'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clNavy
  52.     Font.Height = -13
  53.     Font.Name = 'Verdana'
  54.     Font.Style = [fsUnderline]
  55.     ParentFont = False
  56.     OnClick = homepageURLClick
  57.   end
  58.   object emailLabel: TLabel
  59.     Left = 232
  60.     Top = 13
  61.     Width = 36
  62.     Height = 16
  63.     Caption = 'email:'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clGray
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     OnClick = emailLabelClick
  71.   end
  72.   object email: TLabel
  73.     Left = 232
  74.     Top = 29
  75.     Width = 145
  76.     Height = 16
  77.     Cursor = crHandPoint
  78.     Caption = 'vcdgear@hotmail.com'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clNavy
  81.     Font.Height = -13
  82.     Font.Name = 'Verdana'
  83.     Font.Style = [fsUnderline]
  84.     ParentFont = False
  85.     OnClick = emailClick
  86.   end
  87.   object engineLabel: TLabel
  88.     Left = 614
  89.     Top = 43
  90.     Width = 67
  91.     Height = 13
  92.     Caption = 'engine 1.76'
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clGray
  95.     Font.Height = -11
  96.     Font.Name = 'Verdana'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     Transparent = True
  100.     OnClick = engineLabelClick
  101.   end
  102.   object codedByLabel: TLabel
  103.     Left = 568
  104.     Top = 56
  105.     Width = 116
  106.     Height = 16
  107.     Caption = 'coded by dracore'
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -13
  111.     Font.Name = 'Verdana'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     Transparent = True
  115.     OnClick = codedByLabelClick
  116.   end
  117.   object pluggedImage: TImage
  118.     Left = 156
  119.     Top = 116
  120.     Width = 461
  121.     Height = 160
  122.     Picture.Data = {<image001.jpg>}
  123.     Visible = False
  124.     OnClick = pluggedImageClick
  125.   end
  126.   object wallPlug: TImage
  127.     Left = 224
  128.     Top = 184
  129.     Width = 25
  130.     Height = 41
  131.     Cursor = crHandPoint
  132.     DragMode = dmAutomatic
  133.     OnDragOver = wallPlugDragOver
  134.   end
  135.   object creditButton: TImage
  136.     Left = 448
  137.     Top = 144
  138.     Width = 161
  139.     Height = 81
  140.     Cursor = crHandPoint
  141.     Visible = False
  142.     OnClick = creditButtonClick
  143.   end
  144.   object plugInMouth: TImage
  145.     Left = 160
  146.     Top = 112
  147.     Width = 41
  148.     Height = 41
  149.     Cursor = crHandPoint
  150.     DragMode = dmAutomatic
  151.     OnDragOver = plugInMouthDragOver
  152.   end
  153. end
  154.