home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Comunes / Platctrl.bpl / 0 / RCDATA / TFORMPLAMENUED / TFORMPLAMENUED.txt
Text File  |  2003-02-05  |  4KB  |  134 lines

  1. object FormPlaMenuEd: TFormPlaMenuEd
  2.   Left = 385
  3.   Top = 207
  4.   Width = 513
  5.   Height = 288
  6.   BorderWidth = 8
  7.   Caption = 'Menu editor'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Arbol: TTreeView
  23.     Left = 0
  24.     Top = 0
  25.     Width = 384
  26.     Height = 245
  27.     Align = alClient
  28.     Color = clMenu
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -15
  32.     Font.Name = 'Tahoma'
  33.     Font.Style = []
  34.     HideSelection = False
  35.     Indent = 24
  36.     ParentFont = False
  37.     ReadOnly = True
  38.     RowSelect = True
  39.     ShowLines = False
  40.     TabOrder = 0
  41.     OnChange = ArbolChange
  42.     OnCustomDrawItem = ArbolCustomDrawItem
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 384
  46.     Top = 0
  47.     Width = 105
  48.     Height = 245
  49.     Align = alRight
  50.     BevelInner = bvLowered
  51.     TabOrder = 1
  52.     object ButtonNewItem: TButton
  53.       Left = 8
  54.       Top = 8
  55.       Width = 89
  56.       Height = 25
  57.       Caption = 'Nuevo Item'
  58.       TabOrder = 0
  59.       OnClick = ButtonNewItemClick
  60.     end
  61.     object ButtonNewSubItem: TButton
  62.       Left = 8
  63.       Top = 40
  64.       Width = 89
  65.       Height = 25
  66.       Caption = 'Nuevo SubItem'
  67.       TabOrder = 1
  68.       OnClick = ButtonNewSubItemClick
  69.     end
  70.     object ButtonEliminarItem: TButton
  71.       Left = 8
  72.       Top = 72
  73.       Width = 89
  74.       Height = 25
  75.       Caption = 'Eliminar Item'
  76.       TabOrder = 2
  77.       OnClick = ButtonEliminarItemClick
  78.     end
  79.     object ButtonCerrar: TButton
  80.       Left = 8
  81.       Top = 212
  82.       Width = 89
  83.       Height = 25
  84.       Caption = 'Cerrar'
  85.       TabOrder = 3
  86.       OnClick = ButtonCerrarClick
  87.     end
  88.     object BitBtnUp: TBitBtn
  89.       Left = 40
  90.       Top = 120
  91.       Width = 29
  92.       Height = 25
  93.       TabOrder = 4
  94.       OnClick = BitBtnUpClick
  95.       Glyph.Data = {
  96.         76010000424D7601000000000000760000002800000020000000100000000100
  97.         04000000000000010000120B0000120B00001000000000000000000000000000
  98.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  99.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  100.         3333333333777F33333333333309033333333333337F7F333333333333090333
  101.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  102.         33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  103.         3333333777737777F333333099999990333333373F3333373333333309999903
  104.         333333337F33337F33333333099999033333333373F333733333333330999033
  105.         3333333337F337F3333333333099903333333333373F37333333333333090333
  106.         33333333337F7F33333333333309033333333333337373333333333333303333
  107.         333333333337F333333333333330333333333333333733333333}
  108.       NumGlyphs = 2
  109.     end
  110.     object BitBtnDown: TBitBtn
  111.       Left = 40
  112.       Top = 148
  113.       Width = 29
  114.       Height = 25
  115.       TabOrder = 5
  116.       OnClick = BitBtnDownClick
  117.       Glyph.Data = {
  118.         76010000424D7601000000000000760000002800000020000000100000000100
  119.         04000000000000010000120B0000120B00001000000000000000000000000000
  120.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  121.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  122.         333333333337F33333333333333033333333333333373F333333333333090333
  123.         33333333337F7F33333333333309033333333333337373F33333333330999033
  124.         3333333337F337F33333333330999033333333333733373F3333333309999903
  125.         333333337F33337F33333333099999033333333373333373F333333099999990
  126.         33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  127.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  128.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  129.         33333333337F7F33333333333300033333333333337773333333}
  130.       NumGlyphs = 2
  131.     end
  132.   end
  133. end
  134.