home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d56 / SCLED10.ZIP / SCLED10 / DEMO / SCLEDDemo_MainUnit.~dfm < prev    next >
Text File  |  2001-12-30  |  20KB  |  753 lines

  1. object DemoForm: TDemoForm
  2.   Left = 201
  3.   Top = 185
  4.   BorderStyle = bsSingle
  5.   Caption = 
  6.     'TSCLED 1.0 Demo by Safak Cinar, Dec 29 2001, http://members.shaw' +
  7.     '.ca/safak/'
  8.   ClientHeight = 475
  9.   ClientWidth = 686
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 686
  24.     Height = 475
  25.     ActivePage = TabSheet4
  26.     Align = alClient
  27.     TabOrder = 0
  28.     TabWidth = 90
  29.     OnChange = PageControl1Change
  30.     object TabSheet4: TTabSheet
  31.       Caption = 'About'
  32.       ImageIndex = 3
  33.       object Label10: TLabel
  34.         Left = 8
  35.         Top = 104
  36.         Width = 245
  37.         Height = 20
  38.         Caption = 'http://members.shaw.ca/safak/'
  39.         Font.Charset = DEFAULT_CHARSET
  40.         Font.Color = clBlue
  41.         Font.Height = -16
  42.         Font.Name = 'MS Sans Serif'
  43.         Font.Style = [fsBold, fsUnderline]
  44.         ParentFont = False
  45.         OnClick = Label10Click
  46.       end
  47.       object Label11: TLabel
  48.         Left = 8
  49.         Top = 136
  50.         Width = 180
  51.         Height = 20
  52.         Caption = 'mailto:safak@shaw.ca'
  53.         Font.Charset = DEFAULT_CHARSET
  54.         Font.Color = clBlue
  55.         Font.Height = -16
  56.         Font.Name = 'MS Sans Serif'
  57.         Font.Style = [fsBold, fsUnderline]
  58.         ParentFont = False
  59.         OnClick = Label10Click
  60.       end
  61.       object Label12: TLabel
  62.         Left = 8
  63.         Top = 72
  64.         Width = 207
  65.         Height = 20
  66.         Caption = 'Safak Cinar, Dec 29 2001'
  67.         Font.Charset = DEFAULT_CHARSET
  68.         Font.Color = clWindowText
  69.         Font.Height = -16
  70.         Font.Name = 'MS Sans Serif'
  71.         Font.Style = [fsBold]
  72.         ParentFont = False
  73.       end
  74.       object Label13: TLabel
  75.         Left = 336
  76.         Top = 72
  77.         Width = 335
  78.         Height = 16
  79.         Alignment = taRightJustify
  80.         Caption = '(based on the component TDynaLED 1.0 by Samson Fu)'
  81.         Font.Charset = DEFAULT_CHARSET
  82.         Font.Color = clWindowText
  83.         Font.Height = -13
  84.         Font.Name = 'MS Sans Serif'
  85.         Font.Style = []
  86.         ParentFont = False
  87.       end
  88.       object LED5: TSCLED
  89.         Left = 8
  90.         Top = 8
  91.         Width = 665
  92.         Height = 49
  93.         LEDCountX = 221
  94.         LEDCountY = 16
  95.         AlignmentH = schaCenter
  96.         AlignmentV = scvaCenter
  97.         Caption = 'TSCLED 1.0'
  98.         Color = clBlack
  99.         Font.Charset = DEFAULT_CHARSET
  100.         Font.Color = clWindowText
  101.         Font.Height = -11
  102.         Font.Name = 'MS Sans Serif'
  103.         Font.Style = [fsBold]
  104.         ParentFont = False
  105.         ParentColor = False
  106.       end
  107.       object RichEdit5: TRichEdit
  108.         Left = 0
  109.         Top = 176
  110.         Width = 678
  111.         Height = 271
  112.         Align = alBottom
  113.         Alignment = taCenter
  114.         BorderStyle = bsNone
  115.         Font.Charset = DEFAULT_CHARSET
  116.         Font.Color = clWindowText
  117.         Font.Height = -16
  118.         Font.Name = 'MS Sans Serif'
  119.         Font.Style = []
  120.         Lines.Strings = (
  121.           'You are free to use and modify this component in any project'
  122.           '(freeware or commercial) but cannot sell or distribute'
  123.           'the component itself (whether as source code or in'
  124.           'compiled form), individually or bundled in a package without'
  125.           'prior written consent from the author.'
  126.           ''
  127.           
  128.             'That out of the way, feel free to modify the code. If you publis' +
  129.             'h'
  130.           'your own component based on this one, make it freeware with'
  131.           'full source code and drop me a note. Alternatively, you can send'
  132.           
  133.             'me your ideas, suggestions and bug reports and I will try to inc' +
  134.             'lude'
  135.           
  136.             'the functionality in the next version, with proper credit of cou' +
  137.             'rse.')
  138.         ParentColor = True
  139.         ParentFont = False
  140.         ReadOnly = True
  141.         ScrollBars = ssVertical
  142.         TabOrder = 0
  143.       end
  144.     end
  145.     object TabSheet1: TTabSheet
  146.       Caption = 'Basics'
  147.       object LED1: TSCLED
  148.         Left = 8
  149.         Top = 8
  150.         Width = 249
  151.         Height = 137
  152.         Lines.Strings = (
  153.           'SCLED'
  154.           'TEST')
  155.         ForeColor = clRed
  156.         BackColor = clMaroon
  157.         LEDCountX = 83
  158.         LEDCountY = 45
  159.         AlignmentH = schaCenter
  160.         AlignmentV = scvaCenter
  161.         OnAfterDrawText = LED1AfterDrawText
  162.         AutoSize = False
  163.         Caption = 'LED1'
  164.         Color = clBlack
  165.         Font.Charset = DEFAULT_CHARSET
  166.         Font.Color = clWindowText
  167.         Font.Height = -11
  168.         Font.Name = 'MS Sans Serif'
  169.         Font.Style = [fsBold]
  170.         ParentFont = False
  171.         ParentColor = False
  172.       end
  173.       object Label1: TLabel
  174.         Left = 8
  175.         Top = 152
  176.         Width = 28
  177.         Height = 13
  178.         Caption = 'Lines:'
  179.       end
  180.       object ForePanel: TPanel
  181.         Left = 208
  182.         Top = 152
  183.         Width = 49
  184.         Height = 25
  185.         BevelInner = bvRaised
  186.         BevelOuter = bvLowered
  187.         Caption = 'Fore'
  188.         TabOrder = 0
  189.         OnClick = ForePanelClick
  190.       end
  191.       object BackPanel: TPanel
  192.         Left = 208
  193.         Top = 176
  194.         Width = 49
  195.         Height = 25
  196.         BevelInner = bvRaised
  197.         BevelOuter = bvLowered
  198.         Caption = 'Back'
  199.         TabOrder = 1
  200.         OnClick = BackPanelClick
  201.       end
  202.       object ColorPanel: TPanel
  203.         Left = 208
  204.         Top = 200
  205.         Width = 49
  206.         Height = 25
  207.         BevelInner = bvRaised
  208.         BevelOuter = bvLowered
  209.         Caption = 'Color'
  210.         TabOrder = 2
  211.         OnClick = ColorPanelClick
  212.       end
  213.       object LinesMemo: TMemo
  214.         Left = 40
  215.         Top = 152
  216.         Width = 161
  217.         Height = 57
  218.         TabOrder = 3
  219.         WordWrap = False
  220.         OnChange = LinesMemoChange
  221.       end
  222.       object FontButton: TButton
  223.         Left = 208
  224.         Top = 246
  225.         Width = 49
  226.         Height = 25
  227.         Caption = 'Font'
  228.         TabOrder = 4
  229.         OnClick = FontButtonClick
  230.       end
  231.       object GroupBox1: TGroupBox
  232.         Left = 5
  233.         Top = 240
  234.         Width = 97
  235.         Height = 57
  236.         Caption = 'LED Style'
  237.         TabOrder = 5
  238.         object Style1Radio: TRadioButton
  239.           Left = 8
  240.           Top = 16
  241.           Width = 81
  242.           Height = 17
  243.           Caption = 'sclsSquare'
  244.           TabOrder = 0
  245.           OnClick = StyleRadioClick
  246.         end
  247.         object Style2Radio: TRadioButton
  248.           Left = 8
  249.           Top = 32
  250.           Width = 81
  251.           Height = 17
  252.           Caption = 'sclsRound'
  253.           TabOrder = 1
  254.           OnClick = StyleRadioClick
  255.         end
  256.       end
  257.       object GroupBox2: TGroupBox
  258.         Left = 104
  259.         Top = 240
  260.         Width = 97
  261.         Height = 57
  262.         Caption = 'Clip Mode'
  263.         TabOrder = 6
  264.         object Clip1Radio: TRadioButton
  265.           Left = 8
  266.           Top = 16
  267.           Width = 81
  268.           Height = 17
  269.           Caption = 'sccmText'
  270.           TabOrder = 0
  271.           OnClick = ClipModeRadioClick
  272.         end
  273.         object Clip2Radio: TRadioButton
  274.           Left = 8
  275.           Top = 32
  276.           Width = 81
  277.           Height = 17
  278.           Caption = 'sccmDisplay'
  279.           TabOrder = 1
  280.           OnClick = ClipModeRadioClick
  281.         end
  282.       end
  283.       object AfterDrawCheck: TCheckBox
  284.         Left = 40
  285.         Top = 216
  286.         Width = 129
  287.         Height = 17
  288.         Caption = 'Enable OnAfterDraw'
  289.         TabOrder = 7
  290.         OnClick = AfterDrawCheckClick
  291.       end
  292.       object RichEdit1: TRichEdit
  293.         Left = 264
  294.         Top = 0
  295.         Width = 414
  296.         Height = 447
  297.         Align = alRight
  298.         ParentColor = True
  299.         PlainText = True
  300.         ReadOnly = True
  301.         ScrollBars = ssVertical
  302.         TabOrder = 8
  303.       end
  304.       object GroupBox3: TGroupBox
  305.         Left = 5
  306.         Top = 298
  307.         Width = 97
  308.         Height = 65
  309.         Caption = 'LED'
  310.         TabOrder = 9
  311.         object Label4: TLabel
  312.           Left = 9
  313.           Top = 18
  314.           Width = 23
  315.           Height = 13
  316.           Caption = 'Size:'
  317.         end
  318.         object Label5: TLabel
  319.           Left = 11
  320.           Top = 42
  321.           Width = 21
  322.           Height = 13
  323.           Caption = 'Dist:'
  324.         end
  325.         object SizeCombo: TComboBox
  326.           Left = 40
  327.           Top = 14
  328.           Width = 49
  329.           Height = 21
  330.           Style = csDropDownList
  331.           ItemHeight = 13
  332.           TabOrder = 0
  333.           OnChange = SizeComboChange
  334.           Items.Strings = (
  335.             '1'
  336.             '2'
  337.             '3'
  338.             '4'
  339.             '5'
  340.             '6'
  341.             '7'
  342.             '8')
  343.         end
  344.         object DistCombo: TComboBox
  345.           Left = 40
  346.           Top = 38
  347.           Width = 49
  348.           Height = 21
  349.           Style = csDropDownList
  350.           ItemHeight = 13
  351.           TabOrder = 1
  352.           OnChange = DistComboChange
  353.           Items.Strings = (
  354.             '0'
  355.             '1'
  356.             '2'
  357.             '3'
  358.             '4')
  359.         end
  360.       end
  361.       object GroupBox4: TGroupBox
  362.         Left = 104
  363.         Top = 298
  364.         Width = 153
  365.         Height = 65
  366.         Caption = 'Alignment'
  367.         TabOrder = 10
  368.         object Label2: TLabel
  369.           Left = 13
  370.           Top = 18
  371.           Width = 11
  372.           Height = 13
  373.           Caption = 'H:'
  374.         end
  375.         object Label3: TLabel
  376.           Left = 14
  377.           Top = 42
  378.           Width = 10
  379.           Height = 13
  380.           Caption = 'V:'
  381.         end
  382.         object HAlignCombo: TComboBox
  383.           Left = 32
  384.           Top = 14
  385.           Width = 113
  386.           Height = 21
  387.           Style = csDropDownList
  388.           ItemHeight = 13
  389.           TabOrder = 0
  390.           OnChange = HAlignComboChange
  391.           Items.Strings = (
  392.             'scvaLeft'
  393.             'scvaCenter'
  394.             'scvaRight')
  395.         end
  396.         object VAlignCombo: TComboBox
  397.           Left = 32
  398.           Top = 38
  399.           Width = 113
  400.           Height = 21
  401.           Style = csDropDownList
  402.           ItemHeight = 13
  403.           TabOrder = 1
  404.           OnChange = VAlignComboChange
  405.           Items.Strings = (
  406.             'scvaTop'
  407.             'scvaCenter'
  408.             'scvaBottom')
  409.         end
  410.       end
  411.       object GroupBox5: TGroupBox
  412.         Left = 8
  413.         Top = 366
  414.         Width = 249
  415.         Height = 73
  416.         Caption = 'Offset'
  417.         TabOrder = 11
  418.         object Label6: TLabel
  419.           Left = 8
  420.           Top = 21
  421.           Width = 10
  422.           Height = 13
  423.           Caption = 'X:'
  424.         end
  425.         object Label7: TLabel
  426.           Left = 8
  427.           Top = 48
  428.           Width = 10
  429.           Height = 13
  430.           Caption = 'Y:'
  431.         end
  432.         object OffsetXBox: TEdit
  433.           Left = 32
  434.           Top = 17
  435.           Width = 41
  436.           Height = 21
  437.           TabOrder = 0
  438.           Text = '0'
  439.           OnChange = OffsetXBoxChange
  440.         end
  441.         object OffsetXTrack: TTrackBar
  442.           Left = 72
  443.           Top = 16
  444.           Width = 169
  445.           Height = 25
  446.           Max = 20
  447.           Min = -20
  448.           Orientation = trHorizontal
  449.           Frequency = 1
  450.           Position = 0
  451.           SelEnd = 0
  452.           SelStart = 0
  453.           TabOrder = 1
  454.           TickMarks = tmBottomRight
  455.           TickStyle = tsNone
  456.           OnChange = OffsetXTrackChange
  457.         end
  458.         object OffsetYBox: TEdit
  459.           Left = 32
  460.           Top = 44
  461.           Width = 41
  462.           Height = 21
  463.           TabOrder = 2
  464.           Text = '0'
  465.           OnChange = OffsetYBoxChange
  466.         end
  467.         object OffsetYTrack: TTrackBar
  468.           Left = 72
  469.           Top = 43
  470.           Width = 169
  471.           Height = 25
  472.           Max = 20
  473.           Min = -20
  474.           Orientation = trHorizontal
  475.           Frequency = 1
  476.           Position = 0
  477.           SelEnd = 0
  478.           SelStart = 0
  479.           TabOrder = 3
  480.           TickMarks = tmBottomRight
  481.           TickStyle = tsNone
  482.           OnChange = OffsetYTrackChange
  483.         end
  484.       end
  485.     end
  486.     object TabSheet2: TTabSheet
  487.       Caption = 'Animation'
  488.       ImageIndex = 1
  489.       object LED2: TSCLED
  490.         Left = 5
  491.         Top = 1
  492.         Width = 241
  493.         Height = 145
  494.         Lines.Strings = (
  495.           'TESTING'
  496.           'SCLED'
  497.           'ANIMATION')
  498.         LEDCountX = 80
  499.         LEDCountY = 48
  500.         ClipMode = sccmDisplay
  501.         AlignmentH = schaCenter
  502.         AlignmentV = scvaCenter
  503.         OnAfterDrawText = LED2AfterDrawText
  504.         Caption = 'LED2'
  505.         Color = clBlack
  506.         Font.Charset = DEFAULT_CHARSET
  507.         Font.Color = clWindowText
  508.         Font.Height = -11
  509.         Font.Name = 'MS Sans Serif'
  510.         Font.Style = [fsBold]
  511.         ParentFont = False
  512.         ParentColor = False
  513.       end
  514.       object AnimsCombo: TComboBox
  515.         Left = 2
  516.         Top = 181
  517.         Width = 674
  518.         Height = 23
  519.         Style = csDropDownList
  520.         DropDownCount = 20
  521.         Font.Charset = DEFAULT_CHARSET
  522.         Font.Color = clWindowText
  523.         Font.Height = -11
  524.         Font.Name = 'Fixedsys'
  525.         Font.Style = []
  526.         ItemHeight = 15
  527.         ParentFont = False
  528.         TabOrder = 2
  529.         OnChange = AnimsComboChange
  530.         Items.Strings = (
  531.           'LED2.Animate(1,200,10,0,0,0);'
  532.           'LED2.Animate(2,200,10,0,0,0);'
  533.           'LED2.Animate(3,200,10,0,0,0);'
  534.           'LED2.Animate(4,1,36,10,LED2.Bitmap.Width Div 2,0);'
  535.           'LED2.Animate(5,1,36,10,LED2.Bitmap.Height Div 2,0);'
  536.           'LED2.Animate(6,1,36,10,LED2.Bitmap.Width Div 2,0);'
  537.           'LED2.Animate(7,1,36,10,LED2.Bitmap.Height Div 2,0);'
  538.           
  539.             'LED2.Animate(8,1,144,5,LED2.Bitmap.Width Div 2,LED2.Bitmap.Heigh' +
  540.             't Div 2);'
  541.           
  542.             'LED2.Animate(9,1,72,5,LED2.Bitmap.Width Div 2,LED2.Bitmap.Height' +
  543.             ' Div 2);'
  544.           'LED2.Animate(10,1,LED2.LEDCountX,2,LED2.LEDCountX*2,0);'
  545.           'LED2.Animate(11,1,LED2.LEDCountY,2,LED2.LEDCountY*2,0);'
  546.           'LED2.Animate(12,1,LED2.LEDCountX,4,0,0);'
  547.           'LED2.Animate(13,1,LED2.LEDCountY,4,0,0);')
  548.       end
  549.       object CycleAnimation: TButton
  550.         Left = 48
  551.         Top = 152
  552.         Width = 75
  553.         Height = 25
  554.         Caption = 'Cycle All'
  555.         TabOrder = 0
  556.         OnClick = CycleAnimationClick
  557.       end
  558.       object StopCycleButton: TButton
  559.         Left = 128
  560.         Top = 152
  561.         Width = 75
  562.         Height = 25
  563.         Caption = 'Stop Cycle'
  564.         TabOrder = 1
  565.         OnClick = StopCycleButtonClick
  566.       end
  567.       object RichEdit2: TRichEdit
  568.         Left = 256
  569.         Top = 2
  570.         Width = 417
  571.         Height = 176
  572.         BorderStyle = bsNone
  573.         Font.Charset = DEFAULT_CHARSET
  574.         Font.Color = clWindowText
  575.         Font.Height = -11
  576.         Font.Name = 'Fixedsys'
  577.         Font.Style = []
  578.         Lines.Strings = (
  579.           'The rectangle around the text is drawn by '
  580.           'assigning some code to the OnAfterDrawText '
  581.           'event handler:'
  582.           ''
  583.           'procedure TForm.LED2AfterDrawText(Sender:TObject);'
  584.           'begin'
  585.           '  with LED2.Bitmap.Canvas do'
  586.           '    Brush.Color:=clWhite;'
  587.           '    FrameRect(ClipRect);'
  588.           '  end;'
  589.           'end;')
  590.         ParentColor = True
  591.         ParentFont = False
  592.         ReadOnly = True
  593.         TabOrder = 3
  594.         WordWrap = False
  595.       end
  596.       object RichEdit3: TRichEdit
  597.         Left = 0
  598.         Top = 205
  599.         Width = 678
  600.         Height = 242
  601.         Align = alBottom
  602.         Font.Charset = DEFAULT_CHARSET
  603.         Font.Color = clWindowText
  604.         Font.Height = -13
  605.         Font.Name = 'Fixedsys'
  606.         Font.Style = []
  607.         ParentColor = True
  608.         ParentFont = False
  609.         ReadOnly = True
  610.         ScrollBars = ssVertical
  611.         TabOrder = 4
  612.         WordWrap = False
  613.       end
  614.     end
  615.     object TabSheet3: TTabSheet
  616.       Caption = 'More examples'
  617.       ImageIndex = 2
  618.       object LED3: TSCLED
  619.         Left = 8
  620.         Top = 8
  621.         Width = 161
  622.         Height = 65
  623.         ForeColor = clYellow
  624.         BackColor = 24158
  625.         LEDSize = 3
  626.         LEDCountX = 40
  627.         LEDCountY = 16
  628.         LEDStyle = sclsRound
  629.         AlignmentH = schaLeft
  630.         AlignmentV = scvaCenter
  631.         Caption = 
  632.           'This is a long caption so if you want to be able to see it all w' +
  633.           'hen scrolling, set ClipMode to sccmText...'
  634.         Color = clBlack
  635.         Font.Charset = DEFAULT_CHARSET
  636.         Font.Color = clWindowText
  637.         Font.Height = -11
  638.         Font.Name = 'MS Sans Serif'
  639.         Font.Style = [fsBold]
  640.         ParentFont = False
  641.         ParentColor = False
  642.       end
  643.       object LED4: TSCLED
  644.         Left = 7
  645.         Top = 112
  646.         Width = 641
  647.         Height = 21
  648.         LEDSize = 19
  649.         LEDCountX = 32
  650.         LEDCountY = 1
  651.         LEDStyle = sclsRound
  652.         ClipMode = sccmDisplay
  653.         AlignmentH = schaCenter
  654.         AlignmentV = scvaCenter
  655.         Color = clBlack
  656.         ParentColor = False
  657.       end
  658.       object Label8: TLabel
  659.         Left = 8
  660.         Top = 80
  661.         Width = 528
  662.         Height = 15
  663.         Caption = 
  664.           'LED3.Animate(10,50,LED3.Bitmap.Width+50,1,LED3.Bitmap.Width+50,0' +
  665.           ');'
  666.         Font.Charset = DEFAULT_CHARSET
  667.         Font.Color = clWindowText
  668.         Font.Height = -11
  669.         Font.Name = 'Fixedsys'
  670.         Font.Style = []
  671.         ParentFont = False
  672.       end
  673.       object ScrollButton: TButton
  674.         Left = 174
  675.         Top = 48
  676.         Width = 99
  677.         Height = 25
  678.         Caption = 'Scroll'
  679.         TabOrder = 0
  680.         OnClick = ScrollButtonClick
  681.       end
  682.       object NumberBox: TEdit
  683.         Left = 7
  684.         Top = 139
  685.         Width = 137
  686.         Height = 21
  687.         TabOrder = 1
  688.         Text = '0'
  689.         OnChange = NumberBoxChange
  690.       end
  691.       object RichEdit4: TRichEdit
  692.         Left = 8
  693.         Top = 168
  694.         Width = 665
  695.         Height = 273
  696.         BorderStyle = bsNone
  697.         Font.Charset = DEFAULT_CHARSET
  698.         Font.Color = clWindowText
  699.         Font.Height = -11
  700.         Font.Name = 'Fixedsys'
  701.         Font.Style = []
  702.         Lines.Strings = (
  703.           'Procedure TDemoForm.NumberBoxChange(Sender: TObject);'
  704.           'Var'
  705.           '  i,m,n : integer;'
  706.           'Begin'
  707.           
  708.             '  Try n:=StrToInt(NumberBox.Text); Except On Exception Do n:=0; ' +
  709.             'End;'
  710.           '  m:=1;'
  711.           '  With LED4.Bitmap.Canvas Do'
  712.           '     For i:=0 To 31 Do'
  713.           '     Begin'
  714.           '       If (n And m)<>0 Then Pixels[31-i,0]:=clWhite'
  715.           '       Else Pixels[31-i,0]:=clBlack;'
  716.           '       m:=m SHL 1;'
  717.           '     End;'
  718.           '  LED4.BitmapChanged;'
  719.           'End;')
  720.         ParentColor = True
  721.         ParentFont = False
  722.         ReadOnly = True
  723.         TabOrder = 2
  724.       end
  725.       object Button1: TButton
  726.         Left = 152
  727.         Top = 138
  728.         Width = 75
  729.         Height = 25
  730.         Caption = 'Count'
  731.         TabOrder = 3
  732.         OnClick = Button1Click
  733.       end
  734.     end
  735.   end
  736.   object ColorDialog: TColorDialog
  737.     Ctl3D = True
  738.     Left = 228
  739.     Top = 40
  740.   end
  741.   object FontDialog: TFontDialog
  742.     Font.Charset = DEFAULT_CHARSET
  743.     Font.Color = clWindowText
  744.     Font.Height = -11
  745.     Font.Name = 'MS Sans Serif'
  746.     Font.Style = []
  747.     MinFontSize = 0
  748.     MaxFontSize = 0
  749.     Left = 228
  750.     Top = 136
  751.   end
  752. end
  753.