home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 63 / DOKAN63.iso / dokan.exe / 0 / RCDATA / TMAINFRM / TMAINFRM.txt
Text File  |  2003-09-26  |  2KB  |  97 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 382,188 484,235'
  34.       'rect MUSICA 358,132 463,175'
  35.       'rect IMAGEN 409,242 542,290'
  36.       'rect VARIOS 469,355 573,403'
  37.       'rect MINIMIZAR 605,0 621,16'
  38.       'rect EJECUTAR 351,399 376,424'
  39.       'rect LDOWN 353,428 377,457'
  40.       'rect LUP 352,365 377,396'
  41.       'rect SALIR 622,0 636,15'
  42.       'circle MOVER  25,26 51,53'
  43.       
  44.         'poly CREDITOS 84,24 110,30 133,16 153,21 159,4 187,9 183,27 201,' +
  45.         '11 273,24 278,35 284,25 306,38 280,98 249,103 215,92 182,103 170' +
  46.         ',93 153,90 125,101 110,93 97,104 71,108 57,35 84,24')
  47.     ShowRegions = False
  48.     ImgName = 'GRES\MAINL.BMP'
  49.     ImgHName = 'GRES\MAINH.BMP'
  50.   end
  51.   object LblInfo: TLabel
  52.     Left = 52
  53.     Top = 380
  54.     Width = 37
  55.     Height = 15
  56.     Caption = 'LblInfo'
  57.     Color = clBtnFace
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clWhite
  60.     Font.Height = -12
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentColor = False
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object Tree: TGTreeView
  68.     Left = 52
  69.     Top = 144
  70.     Width = 269
  71.     Height = 224
  72.     AutoExpand = True
  73.     BorderStyle = bsNone
  74.     Color = cl3DLight
  75.     Ctl3D = True
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clSilver
  78.     Font.Height = -12
  79.     Font.Name = 'Arial'
  80.     Font.Style = []
  81.     Indent = 19
  82.     Items.Data = {
  83.       010000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  84.       05446F6B616E}
  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.     NoScroll = True
  95.   end
  96. end
  97.