home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 June / CMYCHA200506_broken.iso / CyberMycha.exe / 0 / RCDATA / TFRMGALERY / TFRMGALERY.txt
Text File  |  2003-10-21  |  672b  |  36 lines

  1. object frmGalery: TfrmGalery
  2.   Left = 205
  3.   Top = 122
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmGalery'
  7.   ClientHeight = 450
  8.   ClientWidth = 632
  9.   Color = clBtnFace
  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.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgBody: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 632
  25.     Height = 450
  26.     Align = alClient
  27.   end
  28.   object imgPicture: TImage
  29.     Left = 40
  30.     Top = 40
  31.     Width = 105
  32.     Height = 105
  33.     AutoSize = True
  34.   end
  35. end
  36.