home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 47 / DOKAN47.ISO / dokan.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2002-06-17  |  2KB  |  94 lines

  1. object MainFrm: TMainFrm
  2.   Left = 200
  3.   Top = 141
  4.   Cursor = crArrow
  5.   BorderStyle = bsNone
  6.   Caption = 'Dokan'
  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 385,189 483,232'
  34.       'rect MUSICA 358,134 463,175'
  35.       'rect IMAGEN 409,244 541,290'
  36.       'rect VARIOS 472,361 568,401'
  37.       'rect CREDITOS 54,4 307,105'
  38.       'rect MINIMIZAR 605,0 621,16'
  39.       'rect EJECUTAR 353,400 376,425'
  40.       'rect LDOWN 353,428 377,457'
  41.       'rect LUP 353,366 376,397'
  42.       'rect SALIR 622,0 636,15'
  43.       'circle MOVER  24,25 48,50')
  44.     ShowRegions = False
  45.     ImgName = 'GRES\MAINL.BMP'
  46.     ImgHName = 'GRES\MAINH.BMP'
  47.   end
  48.   object LblInfo: TLabel
  49.     Left = 52
  50.     Top = 380
  51.     Width = 37
  52.     Height = 15
  53.     Caption = 'LblInfo'
  54.     Color = clBtnFace
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clWhite
  57.     Font.Height = -12
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentColor = False
  61.     ParentFont = False
  62.     Transparent = True
  63.   end
  64.   object Tree: TGTreeView
  65.     Left = 52
  66.     Top = 144
  67.     Width = 269
  68.     Height = 224
  69.     AutoExpand = True
  70.     BorderStyle = bsNone
  71.     Color = cl3DLight
  72.     Ctl3D = True
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clSilver
  75.     Font.Height = -12
  76.     Font.Name = 'Arial'
  77.     Font.Style = []
  78.     Indent = 19
  79.     Items.Data = {
  80.       010000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  81.       05446F6B616E}
  82.     ParentCtl3D = False
  83.     ParentFont = False
  84.     ReadOnly = True
  85.     ShowRoot = False
  86.     TabOrder = 0
  87.     OnChange = TreeChange
  88.     OnCustomDrawItem = TreeCustomDrawItem
  89.     OnDblClick = TreeDblClick
  90.     OnKeyDown = TreeKeyDown
  91.     NoScroll = True
  92.   end
  93. end
  94.