home *** CD-ROM | disk | FTP | other *** search
/ Shirase 3 / SHIRASE3.ISO / Shirase.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2001-01-17  |  3KB  |  120 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.       '#$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 Oct 11 11:29:32 2000'
  37.       '#$PATH:C:\prog\shirase\'
  38.       '#$GIF:main.gif'
  39.       '#$FORMAT:ncsa'
  40.       '#$EOH'
  41.       'rect VIDEO 19,205 172,232'
  42.       'rect MUSICA 18,178 172,204'
  43.       'rect IMAGEN 17,150 175,177'
  44.       'rect WEBS 20,234 171,258'
  45.       'rect VARIOS 18,287 173,314'
  46.       'rect CREDITOS 509,17 539,35'
  47.       'rect MINIMIZAR 540,17 571,35'
  48.       'rect MOVER 11,17 43,35'
  49.       'rect EJECUTAR 509,315 539,334'
  50.       'rect LDOWN 540,315 569,334'
  51.       'rect LUP 570,315 600,334'
  52.       'rect SALIR 599,17 631,35'
  53.       'rect IMAGEN_H 183,150 206,178'
  54.       'rect MUSICA_H 183,181 207,204'
  55.       'rect VIDEO_H 183,209 208,232'
  56.       'rect WEBS_H 184,234 208,261'
  57.       'rect VARIOS_H 182,286 206,314')
  58.     ShowRegions = False
  59.     ImgName = 'GRES\MAINL.BMP'
  60.     ImgHName = 'GRES\MAINH.BMP'
  61.   end
  62.   object LblInfo: TLabel
  63.     Left = 233
  64.     Top = 331
  65.     Width = 32
  66.     Height = 14
  67.     Caption = 'LblInfo'
  68.     Color = clBtnFace
  69.     Font.Charset = ANSI_CHARSET
  70.     Font.Color = clWhite
  71.     Font.Height = -11
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ParentColor = False
  75.     ParentFont = False
  76.     Transparent = True
  77.   end
  78.   object Tree: TGTreeView
  79.     Left = 232
  80.     Top = 120
  81.     Width = 249
  82.     Height = 209
  83.     AutoExpand = True
  84.     BorderStyle = bsNone
  85.     Ctl3D = True
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clSilver
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     Images = SysImages
  92.     Indent = 19
  93.     Items.Data = {
  94.       01000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  95.       0753686972617365}
  96.     ParentCtl3D = False
  97.     ParentFont = False
  98.     ReadOnly = True
  99.     ShowRoot = False
  100.     TabOrder = 0
  101.     OnChange = TreeChange
  102.     OnCustomDrawItem = TreeCustomDrawItem
  103.     OnDblClick = TreeDblClick
  104.     OnKeyUp = TreeKeyUp
  105.     NoScroll = True
  106.   end
  107.   object SysImages: TSystemImageList
  108.     ShareImages = True
  109.     ImageSize = isSmall
  110.     Left = 652
  111.     Top = 44
  112.   end
  113.   object Timer1: TTimer
  114.     Interval = 100
  115.     OnTimer = Timer1Timer
  116.     Left = 656
  117.     Top = 96
  118.   end
  119. end
  120.