home *** CD-ROM | disk | FTP | other *** search
/ Minami 27 / MINAMI27.ISO / Minami.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2002-06-04  |  2KB  |  105 lines

  1. object MainFrm: TMainFrm
  2.   Left = 263
  3.   Top = 135
  4.   Cursor = crArrow
  5.   BorderStyle = bsNone
  6.   Caption = 'Minami'
  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 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.       'rect WEBS 489,199 593,231')
  47.     ShowRegions = False
  48.     ImgName = 'GRES\MAINL.BMP'
  49.     ImgHName = 'GRES\MAINH.BMP'
  50.   end
  51.   object LblInfo: TLabel
  52.     Left = 412
  53.     Top = 170
  54.     Width = 32
  55.     Height = 14
  56.     Caption = 'LblInfo'
  57.     Color = clBtnFace
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clWhite
  60.     Font.Height = -11
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentColor = False
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object Tree: TGTreeView
  68.     Left = 156
  69.     Top = 172
  70.     Width = 249
  71.     Height = 224
  72.     AutoExpand = True
  73.     BorderStyle = bsNone
  74.     Color = cl3DLight
  75.     Ctl3D = True
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clSilver
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     Indent = 19
  82.     Items.Data = {
  83.       010000001F0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  84.       064D696E616D69}
  85.     ParentCtl3D = False
  86.     ParentFont = False
  87.     ReadOnly = True
  88.     ShowRoot = False
  89.     TabOrder = 0
  90.     OnChange = TreeChange
  91.     OnCustomDrawItem = TreeCustomDrawItem
  92.     OnDblClick = TreeDblClick
  93.     OnKeyDown = TreeKeyDown
  94.     OnMouseDown = TreeMouseDown
  95.     NoScroll = True
  96.   end
  97.   object Timer: TTimer
  98.     Enabled = False
  99.     Interval = 600
  100.     OnTimer = TimerTimer
  101.     Left = 648
  102.     Top = 32
  103.   end
  104. end
  105.