home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / KTMBEVEL / UNIT1.DFM / UNIT1.txt < prev   
Text File  |  1997-11-18  |  8KB  |  450 lines

  1. object Form1: TForm1
  2.   Left = 296
  3.   Top = 250
  4.   BorderStyle = bsSingle
  5.   Caption = 'ktMultiBevel Demo'
  6.   ClientHeight = 362
  7.   ClientWidth = 533
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnPaint = FormPaint
  18.   TextHeight = 13
  19.   object ktMultiBevel2: TktMultiBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 533
  23.     Height = 362
  24.     Align = alClient
  25.     BevelInner = bstLowered
  26.     BevelOuter = bstRaised
  27.     BorderWidth = 3
  28.     Color = 33023
  29.     ColorHighlight = 11261439
  30.     ColorShadow = 21672
  31.     ColorDensity = 100
  32.     EdgeSize = 10
  33.     ShadowDensity = 60
  34.     ShadowStyle = ssMask
  35.     Shape = bspPortrait
  36.   end
  37.   object Exit: TLabel
  38.     Left = 325
  39.     Top = 318
  40.     Width = 17
  41.     Height = 13
  42.     Caption = 'Exit'
  43.     Transparent = True
  44.   end
  45.   object ktMultiBevel1: TktMultiBevel
  46.     Left = 15
  47.     Top = 10
  48.     Width = 251
  49.     Height = 341
  50.     BevelInner = bstLowered
  51.     BevelOuter = bstRaised
  52.     BevelWidth = 3
  53.     BorderWidth = 8
  54.     Color = 16744576
  55.     ColorHighlight = 16766421
  56.     ColorShadow = 11031636
  57.     ColorDensity = 100
  58.     EdgeSize = 40
  59.     ShadowDensity = 60
  60.     Shadowed = True
  61.     ShadowOffsetX = 8
  62.     ShadowOffsetY = 8
  63.   end
  64.   object Label1: TLabel
  65.     Left = 285
  66.     Top = 250
  67.     Width = 55
  68.     Height = 13
  69.     Caption = 'BevelWidth'
  70.     Transparent = True
  71.   end
  72.   object Label2: TLabel
  73.     Left = 285
  74.     Top = 280
  75.     Width = 59
  76.     Height = 13
  77.     Caption = 'BorderWidth'
  78.     Transparent = True
  79.   end
  80.   object Label3: TLabel
  81.     Left = 410
  82.     Top = 230
  83.     Width = 24
  84.     Height = 13
  85.     Caption = 'Color'
  86.     Transparent = True
  87.   end
  88.   object Label5: TLabel
  89.     Left = 410
  90.     Top = 260
  91.     Width = 65
  92.     Height = 13
  93.     Caption = 'ColorHighlight'
  94.     Transparent = True
  95.   end
  96.   object Label6: TLabel
  97.     Left = 410
  98.     Top = 290
  99.     Width = 63
  100.     Height = 13
  101.     Caption = 'ColorShadow'
  102.     Transparent = True
  103.   end
  104.   object Label7: TLabel
  105.     Left = 55
  106.     Top = 125
  107.     Width = 51
  108.     Height = 13
  109.     Caption = 'Shadowed'
  110.     Transparent = True
  111.   end
  112.   object Label8: TLabel
  113.     Left = 55
  114.     Top = 150
  115.     Width = 74
  116.     Height = 13
  117.     Caption = 'ShadowOffsetX'
  118.     Transparent = True
  119.   end
  120.   object Label9: TLabel
  121.     Left = 55
  122.     Top = 180
  123.     Width = 74
  124.     Height = 13
  125.     Caption = 'ShadowOffsetY'
  126.     Transparent = True
  127.   end
  128.   object Label10: TLabel
  129.     Left = 55
  130.     Top = 70
  131.     Width = 63
  132.     Height = 13
  133.     Caption = 'ShadowColor'
  134.     Transparent = True
  135.   end
  136.   object Label11: TLabel
  137.     Left = 55
  138.     Top = 219
  139.     Width = 62
  140.     Height = 13
  141.     Caption = 'ShadowStyle'
  142.     Transparent = True
  143.   end
  144.   object Label4: TLabel
  145.     Left = 55
  146.     Top = 40
  147.     Width = 45
  148.     Height = 13
  149.     Caption = 'EdgeSize'
  150.     Transparent = True
  151.   end
  152.   object ktBevelButton1: TktBevelButton
  153.     Left = 291
  154.     Top = 307
  155.     Width = 85
  156.     Height = 35
  157.     Hint = 'This is a ktBevelButton'
  158.     BevelInner = bstLowered
  159.     BevelOuter = bstNone
  160.     BevelWidth = 2
  161.     BorderWidth = 4
  162.     Color = 33023
  163.     ColorHighlight = 11261439
  164.     ColorShadow = 21672
  165.     ColorDensity = 100
  166.     EdgeSize = 10
  167.     ShadowDensity = 60
  168.     Shadowed = True
  169.     ShadowOffsetX = 4
  170.     ShadowOffsetY = 4
  171.     OnClick = ktBevelButton1Click
  172.     OnEnter = ktBevelButton1Enter
  173.     OnExit = ktBevelButton1Exit
  174.     OnMouseDown = ktBevelButton1MouseDown
  175.   end
  176.   object Label12: TLabel
  177.     Left = 55
  178.     Top = 100
  179.     Width = 74
  180.     Height = 13
  181.     Caption = 'ShadowDensity'
  182.     Transparent = True
  183.   end
  184.   object Label13: TLabel
  185.     Left = 410
  186.     Top = 320
  187.     Width = 59
  188.     Height = 13
  189.     Caption = 'ColorDensity'
  190.     Transparent = True
  191.   end
  192.   object SpinEdit1: TSpinEdit
  193.     Left = 350
  194.     Top = 245
  195.     Width = 41
  196.     Height = 22
  197.     EditorEnabled = False
  198.     MaxValue = 1000
  199.     MinValue = 1
  200.     TabOrder = 1
  201.     Value = 3
  202.     OnChange = SpinEdit1Change
  203.   end
  204.   object SpinEdit2: TSpinEdit
  205.     Left = 350
  206.     Top = 275
  207.     Width = 41
  208.     Height = 22
  209.     EditorEnabled = False
  210.     MaxValue = 0
  211.     MinValue = 0
  212.     TabOrder = 2
  213.     Value = 8
  214.     OnChange = SpinEdit2Change
  215.   end
  216.   object Panel1: TPanel
  217.     Left = 480
  218.     Top = 225
  219.     Width = 41
  220.     Height = 22
  221.     BorderStyle = bsSingle
  222.     Color = 16744576
  223.     TabOrder = 5
  224.     OnClick = Panel1Click
  225.   end
  226.   object Panel2: TPanel
  227.     Left = 480
  228.     Top = 255
  229.     Width = 41
  230.     Height = 22
  231.     BorderStyle = bsSingle
  232.     Color = 16766421
  233.     TabOrder = 6
  234.     OnClick = Panel2Click
  235.   end
  236.   object Panel3: TPanel
  237.     Left = 480
  238.     Top = 285
  239.     Width = 41
  240.     Height = 22
  241.     BorderStyle = bsSingle
  242.     Color = 11031636
  243.     TabOrder = 7
  244.     OnClick = Panel3Click
  245.   end
  246.   object RadioGroup1: TRadioGroup
  247.     Left = 400
  248.     Top = 7
  249.     Width = 121
  250.     Height = 136
  251.     Caption = 'Shape'
  252.     ItemIndex = 3
  253.     Items.Strings = (
  254.       'BottomLine'
  255.       'LeftLine'
  256.       'Portrait'
  257.       'Rect'
  258.       'RightLine'
  259.       'TopLine')
  260.     TabOrder = 0
  261.     OnClick = RadioGroup1Click
  262.   end
  263.   object RadioGroup2: TRadioGroup
  264.     Left = 275
  265.     Top = 92
  266.     Width = 116
  267.     Height = 77
  268.     Caption = 'BevelOuter'
  269.     ItemIndex = 2
  270.     Items.Strings = (
  271.       'Lowered'
  272.       'None'
  273.       'Raised')
  274.     TabOrder = 3
  275.     OnClick = RadioGroup2Click
  276.   end
  277.   object RadioGroup3: TRadioGroup
  278.     Left = 275
  279.     Top = 7
  280.     Width = 116
  281.     Height = 77
  282.     Caption = 'BevelInner'
  283.     ItemIndex = 0
  284.     Items.Strings = (
  285.       'Lowered'
  286.       'None'
  287.       'Raised')
  288.     TabOrder = 4
  289.     OnClick = RadioGroup3Click
  290.   end
  291.   object RadioGroup4: TRadioGroup
  292.     Left = 400
  293.     Top = 150
  294.     Width = 121
  295.     Height = 61
  296.     Caption = 'ColorFixed'
  297.     ItemIndex = 0
  298.     Items.Strings = (
  299.       'True'
  300.       'False')
  301.     TabOrder = 8
  302.     OnClick = RadioGroup4Click
  303.   end
  304.   object CheckBox1: TCheckBox
  305.     Left = 149
  306.     Top = 125
  307.     Width = 13
  308.     Height = 13
  309.     Alignment = taLeftJustify
  310.     Caption = 'CheckBox1'
  311.     State = cbChecked
  312.     TabOrder = 9
  313.     OnClick = CheckBox1Click
  314.   end
  315.   object SpinEdit3: TSpinEdit
  316.     Left = 135
  317.     Top = 145
  318.     Width = 41
  319.     Height = 22
  320.     EditorEnabled = False
  321.     MaxValue = 0
  322.     MinValue = 0
  323.     TabOrder = 10
  324.     Value = 8
  325.     OnChange = SpinEdit3Change
  326.   end
  327.   object SpinEdit4: TSpinEdit
  328.     Left = 135
  329.     Top = 175
  330.     Width = 41
  331.     Height = 22
  332.     EditorEnabled = False
  333.     MaxValue = 0
  334.     MinValue = 0
  335.     TabOrder = 11
  336.     Value = 8
  337.     OnChange = SpinEdit4Change
  338.   end
  339.   object Panel4: TPanel
  340.     Left = 135
  341.     Top = 65
  342.     Width = 41
  343.     Height = 22
  344.     BorderStyle = bsSingle
  345.     Color = clGray
  346.     TabOrder = 12
  347.     OnClick = Panel4Click
  348.   end
  349.   object ComboBox1: TComboBox
  350.     Left = 135
  351.     Top = 215
  352.     Width = 91
  353.     Height = 21
  354.     Style = csDropDownList
  355.     DropDownCount = 6
  356.     ItemHeight = 13
  357.     Items.Strings = (
  358.       'ssBlack'
  359.       'ssCopy'
  360.       'ssDithered'
  361.       'ssMask'
  362.       'ssMaskNotPen'
  363.       'ssMerge'
  364.       'ssMergeNotPen'
  365.       'ssNot'
  366.       'ssNotAND'
  367.       'ssNotCopy'
  368.       'ssNotMask'
  369.       'ssNotMerge'
  370.       'ssNotOR'
  371.       'ssNotXor'
  372.       'ssTransparent'
  373.       'ssWhite'
  374.       'ssXor')
  375.     TabOrder = 13
  376.     OnChange = ComboBox1Change
  377.   end
  378.   object RadioGroup5: TRadioGroup
  379.     Left = 55
  380.     Top = 242
  381.     Width = 116
  382.     Height = 77
  383.     Caption = 'Transparence'
  384.     ItemIndex = 0
  385.     Items.Strings = (
  386.       'None'
  387.       'Semi'
  388.       'Transparent')
  389.     TabOrder = 14
  390.     OnClick = RadioGroup5Click
  391.   end
  392.   object SpinEdit5: TSpinEdit
  393.     Left = 135
  394.     Top = 35
  395.     Width = 41
  396.     Height = 22
  397.     EditorEnabled = False
  398.     Increment = 5
  399.     MaxValue = 0
  400.     MinValue = 0
  401.     TabOrder = 15
  402.     Value = 40
  403.     OnChange = SpinEdit5Change
  404.   end
  405.   object SpinEdit6: TSpinEdit
  406.     Left = 135
  407.     Top = 95
  408.     Width = 41
  409.     Height = 22
  410.     Increment = 5
  411.     MaxValue = 100
  412.     MinValue = 0
  413.     TabOrder = 16
  414.     Value = 60
  415.     OnChange = SpinEdit6Change
  416.   end
  417.   object SpinEdit7: TSpinEdit
  418.     Left = 480
  419.     Top = 315
  420.     Width = 41
  421.     Height = 22
  422.     Increment = 5
  423.     MaxValue = 100
  424.     MinValue = 0
  425.     TabOrder = 17
  426.     Value = 100
  427.     OnChange = SpinEdit7Change
  428.   end
  429.   object RadioGroup6: TRadioGroup
  430.     Left = 275
  431.     Top = 175
  432.     Width = 121
  433.     Height = 61
  434.     Caption = 'DensityDepended'
  435.     ItemIndex = 0
  436.     Items.Strings = (
  437.       'True'
  438.       'False')
  439.     TabOrder = 18
  440.     OnClick = RadioGroup6Click
  441.   end
  442.   object ColorDialog1: TColorDialog
  443.     Ctl3D = True
  444.     Color = 16760286
  445.     Options = [cdFullOpen]
  446.     Left = 445
  447.     Top = 225
  448.   end
  449. end
  450.