home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / SPRESSA / data1.cab / Windows_System_Self-reg_Shared_Files / MMTypesX.OCX / 0 / RCDATA / TBEVELPROPERTYPAGE / TBEVELPROPERTYPAGE.txt
Text File  |  2000-03-27  |  7KB  |  305 lines

  1. object BevelPropertyPage: TBevelPropertyPage
  2.   Left = 234
  3.   Top = 106
  4.   Width = 351
  5.   Height = 252
  6.   Caption = 'Bevel'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 54
  20.     Height = 13
  21.     Caption = 'Bevel Inner'
  22.     FocusControl = BI
  23.   end
  24.   object Label2: TLabel
  25.     Left = 112
  26.     Top = 16
  27.     Width = 28
  28.     Height = 13
  29.     Caption = 'Width'
  30.     FocusControl = BIW
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 64
  35.     Width = 56
  36.     Height = 13
  37.     Caption = 'Bevel Outer'
  38.     FocusControl = BO
  39.   end
  40.   object Label4: TLabel
  41.     Left = 112
  42.     Top = 64
  43.     Width = 28
  44.     Height = 13
  45.     Caption = 'Width'
  46.     FocusControl = BOW
  47.   end
  48.   object Label5: TLabel
  49.     Left = 232
  50.     Top = 16
  51.     Width = 23
  52.     Height = 13
  53.     Caption = 'Light'
  54.     FocusControl = BICL
  55.   end
  56.   object Label6: TLabel
  57.     Left = 280
  58.     Top = 16
  59.     Width = 39
  60.     Height = 13
  61.     Caption = 'Shadow'
  62.     FocusControl = BICS
  63.   end
  64.   object Label7: TLabel
  65.     Left = 232
  66.     Top = 64
  67.     Width = 23
  68.     Height = 13
  69.     Caption = 'Light'
  70.     FocusControl = BOCL
  71.   end
  72.   object Label8: TLabel
  73.     Left = 280
  74.     Top = 64
  75.     Width = 39
  76.     Height = 13
  77.     Caption = 'Shadow'
  78.     FocusControl = BOCS
  79.   end
  80.   object Label9: TLabel
  81.     Left = 16
  82.     Top = 112
  83.     Width = 31
  84.     Height = 13
  85.     Caption = 'Border'
  86.     FocusControl = BD
  87.   end
  88.   object Label10: TLabel
  89.     Left = 112
  90.     Top = 112
  91.     Width = 28
  92.     Height = 13
  93.     Caption = 'Width'
  94.     FocusControl = BDW
  95.   end
  96.   object Label11: TLabel
  97.     Left = 176
  98.     Top = 112
  99.     Width = 31
  100.     Height = 13
  101.     Caption = 'Space'
  102.     FocusControl = BDS
  103.   end
  104.   object Label12: TLabel
  105.     Left = 232
  106.     Top = 112
  107.     Width = 24
  108.     Height = 13
  109.     Caption = 'Color'
  110.     FocusControl = BDC
  111.   end
  112.   object Label13: TLabel
  113.     Left = 280
  114.     Top = 112
  115.     Width = 58
  116.     Height = 13
  117.     Caption = 'Space Color'
  118.     FocusControl = BDSC
  119.   end
  120.   object BI: TComboBox
  121.     Left = 8
  122.     Top = 32
  123.     Width = 89
  124.     Height = 21
  125.     Style = csDropDownList
  126.     ItemHeight = 13
  127.     Items.Strings = (
  128.       'bvNone'
  129.       'bvLowered'
  130.       'bvRaised')
  131.     TabOrder = 0
  132.     OnChange = BIChange
  133.   end
  134.   object MMPanel1: TMMPanel
  135.     Left = 8
  136.     Top = 160
  137.     Width = 329
  138.     Height = 57
  139.     Bevel.BevelInner = bvNone
  140.     Bevel.BevelOuter = bvLowered
  141.     Bevel.BevelInnerWidth = 1
  142.     Bevel.BevelOuterWidth = 1
  143.     Bevel.BorderStyle = bsNone
  144.     Bevel.BorderWidth = 0
  145.     Bevel.BorderSpace = 0
  146.     Bevel.BorderColor = clBtnFace
  147.     Bevel.BorderSpaceColor = clBlack
  148.     Bevel.InnerLightColor = clBtnHighlight
  149.     Bevel.InnerShadowColor = clBtnShadow
  150.     Bevel.OuterLightColor = clBtnHighlight
  151.     Bevel.OuterShadowColor = clBtnShadow
  152.     Caption = 'Example'
  153.     TabOrder = 1
  154.   end
  155.   object BIW: TSpinEdit
  156.     Left = 104
  157.     Top = 32
  158.     Width = 57
  159.     Height = 22
  160.     MaxValue = 32
  161.     MinValue = 1
  162.     TabOrder = 2
  163.     Value = 1
  164.     OnChange = BIWChange
  165.   end
  166.   object BO: TComboBox
  167.     Left = 8
  168.     Top = 80
  169.     Width = 89
  170.     Height = 21
  171.     Style = csDropDownList
  172.     ItemHeight = 13
  173.     Items.Strings = (
  174.       'bvNone'
  175.       'bvLowered'
  176.       'bvRaised')
  177.     TabOrder = 3
  178.     OnChange = BOChange
  179.   end
  180.   object BOW: TSpinEdit
  181.     Left = 104
  182.     Top = 80
  183.     Width = 57
  184.     Height = 22
  185.     MaxValue = 32
  186.     MinValue = 1
  187.     TabOrder = 4
  188.     Value = 1
  189.     OnChange = BOWChange
  190.   end
  191.   object BICL: TMMColorButton
  192.     Left = 229
  193.     Top = 32
  194.     Height = 22
  195.     TabOrder = 5
  196.     Glyph.Data = {
  197.       72000000424D7200000000000000360000002800000005000000050000000100
  198.       1000000000003C00000000000000000000000000000000000000F75EF75EF75E
  199.       F75EF75E0001F75EF75E0000F75EF75EA800F75E000000000000F75EC4010000
  200.       00000000000000000200F75EF75EF75EF75EF75E0200}
  201.     ButtonCaption = '&Other...'
  202.     OnChange = BICLChange
  203.   end
  204.   object BICS: TMMColorButton
  205.     Left = 280
  206.     Top = 32
  207.     Height = 22
  208.     TabOrder = 6
  209.     Glyph.Data = {
  210.       72000000424D7200000000000000360000002800000005000000050000000100
  211.       1000000000003C00000000000000000000000000000000000000F75EF75EF75E
  212.       F75EF75E00F0F75EF75E0000F75EF75E0001F75E000000000000F75E26020000
  213.       0000000000000000A600F75EF75EF75EF75EF75E5102}
  214.     ButtonCaption = '&Other...'
  215.     OnChange = BICSChange
  216.   end
  217.   object BOCL: TMMColorButton
  218.     Left = 229
  219.     Top = 80
  220.     Height = 22
  221.     TabOrder = 7
  222.     Glyph.Data = {
  223.       72000000424D7200000000000000360000002800000005000000050000000100
  224.       1000000000003C00000000000000000000000000000000000000F75EF75EF75E
  225.       F75EF75E0001F75EF75E0000F75EF75E0A00F75E000000000000F75EB1010000
  226.       0000000000000000E101F75EF75EF75EF75EF75E00A0}
  227.     ButtonCaption = '&Other...'
  228.     OnChange = BOCLChange
  229.   end
  230.   object BOCS: TMMColorButton
  231.     Left = 280
  232.     Top = 80
  233.     Height = 22
  234.     TabOrder = 8
  235.     Glyph.Data = {
  236.       72000000424D7200000000000000360000002800000005000000050000000100
  237.       1000000000003C00000000000000000000000000000000000000F75EF75EF75E
  238.       F75EF75E0001F75EF75E0000F75EF75E2602F75E000000000000F75ED6000000
  239.       00000000000000005102F75EF75EF75EF75EF75E2902}
  240.     ButtonCaption = '&Other...'
  241.     OnChange = BOCSChange
  242.   end
  243.   object BD: TComboBox
  244.     Left = 8
  245.     Top = 128
  246.     Width = 89
  247.     Height = 21
  248.     Style = csDropDownList
  249.     ItemHeight = 13
  250.     Items.Strings = (
  251.       'bsNone'
  252.       'bsSingle')
  253.     TabOrder = 9
  254.     OnChange = BDChange
  255.   end
  256.   object BDW: TSpinEdit
  257.     Left = 104
  258.     Top = 128
  259.     Width = 57
  260.     Height = 22
  261.     MaxValue = 32
  262.     MinValue = 0
  263.     TabOrder = 10
  264.     Value = 0
  265.     OnChange = BDWChange
  266.   end
  267.   object BDS: TSpinEdit
  268.     Left = 168
  269.     Top = 128
  270.     Width = 57
  271.     Height = 22
  272.     MaxValue = 32
  273.     MinValue = 0
  274.     TabOrder = 11
  275.     Value = 0
  276.     OnChange = BDSChange
  277.   end
  278.   object BDC: TMMColorButton
  279.     Left = 229
  280.     Top = 128
  281.     Height = 22
  282.     TabOrder = 12
  283.     Glyph.Data = {
  284.       72000000424D7200000000000000360000002800000005000000050000000100
  285.       1000000000003C00000000000000000000000000000000000000F75EF75EF75E
  286.       F75EF75E0001F75EF75E0000F75EF75E0A00F75E000000000000F75EB1010000
  287.       0000000000000000E101F75EF75EF75EF75EF75E00A0}
  288.     ButtonCaption = '&Other...'
  289.     OnChange = BDCChange
  290.   end
  291.   object BDSC: TMMColorButton
  292.     Left = 280
  293.     Top = 128
  294.     Height = 22
  295.     TabOrder = 13
  296.     Glyph.Data = {
  297.       72000000424D7200000000000000360000002800000005000000050000000100
  298.       1000000000003C00000000000000000000000000000000000000F75EF75EF75E
  299.       F75EF75E0001F75EF75E0000F75EF75E2602F75E000000000000F75ED6000000
  300.       00000000000000005102F75EF75EF75EF75EF75E2902}
  301.     ButtonCaption = '&Other...'
  302.     OnChange = BDSCChange
  303.   end
  304. end
  305.