home *** CD-ROM | disk | FTP | other *** search
/ Shirase 26 / SHIRASE26.ISO / Shirase.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2003-06-05  |  2KB  |  106 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 = 449
  54.     Top = 329
  55.     Width = 32
  56.     Height = 14
  57.     Alignment = taRightJustify
  58.     Caption = 'LblInfo'
  59.     Color = clBtnFace
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clWhite
  62.     Font.Height = -11
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentColor = False
  66.     ParentFont = False
  67.     Transparent = True
  68.   end
  69.   object Tree: TGTreeView
  70.     Left = 232
  71.     Top = 132
  72.     Width = 249
  73.     Height = 192
  74.     AutoExpand = True
  75.     BorderStyle = bsNone
  76.     Color = cl3DLight
  77.     Ctl3D = True
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWhite
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     Indent = 19
  84.     Items.Data = {
  85.       01000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  86.       0753686972617365}
  87.     ParentCtl3D = False
  88.     ParentFont = False
  89.     ReadOnly = True
  90.     ShowRoot = False
  91.     TabOrder = 0
  92.     OnChange = TreeChange
  93.     OnCustomDrawItem = TreeCustomDrawItem
  94.     OnDblClick = TreeDblClick
  95.     OnKeyDown = TreeKeyDown
  96.     NoScroll = True
  97.   end
  98.   object Timer: TTimer
  99.     Enabled = False
  100.     Interval = 600
  101.     OnTimer = TimerTimer
  102.     Left = 648
  103.     Top = 48
  104.   end
  105. end
  106.