home *** CD-ROM | disk | FTP | other *** search
/ Minami 35 / MINAMI35.ISO / Minami.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2002-12-05  |  2KB  |  104 lines

  1. object MainFrm: TMainFrm
  2.   Left = 260
  3.   Top = 170
  4.   Cursor = crArrow
  5.   BorderStyle = bsNone
  6.   Caption = 'Minami'
  7.   ClientHeight = 503
  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 467,302 593,334'
  34.       'rect MUSICA 467,341 591,373'
  35.       'rect IMAGEN 466,379 591,411'
  36.       'rect VARIOS 467,417 592,449'
  37.       'circle MOVER  607,59 621,75'
  38.       'rect MINIMIZAR 550,45 580,75'
  39.       'rect SALIR 16,44 46,74'
  40.       'rect EJECUTAR 38,340 68,371'
  41.       'rect LDOWN 70,381 101,412'
  42.       'rect LUP 102,419 132,451'
  43.       
  44.         'poly CREDITOS 132,86 111,86 134,17 174,17 172,48 191,17 230,17 2' +
  45.         '03,87 171,87 182,58 143,114 143,51 132,86 132,86')
  46.     ShowRegions = False
  47.     ImgName = 'GRES\MAINL.BMP'
  48.     ImgHName = 'GRES\MAINH.BMP'
  49.   end
  50.   object LblInfo: TLabel
  51.     Left = 412
  52.     Top = 170
  53.     Width = 32
  54.     Height = 14
  55.     Caption = 'LblInfo'
  56.     Color = clBtnFace
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clWhite
  59.     Font.Height = -11
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     ParentColor = False
  63.     ParentFont = False
  64.     Transparent = True
  65.   end
  66.   object Tree: TGTreeView
  67.     Left = 156
  68.     Top = 172
  69.     Width = 249
  70.     Height = 224
  71.     AutoExpand = True
  72.     BorderStyle = bsNone
  73.     Color = cl3DLight
  74.     Ctl3D = True
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clSilver
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     Indent = 19
  81.     Items.Data = {
  82.       010000001F0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  83.       064D696E616D69}
  84.     ParentCtl3D = False
  85.     ParentFont = False
  86.     ReadOnly = True
  87.     ShowRoot = False
  88.     TabOrder = 0
  89.     OnChange = TreeChange
  90.     OnCustomDrawItem = TreeCustomDrawItem
  91.     OnDblClick = TreeDblClick
  92.     OnKeyDown = TreeKeyDown
  93.     OnMouseDown = TreeMouseDown
  94.     NoScroll = True
  95.   end
  96.   object Timer: TTimer
  97.     Enabled = False
  98.     Interval = 600
  99.     OnTimer = TimerTimer
  100.     Left = 648
  101.     Top = 32
  102.   end
  103. end
  104.