home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / CDumper / _SETUP.1 / CDumper.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1998-11-25  |  4KB  |  185 lines

  1. object MainForm: TMainForm
  2.   Left = 0
  3.   Top = 108
  4.   HelpContext = 10000
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'CDumper'
  8.   ClientHeight = 30
  9.   ClientWidth = 792
  10.   Color = clBtnFace
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Scaled = False
  19.   Visible = True
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnPaint = FormPaint
  25.   PixelsPerInch = 96
  26.   TextHeight = 14
  27.   object PatchRenderer: TDiscoRenderer
  28.     Left = 152
  29.     Top = 8
  30.     Width = 25
  31.     Height = 17
  32.     Quality = 2
  33.     LookLeft = True
  34.   end
  35.   object DockPanel: TPanel
  36.     Left = 0
  37.     Top = 30
  38.     Width = 792
  39.     Height = 0
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     Ctl3D = False
  43.     DockSite = True
  44.     ParentCtl3D = False
  45.     TabOrder = 0
  46.     OnDockDrop = DockPanelDockDrop
  47.     OnGetSiteInfo = DockPanelGetSiteInfo
  48.     OnResize = DockPanelResize
  49.   end
  50.   object ControlBar: TControlBar
  51.     Left = 0
  52.     Top = 0
  53.     Width = 792
  54.     Height = 30
  55.     Align = alTop
  56.     AutoSize = True
  57.     Color = clBtnFace
  58.     ParentColor = False
  59.     TabOrder = 1
  60.     OnGetSiteInfo = ControlBarGetSiteInfo
  61.     OnResize = ControlBarResize
  62.     OnUnDock = ControlBarUnDock
  63.     object MenuToolBar: TToolBar
  64.       Left = 11
  65.       Top = 2
  66.       Width = 134
  67.       Height = 22
  68.       AutoSize = True
  69.       ButtonWidth = 40
  70.       Caption = 'MenuToolBar'
  71.       DragKind = dkDock
  72.       DragMode = dmAutomatic
  73.       EdgeBorders = []
  74.       Flat = True
  75.       ShowCaptions = True
  76.       TabOrder = 0
  77.       Wrapable = False
  78.       object ViewButton: TToolButton
  79.         Left = 0
  80.         Top = 0
  81.         AutoSize = True
  82.         Caption = '&View'
  83.         Grouped = True
  84.         MenuItem = ViewItem
  85.       end
  86.       object ToolsButton: TToolButton
  87.         Left = 37
  88.         Top = 0
  89.         AutoSize = True
  90.         Caption = '&Tools'
  91.         Grouped = True
  92.         MenuItem = ToolsItem
  93.       end
  94.       object HelpButton: TToolButton
  95.         Left = 74
  96.         Top = 0
  97.         AutoSize = True
  98.         Caption = '&Help'
  99.         Grouped = True
  100.         MenuItem = HelpItem
  101.       end
  102.     end
  103.   end
  104.   object Translator: TFormTranslator
  105.     Table.Strings = (
  106.       '&View;&Ver;&Voir'
  107.       '&Tools;&Herramientas;&Outils'
  108.       '&Big size;&Tama∩┐╜o grande;&Grande taille'
  109.       
  110.         '&CD Iternet database...;&Base de datos en Internet...;&Base de d' +
  111.         'onn∩┐╜es d'#39'Internet...'
  112.       '&Options...;&Opciones...;&Options...'
  113.       '&Help;&Ayuda;&Aide'
  114.       '&About...;&Acerca de...;&A propos de...'
  115.       'CDumper'
  116.       'MenuToolBar'
  117.       'C&rossfader'
  118.       '&Karaoke')
  119.     Properties.Strings = (
  120.       'Caption'
  121.       'Text'
  122.       'Hint')
  123.     Language = 0
  124.     ChangeFont = False
  125.     ParentFont = False
  126.     Left = 498
  127.   end
  128.   object MainMenu: TMainMenu
  129.     Left = 470
  130.     object ViewItem: TMenuItem
  131.       Caption = '&View'
  132.       HelpContext = 11100
  133.       OnClick = ViewItemClick
  134.       object ViewCDItem: TMenuItem
  135.         Caption = '&CD'
  136.         HelpContext = 11120
  137.         OnClick = ViewCDItemClick
  138.       end
  139.       object ViewBigSizeItem: TMenuItem
  140.         Caption = '&Big size'
  141.         HelpContext = 11110
  142.         OnClick = ViewBigSizeItemClick
  143.       end
  144.       object CrossfaderItem: TMenuItem
  145.         Caption = 'C&rossfader'
  146.         HelpContext = 11130
  147.         OnClick = CrossfaderItemClick
  148.       end
  149.       object KaraokeItem: TMenuItem
  150.         Caption = '&Karaoke'
  151.         HelpContext = 11140
  152.         OnClick = KaraokeItemClick
  153.       end
  154.     end
  155.     object ToolsItem: TMenuItem
  156.       Caption = '&Tools'
  157.       HelpContext = 11200
  158.       object CDDBItem: TMenuItem
  159.         Caption = '&CD Iternet database...'
  160.         HelpContext = 11210
  161.         OnClick = CDDBClick
  162.       end
  163.       object OptionsItem: TMenuItem
  164.         Caption = '&Options...'
  165.         HelpContext = 11220
  166.         OnClick = OptionsItemClick
  167.       end
  168.     end
  169.     object HelpItem: TMenuItem
  170.       Caption = '&Help'
  171.       HelpContext = 11300
  172.       object HelpHelpItem: TMenuItem
  173.         Caption = '&Help'
  174.         HelpContext = 11310
  175.         OnClick = HelpHelpItemClick
  176.       end
  177.       object AboutItem: TMenuItem
  178.         Caption = '&About...'
  179.         HelpContext = 11320
  180.         OnClick = AboutItemClick
  181.       end
  182.     end
  183.   end
  184. end
  185.