home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 September / PCW0901.iso / CDBurning / HyCD / hycdplyr.exe / _SETUP.1 / HyCDPlayer.exe / 0 / RCDATA / TMMDESIGNERFORM / TMMDESIGNERFORM.txt
Text File  |  2000-07-19  |  3KB  |  133 lines

  1. object MMDesignerForm: TMMDesignerForm
  2.   Left = 173
  3.   Top = 129
  4.   BorderStyle = bsNone
  5.   Caption = 'Designer'
  6.   ClientHeight = 236
  7.   ClientWidth = 131
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnHide = FormHide
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MMPanel1: TMMPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 131
  21.     Height = 236
  22.     Align = alClient
  23.     Bevel.BevelInner = bvLowered
  24.     Bevel.BevelOuter = bvRaised
  25.     Bevel.BevelInnerWidth = 1
  26.     Bevel.BevelOuterWidth = 1
  27.     Bevel.BorderStyle = bsSingle
  28.     Bevel.BorderWidth = 1
  29.     Bevel.BorderSpace = 0
  30.     Bevel.BorderColor = clBtnFace
  31.     Bevel.BorderSpaceColor = clBlack
  32.     Bevel.InnerLightColor = clBtnHighlight
  33.     Bevel.InnerShadowColor = clBtnShadow
  34.     Bevel.OuterLightColor = clBtnHighlight
  35.     Bevel.OuterShadowColor = clBtnShadow
  36.     TabOrder = 0
  37.     object Label1: TLabel
  38.       Left = 10
  39.       Top = 72
  40.       Width = 65
  41.       Height = 13
  42.       Caption = 'Visible groups'
  43.     end
  44.     object Bevel1: TBevel
  45.       Left = 8
  46.       Top = 195
  47.       Width = 113
  48.       Height = 2
  49.       Shape = bsTopLine
  50.     end
  51.     object Bevel2: TBevel
  52.       Left = 8
  53.       Top = 67
  54.       Width = 113
  55.       Height = 2
  56.       Shape = bsTopLine
  57.     end
  58.     object btnClose: TButton
  59.       Left = 68
  60.       Top = 204
  61.       Width = 54
  62.       Height = 23
  63.       Caption = '&Close'
  64.       Default = True
  65.       ModalResult = 1
  66.       TabOrder = 7
  67.     end
  68.     object ckbActive: TCheckBox
  69.       Left = 11
  70.       Top = 8
  71.       Width = 113
  72.       Height = 17
  73.       Caption = 'Designer &Active'
  74.       TabOrder = 0
  75.       OnClick = CheckBoxClick
  76.     end
  77.     object ckbAuto: TCheckBox
  78.       Left = 11
  79.       Top = 26
  80.       Width = 113
  81.       Height = 17
  82.       Caption = 'Auto &Update'
  83.       TabOrder = 1
  84.       OnClick = CheckBoxClick
  85.     end
  86.     object ckbSound: TCheckBox
  87.       Left = 11
  88.       Top = 44
  89.       Width = 113
  90.       Height = 17
  91.       Caption = '&Sounds Enabled'
  92.       TabOrder = 2
  93.       OnClick = CheckBoxClick
  94.     end
  95.     object btnHeight: TButton
  96.       Left = 9
  97.       Top = 204
  98.       Width = 54
  99.       Height = 23
  100.       Caption = '&Height...'
  101.       TabOrder = 6
  102.       OnClick = btnHeightClick
  103.     end
  104.     object GroupBox: TListBox
  105.       Left = 9
  106.       Top = 89
  107.       Width = 111
  108.       Height = 72
  109.       ItemHeight = 13
  110.       MultiSelect = True
  111.       TabOrder = 3
  112.     end
  113.     object btnAll: TButton
  114.       Left = 9
  115.       Top = 168
  116.       Width = 54
  117.       Height = 23
  118.       Caption = '&All'
  119.       TabOrder = 4
  120.       OnClick = btnAllClick
  121.     end
  122.     object btnNone: TButton
  123.       Left = 68
  124.       Top = 168
  125.       Width = 54
  126.       Height = 23
  127.       Caption = '&None'
  128.       TabOrder = 5
  129.       OnClick = btnNoneClick
  130.     end
  131.   end
  132. end
  133.