home *** CD-ROM | disk | FTP | other *** search
/ Minami 11 / MINAMI2_11.iso / Minami.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2000-09-07  |  3KB  |  113 lines

  1. object MainFrm: TMainFrm
  2.   Left = 200
  3.   Top = 141
  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.       '#$MTIMFH'
  32.       '#$-:Image Map file created by Map THIS!'
  33.       '#$-:Map THIS! free image map editor by Todd C. Wilson'
  34.       '#$-:Please do not edit lines starting with "#$"'
  35.       '#$VERSION:1.30'
  36.       '#$DATE:Wed Dec 15 18:05:44 1999'
  37.       '#$PATH:C:\prog\Minami\'
  38.       '#$GIF:main.gif'
  39.       '#$FORMAT:ncsa'
  40.       '#$EOH'
  41.       'rect VIDEO 467,302 593,334'
  42.       'rect MUSICA 467,341 591,373'
  43.       'rect IMAGEN 466,379 591,411'
  44.       'rect WEBS 487,198 594,231'
  45.       'rect VARIOS 467,417 592,449'
  46.       'circle SALIR  607,59 621,75'
  47.       'rect CREDITOS 106,10 526,116'
  48.       'rect MINIMIZAR 550,45 580,75'
  49.       'rect MOVER 16,44 46,74'
  50.       'rect EJECUTAR 38,340 68,371'
  51.       'rect LDOWN 70,381 101,412'
  52.       'rect LUP 102,419 132,451')
  53.     ShowRegions = False
  54.     ImgName = 'GRES\MAINL.BMP'
  55.     ImgHName = 'GRES\MAINH.BMP'
  56.   end
  57.   object LblInfo: TLabel
  58.     Left = 412
  59.     Top = 170
  60.     Width = 32
  61.     Height = 14
  62.     Caption = 'LblInfo'
  63.     Color = clBtnFace
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clWhite
  66.     Font.Height = -11
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     ParentColor = False
  70.     ParentFont = False
  71.     Transparent = True
  72.   end
  73.   object Tree: TGTreeView
  74.     Left = 156
  75.     Top = 172
  76.     Width = 249
  77.     Height = 224
  78.     AutoExpand = True
  79.     BorderStyle = bsNone
  80.     Ctl3D = True
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clSilver
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     Images = SysImages
  87.     Indent = 19
  88.     Items.Data = {
  89.       01000000240000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  90.       0B4D696E616D692032303030}
  91.     ParentCtl3D = False
  92.     ParentFont = False
  93.     ReadOnly = True
  94.     ShowRoot = False
  95.     TabOrder = 0
  96.     OnChange = TreeChange
  97.     OnCustomDrawItem = TreeCustomDrawItem
  98.     OnDblClick = TreeDblClick
  99.     NoScroll = True
  100.   end
  101.   object SysImages: TSystemImageList
  102.     ShareImages = True
  103.     ImageSize = isSmall
  104.     Left = 652
  105.     Top = 44
  106.   end
  107.   object Timer1: TTimer
  108.     OnTimer = Timer1Timer
  109.     Left = 656
  110.     Top = 96
  111.   end
  112. end
  113.