home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TEGGFORM / TEGGFORM.txt < prev   
Text File  |  2002-07-15  |  3KB  |  129 lines

  1. object EggForm: TEggForm
  2.   Left = 192
  3.   Top = 108
  4.   Width = 532
  5.   Height = 384
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'The Dev-Pascal Easter Egg'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object ColinPic: TImage
  19.     Left = 20
  20.     Top = 18
  21.     Width = 110
  22.     Height = 176
  23.     AutoSize = True
  24.     Picture.Data = {<image001.bmp>}
  25.     OnMouseDown = PaintBoxMouseDown
  26.     OnMouseMove = PaintBoxMouseMove
  27.     OnMouseUp = PaintBoxMouseUp
  28.   end
  29.   object Label1: TLabel
  30.     Left = 20
  31.     Top = 236
  32.     Width = 82
  33.     Height = 16
  34.     Caption = 'Colin Laplace'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 179
  38.     Top = 236
  39.     Width = 60
  40.     Height = 16
  41.     Caption = 'Hongli Lai'
  42.   end
  43.   object HongliPic: TImage
  44.     Left = 187
  45.     Top = 18
  46.     Width = 113
  47.     Height = 176
  48.     AutoSize = True
  49.     Picture.Data = {<image002.bmp>}
  50.     OnMouseDown = PaintBoxMouseDown
  51.     OnMouseMove = PaintBoxMouseMove
  52.     OnMouseUp = PaintBoxMouseUp
  53.   end
  54.   object ChiefPic: TImage
  55.     Left = 344
  56.     Top = 24
  57.     Width = 120
  58.     Height = 114
  59.     AutoSize = True
  60.     Center = True
  61.     Picture.Data = {<image003.bmp>}
  62.   end
  63.   object Label3: TLabel
  64.     Left = 352
  65.     Top = 232
  66.     Width = 153
  67.     Height = 16
  68.     Caption = 'Prof A Olowofoyeku  '
  69.   end
  70.   object ColinThanks: TBitBtn
  71.     Left = 20
  72.     Top = 256
  73.     Width = 129
  74.     Height = 31
  75.     Caption = 'Thanks list : )'
  76.     TabOrder = 0
  77.     OnClick = ColinThanksClick
  78.   end
  79.   object HongliThanks: TBitBtn
  80.     Left = 179
  81.     Top = 256
  82.     Width = 139
  83.     Height = 31
  84.     Caption = 'Thanks list ; )'
  85.     TabOrder = 1
  86.     OnClick = HongliThanksClick
  87.   end
  88.   object CloseBtn: TBitBtn
  89.     Left = 108
  90.     Top = 303
  91.     Width = 306
  92.     Height = 31
  93.     TabOrder = 2
  94.     OnClick = CloseBtnClick
  95.     Kind = bkClose
  96.   end
  97.   object ChiefThanks: TButton
  98.     Left = 352
  99.     Top = 256
  100.     Width = 129
  101.     Height = 33
  102.     Caption = 'Thanks list ;-)'
  103.     TabOrder = 3
  104.     OnClick = ChiefThanksClick
  105.   end
  106.   object MarsCaption1: TMarsCaption
  107.     ActiveBeginColor = clAqua
  108.     ActiveEndColor = clPurple
  109.     ActiveFontColor = clWhite
  110.     InactiveBeginColor = 5000268
  111.     InactiveEndColor = clSilver
  112.     InactiveFontColor = clSilver
  113.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  114.     ApplicationNameFont.Color = clWindowText
  115.     ApplicationNameFont.Height = -11
  116.     ApplicationNameFont.Name = 'MS Sans Serif'
  117.     ApplicationNameFont.Style = [fsBold]
  118.     CaptionFont.Charset = DEFAULT_CHARSET
  119.     CaptionFont.Color = clWindowText
  120.     CaptionFont.Height = -11
  121.     CaptionFont.Name = 'MS Sans Serif'
  122.     CaptionFont.Style = [fsBold]
  123.     NumColors = 64
  124.     AutoSize = False
  125.     Left = 56
  126.     Top = 304
  127.   end
  128. end
  129.