home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / internet / HTMLpad / Notepad.exe / 0 / RCDATA / TFRMMENUEDITOR / TFRMMENUEDITOR.txt < prev   
Text File  |  1999-11-18  |  2KB  |  110 lines

  1. object frmMenuEditor: TfrmMenuEditor
  2.   Left = 250
  3.   Top = 183
  4.   Width = 364
  5.   Height = 371
  6.   Caption = 'TAdvMenu Editor'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 324
  23.     Width = 356
  24.     Height = 16
  25.     Align = alBottom
  26.     Caption = 'TAdvancedMenu (c) 1997 By Vanni Brutto'
  27.   end
  28.   object btnRefresh: TButton
  29.     Left = 8
  30.     Top = 272
  31.     Width = 105
  32.     Height = 41
  33.     Caption = 'Refresh menu'
  34.     TabOrder = 0
  35.     OnClick = btnRefreshClick
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 0
  39.     Top = 0
  40.     Width = 356
  41.     Height = 257
  42.     Align = alTop
  43.     Caption = 'TMenuItem'
  44.     TabOrder = 1
  45.     object Shape1: TShape
  46.       Left = 192
  47.       Top = 136
  48.       Width = 32
  49.       Height = 32
  50.       Brush.Color = clBtnFace
  51.     end
  52.     object imgBitmap: TImage
  53.       Left = 192
  54.       Top = 136
  55.       Width = 32
  56.       Height = 32
  57.       Stretch = True
  58.     end
  59.     object Label2: TLabel
  60.       Left = 26
  61.       Top = 26
  62.       Width = 62
  63.       Height = 16
  64.       Caption = 'ItemName'
  65.     end
  66.     object lblItemName: TLabel
  67.       Left = 24
  68.       Top = 40
  69.       Width = 3
  70.       Height = 16
  71.     end
  72.     object chkActive: TCheckBox
  73.       Left = 24
  74.       Top = 96
  75.       Width = 169
  76.       Height = 17
  77.       Caption = 'Active Rect'
  78.       Enabled = False
  79.       State = cbChecked
  80.       TabOrder = 0
  81.       OnClick = chkActiveClick
  82.     end
  83.     object btnBitmap: TButton
  84.       Left = 24
  85.       Top = 136
  86.       Width = 145
  87.       Height = 33
  88.       Caption = 'Add/Remove Bitmap'
  89.       Enabled = False
  90.       TabOrder = 2
  91.       OnClick = btnBitmapClick
  92.     end
  93.     object btnSave: TButton
  94.       Left = 24
  95.       Top = 176
  96.       Width = 145
  97.       Height = 33
  98.       Caption = 'Save'
  99.       Enabled = False
  100.       TabOrder = 1
  101.       OnClick = btnSaveClick
  102.     end
  103.   end
  104.   object OpenDialog: TOpenDialog
  105.     Filter = 'Bitmap Files (*.BMP)|*.BMP|All Files (*.*)|*.*'
  106.     Left = 8
  107.     Top = 224
  108.   end
  109. end
  110.