RibbonDemoAbout.dfm
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:3k
源码类别:

Email服务器

开发平台:

Delphi

  1. inherited RibbonDemoAboutForm: TRibbonDemoAboutForm
  2.   Left = 395
  3.   Top = 250
  4.   ClientHeight = 361
  5.   ClientWidth = 728
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited lbDemoName: TLabel
  9.     Width = 152
  10.     Caption = 'RibbonNotepadDemo'
  11.   end
  12.   inherited reDemoInfo: TRichEdit
  13.     Width = 588
  14.     Height = 329
  15.     Lines.Strings = (
  16.       
  17.         'This example demonstrates an RTF editor with the Ribbon Interfac' +
  18.         'e similar to that found in Microsoft Office 2007. This '
  19.       
  20.         'demo uses our TdxRibbon, TdxBarApplicationMenu, TdxBarScreenTipR' +
  21.         'epository, TdxRibbonStatusBar, '
  22.       
  23.         'TdxRibbonPopupMenu, and TcxImageList components to mimic the app' +
  24.         'earance and layout adaptation capabilities of '
  25.       'ribbon UI elements.'
  26.       ''
  27.       
  28.         'This application represents a fully functional RTF editor with s' +
  29.         'tandard features.'
  30.       
  31.         'Examine the effect of resizing the editor'#39's window. In particula' +
  32.         'r, see how bar items are arranged and sized within tab groups '
  33.       'and how the width of tab captions is adjusted.'
  34.       
  35.         'The TdxRibbon component provides a way to arrange and display to' +
  36.         'olbars and their items. All design-time customization '
  37.       
  38.         'capabilities introduced by the previous versions of the ExpressB' +
  39.         'ars are still available in the ExpressBars v6. So, at design '
  40.       
  41.         'time you still can right-click a bar item control to invoke the ' +
  42.         'Customizing Popup Menu.'
  43.       ''
  44.       
  45.         'The following additional customization capabilities are availabl' +
  46.         'e for you in this demo.'
  47.       ''
  48.       'The Home tab'
  49.       
  50.         'Use various options of tab groups to manage documents, format an' +
  51.         'd manipulate text.'
  52.       ''
  53.       'The Appearance tab'
  54.       
  55.         '- The Color Scheme tab group. Experiment with three different co' +
  56.         'lor schemes: Blue, Black, and Silver to instantly change '
  57.       'the appearance of the editor.'
  58.       
  59.         '- The Ribbon Options tab group. Toggle the "Ribbon Form" option ' +
  60.         'to display the editor either as a ribbon or normal form. '
  61.       
  62.         'You can show/hide the Application Button by toggling the corresp' +
  63.         'onding option. Clicking the Application Button '
  64.       
  65.         'invokes a popup menu of the TdxBarApplicationMenu type assigned ' +
  66.         'via the ApplicationButton.Menu property.'
  67.       
  68.         '- The Quick Access Toolbar tab group. You can hide/show the Quic' +
  69.         'k Access Toolbar by toggling the corresponding '
  70.       
  71.         'option. You can also specify the position at which this toolbar ' +
  72.         'will be displayed.')
  73.   end
  74.   inherited btnOK: TButton
  75.     Top = 328
  76.   end
  77. end