object MainForm: TMainForm Left = 0 Top = 108 HelpContext = 10000 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'CDumper' ClientHeight = 30 ClientWidth = 792 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Icon.Data = {} OldCreateOrder = False Scaled = False Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 14 object PatchRenderer: TDiscoRenderer Left = 152 Top = 8 Width = 25 Height = 17 Quality = 2 LookLeft = True end object DockPanel: TPanel Left = 0 Top = 30 Width = 792 Height = 0 Align = alBottom BevelOuter = bvNone Ctl3D = False DockSite = True ParentCtl3D = False TabOrder = 0 OnDockDrop = DockPanelDockDrop OnGetSiteInfo = DockPanelGetSiteInfo OnResize = DockPanelResize end object ControlBar: TControlBar Left = 0 Top = 0 Width = 792 Height = 30 Align = alTop AutoSize = True Color = clBtnFace ParentColor = False TabOrder = 1 OnGetSiteInfo = ControlBarGetSiteInfo OnResize = ControlBarResize OnUnDock = ControlBarUnDock object MenuToolBar: TToolBar Left = 11 Top = 2 Width = 134 Height = 22 AutoSize = True ButtonWidth = 40 Caption = 'MenuToolBar' DragKind = dkDock DragMode = dmAutomatic EdgeBorders = [] Flat = True ShowCaptions = True TabOrder = 0 Wrapable = False object ViewButton: TToolButton Left = 0 Top = 0 AutoSize = True Caption = '&View' Grouped = True MenuItem = ViewItem end object ToolsButton: TToolButton Left = 37 Top = 0 AutoSize = True Caption = '&Tools' Grouped = True MenuItem = ToolsItem end object HelpButton: TToolButton Left = 74 Top = 0 AutoSize = True Caption = '&Help' Grouped = True MenuItem = HelpItem end end end object Translator: TFormTranslator Table.Strings = ( '&View;&Ver;&Voir' '&Tools;&Herramientas;&Outils' '&Big size;&Tama�o grande;&Grande taille' '&CD Iternet database...;&Base de datos en Internet...;&Base de d' + 'onn�es d'#39'Internet...' '&Options...;&Opciones...;&Options...' '&Help;&Ayuda;&Aide' '&About...;&Acerca de...;&A propos de...' 'CDumper' 'MenuToolBar' 'C&rossfader' '&Karaoke') Properties.Strings = ( 'Caption' 'Text' 'Hint') Language = 0 ChangeFont = False ParentFont = False Left = 498 end object MainMenu: TMainMenu Left = 470 object ViewItem: TMenuItem Caption = '&View' HelpContext = 11100 OnClick = ViewItemClick object ViewCDItem: TMenuItem Caption = '&CD' HelpContext = 11120 OnClick = ViewCDItemClick end object ViewBigSizeItem: TMenuItem Caption = '&Big size' HelpContext = 11110 OnClick = ViewBigSizeItemClick end object CrossfaderItem: TMenuItem Caption = 'C&rossfader' HelpContext = 11130 OnClick = CrossfaderItemClick end object KaraokeItem: TMenuItem Caption = '&Karaoke' HelpContext = 11140 OnClick = KaraokeItemClick end end object ToolsItem: TMenuItem Caption = '&Tools' HelpContext = 11200 object CDDBItem: TMenuItem Caption = '&CD Iternet database...' HelpContext = 11210 OnClick = CDDBClick end object OptionsItem: TMenuItem Caption = '&Options...' HelpContext = 11220 OnClick = OptionsItemClick end end object HelpItem: TMenuItem Caption = '&Help' HelpContext = 11300 object HelpHelpItem: TMenuItem Caption = '&Help' HelpContext = 11310 OnClick = HelpHelpItemClick end object AboutItem: TMenuItem Caption = '&About...' HelpContext = 11320 OnClick = AboutItemClick end end end end