home *** CD-ROM | disk | FTP | other *** search
/ Shirase 11 / SHIRASE11.iso / Shirase.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2001-09-05  |  3KB  |  110 lines

  1. object MainFrm: TMainFrm
  2.   Left = 200
  3.   Top = 141
  4.   Cursor = crArrow
  5.   BorderStyle = bsNone
  6.   Caption = 'Shirase'
  7.   ClientHeight = 502
  8.   ClientWidth = 689
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWhite
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object Hot: THotImg
  23.     Left = 0
  24.     Top = 0
  25.     Width = 640
  26.     Height = 480
  27.     OnHit = HotHit
  28.     OnLeave = HotLeave
  29.     OnEnter = HotEnter
  30.     Regions.Strings = (
  31.       '#$FORMAT:ncsa'
  32.       '#$EOH'
  33.       'rect VIDEO 19,205 172,232'
  34.       'rect MUSICA 18,178 172,204'
  35.       'rect IMAGEN 17,150 175,177'
  36.       'rect VARIOS 18,287 173,314'
  37.       'rect CREDITOS 509,17 539,35'
  38.       'rect MINIMIZAR 540,17 571,35'
  39.       'rect MOVER 11,17 43,35'
  40.       'rect EJECUTAR 509,315 539,334'
  41.       'rect LDOWN 540,315 569,334'
  42.       'rect LUP 570,315 600,334'
  43.       'rect SALIR 599,17 631,35'
  44.       'rect IMAGEN_H 183,150 206,178'
  45.       'rect MUSICA_H 183,181 207,204'
  46.       'rect VIDEO_H 183,209 208,232'
  47.       'rect VARIOS_H 182,286 206,314')
  48.     ShowRegions = False
  49.     ImgName = 'GRES\MAINL.BMP'
  50.     ImgHName = 'GRES\MAINH.BMP'
  51.   end
  52.   object LblInfo: TLabel
  53.     Left = 233
  54.     Top = 331
  55.     Width = 32
  56.     Height = 14
  57.     Caption = 'LblInfo'
  58.     Color = clBtnFace
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'Arial'
  63.     Font.Style = []
  64.     ParentColor = False
  65.     ParentFont = False
  66.     Transparent = True
  67.   end
  68.   object Tree: TGTreeView
  69.     Left = 232
  70.     Top = 120
  71.     Width = 249
  72.     Height = 209
  73.     AutoExpand = True
  74.     BorderStyle = bsNone
  75.     Ctl3D = True
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     Images = SysImages
  82.     Indent = 19
  83.     Items.Data = {
  84.       01000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  85.       0753686972617365}
  86.     ParentCtl3D = False
  87.     ParentFont = False
  88.     ReadOnly = True
  89.     ShowRoot = False
  90.     TabOrder = 0
  91.     OnChange = TreeChange
  92.     OnCustomDrawItem = TreeCustomDrawItem
  93.     OnDblClick = TreeDblClick
  94.     OnKeyUp = TreeKeyUp
  95.     NoScroll = True
  96.   end
  97.   object SysImages: TSystemImageList
  98.     ShareImages = True
  99.     ImageSize = isSmall
  100.     Left = 652
  101.     Top = 44
  102.   end
  103.   object Timer1: TTimer
  104.     Interval = 200
  105.     OnTimer = Timer1Timer
  106.     Left = 656
  107.     Top = 96
  108.   end
  109. end
  110.