object frmMenuEditor: TfrmMenuEditor Left = 250 Top = 183 Width = 364 Height = 371 Caption = 'TAdvMenu Editor' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 0 Top = 324 Width = 356 Height = 16 Align = alBottom Caption = 'TAdvancedMenu (c) 1997 By Vanni Brutto' end object btnRefresh: TButton Left = 8 Top = 272 Width = 105 Height = 41 Caption = 'Refresh menu' TabOrder = 0 OnClick = btnRefreshClick end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 356 Height = 257 Align = alTop Caption = 'TMenuItem' TabOrder = 1 object Shape1: TShape Left = 192 Top = 136 Width = 32 Height = 32 Brush.Color = clBtnFace end object imgBitmap: TImage Left = 192 Top = 136 Width = 32 Height = 32 Stretch = True end object Label2: TLabel Left = 26 Top = 26 Width = 62 Height = 16 Caption = 'ItemName' end object lblItemName: TLabel Left = 24 Top = 40 Width = 3 Height = 16 end object chkActive: TCheckBox Left = 24 Top = 96 Width = 169 Height = 17 Caption = 'Active Rect' Enabled = False State = cbChecked TabOrder = 0 OnClick = chkActiveClick end object btnBitmap: TButton Left = 24 Top = 136 Width = 145 Height = 33 Caption = 'Add/Remove Bitmap' Enabled = False TabOrder = 2 OnClick = btnBitmapClick end object btnSave: TButton Left = 24 Top = 176 Width = 145 Height = 33 Caption = 'Save' Enabled = False TabOrder = 1 OnClick = btnSaveClick end end object OpenDialog: TOpenDialog Filter = 'Bitmap Files (*.BMP)|*.BMP|All Files (*.*)|*.*' Left = 8 Top = 224 end end