home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / DEMO / TBARFRM.DF_ / TBARFRM.DF / TBARFRM.txt < prev   
Text File  |  1996-10-18  |  7KB  |  288 lines

  1. object FrmToolbar: TFrmToolbar
  2.   Left = 200
  3.   Top = 99
  4.   Width = 568
  5.   Height = 307
  6.   Caption = 'RzToolbar & RzStatusBar Components'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object Toolbar1: TRzToolbar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 560
  23.     Hint = 'This is an RzToolbar'
  24.     ParentShowHint = False
  25.     TabOrder = 0
  26.   end
  27.   object RzStatusBar1: TRzStatusBar
  28.     Left = 0
  29.     Top = 240
  30.     Width = 560
  31.     TabOrder = 1
  32.     object RzStatusPane1: TRzStatusPane
  33.       Left = 0
  34.       Top = 0
  35.       Width = 85
  36.       Height = 23
  37.       Hint = 'This is an RzStatusPane'
  38.       Align = alLeft
  39.       Caption = 'Overwrite'
  40.     end
  41.     object RzClockStatus1: TRzClockStatus
  42.       Left = 85
  43.       Top = 0
  44.       Width = 105
  45.       Height = 23
  46.       Hint = 'This is an RzClockStatus'
  47.       Align = alLeft
  48.       Format = 'ddddd t'
  49.     end
  50.     object RzKeyStatus1: TRzKeyStatus
  51.       Left = 190
  52.       Top = 0
  53.       Width = 40
  54.       Height = 23
  55.       Hint = 'This is an RzKeyStatus'
  56.       Align = alLeft
  57.       Enabled = False
  58.     end
  59.     object RzKeyStatus2: TRzKeyStatus
  60.       Left = 230
  61.       Top = 0
  62.       Width = 40
  63.       Height = 23
  64.       Hint = 'This is an RzKeyStatus'
  65.       Align = alLeft
  66.       Enabled = False
  67.       Key = tkNumLock
  68.     end
  69.     object RzKeyStatus3: TRzKeyStatus
  70.       Left = 270
  71.       Top = 0
  72.       Width = 40
  73.       Height = 23
  74.       Hint = 'This is an RzKeyStatus'
  75.       Align = alLeft
  76.       Enabled = False
  77.       Key = tkScrollLock
  78.     end
  79.     object RzResourceStatus1: TRzResourceStatus
  80.       Left = 310
  81.       Top = 0
  82.       Width = 132
  83.       Height = 23
  84.       Hint = 'System: 66%'
  85.       Align = alLeft
  86.       ParentShowHint = False
  87.       ShowHint = True
  88.       BackColor = clBtnFace
  89.       ShowPercent = True
  90.     end
  91.     object RzGlyphStatus1: TRzGlyphStatus
  92.       Left = 442
  93.       Top = 0
  94.       Width = 118
  95.       Height = 23
  96.       Hint = 'This is an RzGlyphStatus'
  97.       Align = alClient
  98.       Caption = 'Alarm Set'
  99.       Glyph.Data = {
  100.         36010000424D3601000000000000760000002800000012000000100000000100
  101.         040000000000C000000000000000000000000000000000000000000000000000
  102.         80000080000000808000800000008000800080800000C0C0C000808080000000
  103.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666680
  104.         8666660000006666666666000666660000006666688888888666660000006668
  105.         87777777788666000000668777FFF7777780660000006687FF77777778806600
  106.         0000666877777777880666000000666687777777806666000000666687777777
  107.         806666000000666687777777806666000000666687FF77778066660000006666
  108.         6877777806666600000066666688888066666600000066666668770666666600
  109.         000066666668F706666666000000666666668866666666000000}
  110.       GlyphOffset = 4
  111.     end
  112.   end
  113.   object PnlWorkspace: TRzPanel
  114.     Left = 0
  115.     Top = 32
  116.     Width = 560
  117.     Height = 208
  118.     Align = alClient
  119.     BorderOuter = fsLowered
  120.     FrameSides = []
  121.     TabOrder = 2
  122.     object RzLabel7: TRzLabel
  123.       Left = 8
  124.       Top = 12
  125.       Width = 549
  126.       Height = 33
  127.       TextStyle = tsNormal
  128.       AutoSize = False
  129.       Caption = 
  130.         'The RzToolbar and RzStatusBar components both automatically adju' +
  131.         'st their style according to the operation system.'
  132.       Font.Color = clNavy
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       WordWrap = True
  138.     end
  139.     object RzLabel8: TRzLabel
  140.       Left = 8
  141.       Top = 32
  142.       Width = 405
  143.       Height = 45
  144.       TextStyle = tsNormal
  145.       AutoSize = False
  146.       Caption = 
  147.         'When running under the new Windows 95 style interface, the ShowD' +
  148.         'ivider property of RzToolbar can be used to insert a groove divi' +
  149.         'der between a menu or other toolbars.'
  150.       Font.Color = clNavy
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       WordWrap = True
  156.     end
  157.     object RzLabel9: TRzLabel
  158.       Left = 8
  159.       Top = 72
  160.       Width = 417
  161.       Height = 49
  162.       TextStyle = tsNormal
  163.       AutoSize = False
  164.       Caption = 
  165.         'Both components have custom component editors which make it easy' +
  166.         ' to populate each control with other components.  Try it now for' +
  167.         ' the toolbar by pressing the Edit Toolbar button.  New buttons a' +
  168.         're added to the toolbar by simply pressing them in the editor.'
  169.       Font.Color = clNavy
  170.       Font.Height = -11
  171.       Font.Name = 'MS Sans Serif'
  172.       Font.Style = []
  173.       ParentFont = False
  174.       WordWrap = True
  175.     end
  176.     object BtnToolbarEdit: TButton
  177.       Left = 468
  178.       Top = 76
  179.       Width = 75
  180.       Height = 25
  181.       Caption = 'Edit Toolbar'
  182.       TabOrder = 0
  183.       OnClick = BtnToolbarEditClick
  184.     end
  185.     object ChkShowDivider: TCheckBox
  186.       Left = 468
  187.       Top = 40
  188.       Width = 85
  189.       Height = 17
  190.       Caption = 'Show Divider'
  191.       State = cbChecked
  192.       TabOrder = 1
  193.       OnClick = ChkShowDividerClick
  194.     end
  195.     object RzPanel1: TRzPanel
  196.       Left = 2
  197.       Top = 140
  198.       Width = 556
  199.       Height = 66
  200.       Align = alBottom
  201.       BorderOuter = fsNone
  202.       FrameSides = []
  203.       TabOrder = 2
  204.       object RzLabel1: TRzLabel
  205.         Left = 8
  206.         Top = 51
  207.         Width = 64
  208.         Height = 13
  209.         TextStyle = tsNormal
  210.         Caption = 'Simple Status'
  211.       end
  212.       object RzLabel2: TRzLabel
  213.         Left = 92
  214.         Top = 51
  215.         Width = 91
  216.         Height = 13
  217.         TextStyle = tsNormal
  218.         Caption = 'Date && Time Status'
  219.       end
  220.       object RzLabel3: TRzLabel
  221.         Left = 208
  222.         Top = 51
  223.         Width = 78
  224.         Height = 13
  225.         TextStyle = tsNormal
  226.         Caption = 'Keyboard Status'
  227.       end
  228.       object RzLabel4: TRzLabel
  229.         Left = 316
  230.         Top = 51
  231.         Width = 116
  232.         Height = 13
  233.         TextStyle = tsNormal
  234.         Caption = 'System Resource Status'
  235.       end
  236.       object RzLabel5: TRzLabel
  237.         Left = 468
  238.         Top = 51
  239.         Width = 60
  240.         Height = 13
  241.         TextStyle = tsNormal
  242.         Caption = 'Glyph Status'
  243.       end
  244.       object RzBorder1: TRzBorder
  245.         Left = 0
  246.         Top = 36
  247.         Width = 556
  248.         Height = 30
  249.         BorderSides = [sdTop]
  250.         Align = alBottom
  251.       end
  252.       object RzLabel6: TRzLabel
  253.         Left = 200
  254.         Top = 30
  255.         Width = 145
  256.         Height = 13
  257.         TextStyle = tsRaised
  258.         Caption = 'Specialized Status Panes'
  259.         Font.Color = clWindowText
  260.         Font.Height = -11
  261.         Font.Name = 'MS Sans Serif'
  262.         Font.Style = [fsBold]
  263.         ParentFont = False
  264.       end
  265.       object BtnDone: TButton
  266.         Left = 465
  267.         Top = 4
  268.         Width = 75
  269.         Height = 25
  270.         Caption = 'Done'
  271.         ModalResult = 1
  272.         TabOrder = 0
  273.       end
  274.     end
  275.   end
  276.   object MainMenu1: TMainMenu
  277.     Left = 465
  278.     Top = 4
  279.     object File1: TMenuItem
  280.       Caption = '&File'
  281.       object Close1: TMenuItem
  282.         Caption = '&Close'
  283.         OnClick = Close1Click
  284.       end
  285.     end
  286.   end
  287. end
  288.