initial commit
[rofl0r-KOL.git] / controls / xlgrid / xlgrid_demo / Main.dfm
blob1fd14f8b5ca45f93158731beb7a8716b37da3cc5
1 object MainForm: TMainForm\r
2   Left = 296\r
3   Top = 89\r
4   Width = 783\r
5   Height = 575\r
6   HorzScrollBar.Visible = False\r
7   VertScrollBar.Visible = False\r
8   Caption = 'XLGrid Demo'\r
9   Color = clBtnFace\r
10   Font.Charset = DEFAULT_CHARSET\r
11   Font.Color = clWindowText\r
12   Font.Height = -11\r
13   Font.Name = 'MS Sans Serif'\r
14   Font.Style = []\r
15   OldCreateOrder = False\r
16   Scaled = False\r
17   PixelsPerInch = 96\r
18   TextHeight = 13\r
19   object XLGrid: TKOLmdvXLGrid\r
20     Tag = 0\r
21     Left = 207\r
22     Top = 2\r
23     Width = 566\r
24     Height = 544\r
25     HelpContext = 0\r
26     IgnoreDefault = False\r
27     ColCount = 10\r
28     RowCount = 10\r
29     DefaultColWidth = 70\r
30     DefaultRowHeight = 20\r
31     TitleRowHeight = 20\r
32     TitleColWidth = 30\r
33     TitleRow.Strings = (\r
34       '1'\r
35       '2'\r
36       '3'\r
37       '4'\r
38       '5'\r
39       '6'\r
40       '7'\r
41       '8'\r
42       '9'\r
43       '10')\r
44     TitleCol.Strings = (\r
45       'I'\r
46       'II'\r
47       'III'\r
48       'IV'\r
49       'V'\r
50       'VI'\r
51       'VII'\r
52       'VIII'\r
53       'IX'\r
54       'X')\r
55     Color = clWindow\r
56     Font.Color = clWindowText\r
57     Font.FontStyle = []\r
58     Font.FontHeight = 0\r
59     Font.FontWidth = 0\r
60     Font.FontWeight = 0\r
61     Font.FontName = 'MS Sans Serif'\r
62     Font.FontOrientation = 0\r
63     Font.FontCharset = 1\r
64     Font.FontPitch = fpDefault\r
65     LineColor = clBtnShadow\r
66     LineWidthLeft = 1\r
67     LineWidthRight = 1\r
68     LineWidthTop = 1\r
69     LineWidthBottom = 1\r
70     IndentLeft = 1\r
71     IndentRight = 1\r
72     IndentTop = 1\r
73     IndentBottom = 1\r
74     AlignmentHor = ahLeftJustify\r
75     AlignmentVert = avCenter\r
76     Options = [xlgRangeSelect]\r
77     TitleFont.Color = clWindowText\r
78     TitleFont.FontStyle = []\r
79     TitleFont.FontHeight = 0\r
80     TitleFont.FontWidth = 0\r
81     TitleFont.FontWeight = 0\r
82     TitleFont.FontName = 'MS Sans Serif'\r
83     TitleFont.FontOrientation = 0\r
84     TitleFont.FontCharset = 1\r
85     TitleFont.FontPitch = fpDefault\r
86     TitleColor = clBtnFace\r
87     TitleSelectedColor = cl3DDkShadow\r
88     TitleSelectedFontColor = clBtnHighlight\r
89     GridStyle = gsStandard\r
90     TitleRowButton = False\r
91     TitleColButton = False\r
92     SelectedColor = clHighlight\r
93     SelectedColorLine = clHighlightText\r
94     SelectedFontColor = clHighlightText\r
95     ResizeSensitivity = 1\r
96     OnFocusChange = XLGridFocusChange\r
97     OnSelectedChange = XLGridSelectedChange\r
98     OnBeginEdit = XLGridBeginEdit\r
99     OnEndEdit = XLGridEndEdit\r
100     OnDrawCell = XLGridDrawCell\r
101     OnDrawTitle = XLGridDrawTitle\r
102     DefEditorEvents = False\r
103     TabOrder = 5\r
104     MinWidth = 0\r
105     MinHeight = 0\r
106     MaxWidth = 0\r
107     MaxHeight = 0\r
108     PlaceDown = False\r
109     PlaceRight = False\r
110     PlaceUnder = False\r
111     Visible = True\r
112     Enabled = True\r
113     Align = caClient\r
114     CenterOnParent = False\r
115     ParentColor = False\r
116     ParentFont = False\r
117     Localizy = loForm\r
118     HasBorder = True\r
119     ColWidths = (\r
120       70\r
121       70\r
122       70\r
123       70\r
124       70\r
125       70\r
126       70\r
127       70\r
128       70\r
129       70)\r
130     RowHeights = (\r
131       20\r
132       20\r
133       20\r
134       20\r
135       20\r
136       20\r
137       20\r
138       20\r
139       20\r
140       20)\r
141   end\r
142   object Panel1: TKOLPanel\r
143     Tag = 0\r
144     Left = 2\r
145     Top = 2\r
146     Width = 203\r
147     Height = 544\r
148     HelpContext = 0\r
149     IgnoreDefault = False\r
150     TabOrder = 0\r
151     MinWidth = 0\r
152     MinHeight = 0\r
153     MaxWidth = 0\r
154     MaxHeight = 0\r
155     PlaceDown = False\r
156     PlaceRight = False\r
157     PlaceUnder = False\r
158     Visible = True\r
159     Enabled = True\r
160     DoubleBuffered = False\r
161     Align = caLeft\r
162     CenterOnParent = False\r
163     Ctl3D = True\r
164     Color = clBtnFace\r
165     parentColor = False\r
166     Font.Color = clWindowText\r
167     Font.FontStyle = []\r
168     Font.FontHeight = 10\r
169     Font.FontWidth = 0\r
170     Font.FontWeight = 0\r
171     Font.FontName = 'MS Sans Serif'\r
172     Font.FontOrientation = 0\r
173     Font.FontCharset = 1\r
174     Font.FontPitch = fpDefault\r
175     parentFont = False\r
176     EraseBackground = False\r
177     Localizy = loForm\r
178     Transparent = False\r
179     TextAlign = taLeft\r
180     edgeStyle = esRaised\r
181     VerticalAlign = vaTop\r
182     Border = 2\r
183     MarginTop = 0\r
184     MarginBottom = 0\r
185     MarginLeft = 0\r
186     MarginRight = 0\r
187     Brush.Color = clBtnFace\r
188     Brush.BrushStyle = bsSolid\r
189     ShowAccelChar = False\r
190     object gbStyle: TKOLGroupBox\r
191       Tag = 0\r
192       Left = 8\r
193       Top = 8\r
194       Width = 185\r
195       Height = 49\r
196       HelpContext = 0\r
197       IgnoreDefault = False\r
198       TabOrder = 1\r
199       MinWidth = 0\r
200       MinHeight = 0\r
201       MaxWidth = 0\r
202       MaxHeight = 0\r
203       PlaceDown = False\r
204       PlaceRight = False\r
205       PlaceUnder = False\r
206       Visible = True\r
207       Enabled = True\r
208       DoubleBuffered = False\r
209       Align = caNone\r
210       CenterOnParent = False\r
211       Caption = 'GridStyle'\r
212       Ctl3D = True\r
213       Color = clBtnFace\r
214       parentColor = True\r
215       Font.Color = clWindowText\r
216       Font.FontStyle = []\r
217       Font.FontHeight = 10\r
218       Font.FontWidth = 0\r
219       Font.FontWeight = 0\r
220       Font.FontName = 'MS Sans Serif'\r
221       Font.FontOrientation = 0\r
222       Font.FontCharset = 1\r
223       Font.FontPitch = fpDefault\r
224       parentFont = True\r
225       EraseBackground = True\r
226       Localizy = loForm\r
227       Transparent = False\r
228       Border = 2\r
229       MarginTop = 22\r
230       MarginBottom = 2\r
231       MarginLeft = 2\r
232       MarginRight = 2\r
233       TextAlign = taLeft\r
234       HasBorder = False\r
235       Brush.Color = clBtnFace\r
236       Brush.BrushStyle = bsSolid\r
237       object rbXL: TKOLRadioBox\r
238         Tag = 0\r
239         Left = 120\r
240         Top = 20\r
241         Width = 53\r
242         Height = 22\r
243         HelpContext = 0\r
244         IgnoreDefault = False\r
245         TabOrder = 0\r
246         MinWidth = 0\r
247         MinHeight = 0\r
248         MaxWidth = 0\r
249         MaxHeight = 0\r
250         PlaceDown = False\r
251         PlaceRight = False\r
252         PlaceUnder = False\r
253         Visible = True\r
254         Enabled = True\r
255         DoubleBuffered = False\r
256         Align = caNone\r
257         CenterOnParent = False\r
258         Caption = 'gsXL'\r
259         Ctl3D = True\r
260         Color = clBtnFace\r
261         parentColor = True\r
262         Font.Color = clWindowText\r
263         Font.FontStyle = []\r
264         Font.FontHeight = 10\r
265         Font.FontWidth = 0\r
266         Font.FontWeight = 0\r
267         Font.FontName = 'MS Sans Serif'\r
268         Font.FontOrientation = 0\r
269         Font.FontCharset = 1\r
270         Font.FontPitch = fpDefault\r
271         parentFont = True\r
272         OnClick = rbStyleClick\r
273         EraseBackground = False\r
274         Localizy = loForm\r
275         Transparent = False\r
276         Checked = False\r
277         TabStop = True\r
278         autoSize = False\r
279         HasBorder = False\r
280         Brush.Color = clBtnFace\r
281         Brush.BrushStyle = bsSolid\r
282       end\r
283       object rbStandard: TKOLRadioBox\r
284         Tag = 0\r
285         Left = 12\r
286         Top = 20\r
287         Width = 101\r
288         Height = 22\r
289         HelpContext = 0\r
290         IgnoreDefault = False\r
291         TabOrder = 1\r
292         MinWidth = 0\r
293         MinHeight = 0\r
294         MaxWidth = 0\r
295         MaxHeight = 0\r
296         PlaceDown = False\r
297         PlaceRight = False\r
298         PlaceUnder = False\r
299         Visible = True\r
300         Enabled = True\r
301         DoubleBuffered = False\r
302         Align = caNone\r
303         CenterOnParent = False\r
304         Caption = 'gsStandard'\r
305         Ctl3D = True\r
306         Color = clBtnFace\r
307         parentColor = True\r
308         Font.Color = clWindowText\r
309         Font.FontStyle = []\r
310         Font.FontHeight = 10\r
311         Font.FontWidth = 0\r
312         Font.FontWeight = 0\r
313         Font.FontName = 'MS Sans Serif'\r
314         Font.FontOrientation = 0\r
315         Font.FontCharset = 1\r
316         Font.FontPitch = fpDefault\r
317         parentFont = True\r
318         OnClick = rbStyleClick\r
319         EraseBackground = False\r
320         Localizy = loForm\r
321         Transparent = False\r
322         Checked = True\r
323         TabStop = True\r
324         autoSize = False\r
325         HasBorder = False\r
326         Brush.Color = clBtnFace\r
327         Brush.BrushStyle = bsSolid\r
328       end\r
329     end\r
330     object gbOptions: TKOLGroupBox\r
331       Tag = 0\r
332       Left = 8\r
333       Top = 60\r
334       Width = 185\r
335       Height = 213\r
336       HelpContext = 0\r
337       IgnoreDefault = False\r
338       TabOrder = 2\r
339       MinWidth = 0\r
340       MinHeight = 0\r
341       MaxWidth = 0\r
342       MaxHeight = 0\r
343       PlaceDown = False\r
344       PlaceRight = False\r
345       PlaceUnder = False\r
346       Visible = True\r
347       Enabled = True\r
348       DoubleBuffered = False\r
349       Align = caNone\r
350       CenterOnParent = False\r
351       Caption = 'Options'\r
352       Ctl3D = True\r
353       Color = clBtnFace\r
354       parentColor = True\r
355       Font.Color = clWindowText\r
356       Font.FontStyle = []\r
357       Font.FontHeight = 10\r
358       Font.FontWidth = 0\r
359       Font.FontWeight = 0\r
360       Font.FontName = 'MS Sans Serif'\r
361       Font.FontOrientation = 0\r
362       Font.FontCharset = 1\r
363       Font.FontPitch = fpDefault\r
364       parentFont = True\r
365       EraseBackground = True\r
366       Localizy = loForm\r
367       Transparent = False\r
368       Border = 2\r
369       MarginTop = 22\r
370       MarginBottom = 2\r
371       MarginLeft = 2\r
372       MarginRight = 2\r
373       TextAlign = taLeft\r
374       HasBorder = False\r
375       Brush.Color = clBtnFace\r
376       Brush.BrushStyle = bsSolid\r
377       object cbxlgRangeSelect: TKOLCheckBox\r
378         Tag = 0\r
379         Left = 16\r
380         Top = 20\r
381         Width = 153\r
382         Height = 22\r
383         HelpContext = 0\r
384         IgnoreDefault = False\r
385         TabOrder = 1\r
386         MinWidth = 0\r
387         MinHeight = 0\r
388         MaxWidth = 0\r
389         MaxHeight = 0\r
390         PlaceDown = False\r
391         PlaceRight = False\r
392         PlaceUnder = False\r
393         Visible = True\r
394         Enabled = True\r
395         DoubleBuffered = False\r
396         Align = caNone\r
397         CenterOnParent = False\r
398         Caption = 'xlgRangeSelect'\r
399         Ctl3D = True\r
400         Color = clBtnFace\r
401         parentColor = True\r
402         Font.Color = clWindowText\r
403         Font.FontStyle = []\r
404         Font.FontHeight = 10\r
405         Font.FontWidth = 0\r
406         Font.FontWeight = 0\r
407         Font.FontName = 'MS Sans Serif'\r
408         Font.FontOrientation = 0\r
409         Font.FontCharset = 1\r
410         Font.FontPitch = fpDefault\r
411         parentFont = False\r
412         OnClick = cbxlgOptionsClick\r
413         EraseBackground = True\r
414         Localizy = loForm\r
415         Transparent = False\r
416         Checked = True\r
417         TabStop = True\r
418         autoSize = False\r
419         HasBorder = False\r
420         Brush.Color = clBtnFace\r
421         Brush.BrushStyle = bsSolid\r
422         Auto3State = False\r
423       end\r
424       object cbxlgColsSelect: TKOLCheckBox\r
425         Tag = 0\r
426         Left = 16\r
427         Top = 40\r
428         Width = 125\r
429         Height = 22\r
430         HelpContext = 0\r
431         IgnoreDefault = False\r
432         TabOrder = 2\r
433         MinWidth = 0\r
434         MinHeight = 0\r
435         MaxWidth = 0\r
436         MaxHeight = 0\r
437         PlaceDown = False\r
438         PlaceRight = False\r
439         PlaceUnder = False\r
440         Visible = True\r
441         Enabled = True\r
442         DoubleBuffered = False\r
443         Align = caNone\r
444         CenterOnParent = False\r
445         Caption = 'xlgColsSelect'\r
446         Ctl3D = True\r
447         Color = clBtnFace\r
448         parentColor = True\r
449         Font.Color = clWindowText\r
450         Font.FontStyle = []\r
451         Font.FontHeight = 10\r
452         Font.FontWidth = 0\r
453         Font.FontWeight = 0\r
454         Font.FontName = 'MS Sans Serif'\r
455         Font.FontOrientation = 0\r
456         Font.FontCharset = 1\r
457         Font.FontPitch = fpDefault\r
458         parentFont = True\r
459         OnClick = cbxlgOptionsClick\r
460         EraseBackground = True\r
461         Localizy = loForm\r
462         Transparent = False\r
463         Checked = False\r
464         TabStop = True\r
465         autoSize = False\r
466         HasBorder = False\r
467         Brush.Color = clBtnFace\r
468         Brush.BrushStyle = bsSolid\r
469         Auto3State = False\r
470       end\r
471       object cbxlgRowsSelect: TKOLCheckBox\r
472         Tag = 0\r
473         Left = 16\r
474         Top = 60\r
475         Width = 149\r
476         Height = 22\r
477         HelpContext = 0\r
478         IgnoreDefault = False\r
479         TabOrder = 3\r
480         MinWidth = 0\r
481         MinHeight = 0\r
482         MaxWidth = 0\r
483         MaxHeight = 0\r
484         PlaceDown = False\r
485         PlaceRight = False\r
486         PlaceUnder = False\r
487         Visible = True\r
488         Enabled = True\r
489         DoubleBuffered = False\r
490         Align = caNone\r
491         CenterOnParent = False\r
492         Caption = 'xlgRowsSelect'\r
493         Ctl3D = True\r
494         Color = clBtnFace\r
495         parentColor = True\r
496         Font.Color = clWindowText\r
497         Font.FontStyle = []\r
498         Font.FontHeight = 10\r
499         Font.FontWidth = 0\r
500         Font.FontWeight = 0\r
501         Font.FontName = 'MS Sans Serif'\r
502         Font.FontOrientation = 0\r
503         Font.FontCharset = 1\r
504         Font.FontPitch = fpDefault\r
505         parentFont = True\r
506         OnClick = cbxlgOptionsClick\r
507         EraseBackground = True\r
508         Localizy = loForm\r
509         Transparent = False\r
510         Checked = False\r
511         TabStop = True\r
512         autoSize = False\r
513         HasBorder = False\r
514         Brush.Color = clBtnFace\r
515         Brush.BrushStyle = bsSolid\r
516         Auto3State = False\r
517       end\r
518       object cbxlgColSizing: TKOLCheckBox\r
519         Tag = 0\r
520         Left = 16\r
521         Top = 164\r
522         Width = 145\r
523         Height = 22\r
524         HelpContext = 0\r
525         IgnoreDefault = False\r
526         TabOrder = 4\r
527         MinWidth = 0\r
528         MinHeight = 0\r
529         MaxWidth = 0\r
530         MaxHeight = 0\r
531         PlaceDown = False\r
532         PlaceRight = False\r
533         PlaceUnder = False\r
534         Visible = True\r
535         Enabled = True\r
536         DoubleBuffered = False\r
537         Align = caNone\r
538         CenterOnParent = False\r
539         Caption = 'xlgColSizing'\r
540         Ctl3D = True\r
541         Color = clBtnFace\r
542         parentColor = True\r
543         Font.Color = clWindowText\r
544         Font.FontStyle = []\r
545         Font.FontHeight = 10\r
546         Font.FontWidth = 0\r
547         Font.FontWeight = 0\r
548         Font.FontName = 'MS Sans Serif'\r
549         Font.FontOrientation = 0\r
550         Font.FontCharset = 1\r
551         Font.FontPitch = fpDefault\r
552         parentFont = True\r
553         OnClick = cbxlgOptionsClick\r
554         EraseBackground = True\r
555         Localizy = loForm\r
556         Transparent = False\r
557         Checked = False\r
558         TabStop = True\r
559         autoSize = False\r
560         HasBorder = False\r
561         Brush.Color = clBtnFace\r
562         Brush.BrushStyle = bsSolid\r
563         Auto3State = False\r
564       end\r
565       object cbxlgRowSizing: TKOLCheckBox\r
566         Tag = 0\r
567         Left = 16\r
568         Top = 184\r
569         Width = 141\r
570         Height = 22\r
571         HelpContext = 0\r
572         IgnoreDefault = False\r
573         TabOrder = 5\r
574         MinWidth = 0\r
575         MinHeight = 0\r
576         MaxWidth = 0\r
577         MaxHeight = 0\r
578         PlaceDown = False\r
579         PlaceRight = False\r
580         PlaceUnder = False\r
581         Visible = True\r
582         Enabled = True\r
583         DoubleBuffered = False\r
584         Align = caNone\r
585         CenterOnParent = False\r
586         Caption = 'xlgRowSizing'\r
587         Ctl3D = True\r
588         Color = clBtnFace\r
589         parentColor = True\r
590         Font.Color = clWindowText\r
591         Font.FontStyle = []\r
592         Font.FontHeight = 10\r
593         Font.FontWidth = 0\r
594         Font.FontWeight = 0\r
595         Font.FontName = 'MS Sans Serif'\r
596         Font.FontOrientation = 0\r
597         Font.FontCharset = 1\r
598         Font.FontPitch = fpDefault\r
599         parentFont = True\r
600         OnClick = cbxlgOptionsClick\r
601         EraseBackground = True\r
602         Localizy = loForm\r
603         Transparent = False\r
604         Checked = False\r
605         TabStop = True\r
606         autoSize = False\r
607         HasBorder = False\r
608         Brush.Color = clBtnFace\r
609         Brush.BrushStyle = bsSolid\r
610         Auto3State = False\r
611       end\r
612       object cbxlgColMoving: TKOLCheckBox\r
613         Tag = 0\r
614         Left = 16\r
615         Top = 100\r
616         Width = 137\r
617         Height = 22\r
618         HelpContext = 0\r
619         IgnoreDefault = False\r
620         TabOrder = 6\r
621         MinWidth = 0\r
622         MinHeight = 0\r
623         MaxWidth = 0\r
624         MaxHeight = 0\r
625         PlaceDown = False\r
626         PlaceRight = False\r
627         PlaceUnder = False\r
628         Visible = True\r
629         Enabled = True\r
630         DoubleBuffered = False\r
631         Align = caNone\r
632         CenterOnParent = False\r
633         Caption = 'xlgColMoving'\r
634         Ctl3D = True\r
635         Color = clBtnFace\r
636         parentColor = True\r
637         Font.Color = clWindowText\r
638         Font.FontStyle = []\r
639         Font.FontHeight = 10\r
640         Font.FontWidth = 0\r
641         Font.FontWeight = 0\r
642         Font.FontName = 'MS Sans Serif'\r
643         Font.FontOrientation = 0\r
644         Font.FontCharset = 1\r
645         Font.FontPitch = fpDefault\r
646         parentFont = True\r
647         OnClick = cbxlgOptionsClick\r
648         EraseBackground = True\r
649         Localizy = loForm\r
650         Transparent = False\r
651         Checked = False\r
652         TabStop = True\r
653         autoSize = False\r
654         HasBorder = False\r
655         Brush.Color = clBtnFace\r
656         Brush.BrushStyle = bsSolid\r
657         Auto3State = False\r
658       end\r
659       object cbxlgRowMoving: TKOLCheckBox\r
660         Tag = 0\r
661         Left = 16\r
662         Top = 120\r
663         Width = 137\r
664         Height = 22\r
665         HelpContext = 0\r
666         IgnoreDefault = False\r
667         TabOrder = 7\r
668         MinWidth = 0\r
669         MinHeight = 0\r
670         MaxWidth = 0\r
671         MaxHeight = 0\r
672         PlaceDown = False\r
673         PlaceRight = False\r
674         PlaceUnder = False\r
675         Visible = True\r
676         Enabled = True\r
677         DoubleBuffered = False\r
678         Align = caNone\r
679         CenterOnParent = False\r
680         Caption = 'xlgRowMoving'\r
681         Ctl3D = True\r
682         Color = clBtnFace\r
683         parentColor = True\r
684         Font.Color = clWindowText\r
685         Font.FontStyle = []\r
686         Font.FontHeight = 10\r
687         Font.FontWidth = 0\r
688         Font.FontWeight = 0\r
689         Font.FontName = 'MS Sans Serif'\r
690         Font.FontOrientation = 0\r
691         Font.FontCharset = 1\r
692         Font.FontPitch = fpDefault\r
693         parentFont = True\r
694         OnClick = cbxlgOptionsClick\r
695         EraseBackground = True\r
696         Localizy = loForm\r
697         Transparent = False\r
698         Checked = False\r
699         TabStop = True\r
700         autoSize = False\r
701         HasBorder = False\r
702         Brush.Color = clBtnFace\r
703         Brush.BrushStyle = bsSolid\r
704         Auto3State = False\r
705       end\r
706       object Label1: TKOLLabel\r
707         Tag = 0\r
708         Left = 16\r
709         Top = 80\r
710         Width = 161\r
711         Height = 22\r
712         HelpContext = 0\r
713         IgnoreDefault = False\r
714         TabOrder = -1\r
715         MinWidth = 0\r
716         MinHeight = 0\r
717         MaxWidth = 0\r
718         MaxHeight = 0\r
719         PlaceDown = False\r
720         PlaceRight = False\r
721         PlaceUnder = False\r
722         Visible = True\r
723         Enabled = True\r
724         DoubleBuffered = False\r
725         Align = caNone\r
726         CenterOnParent = False\r
727         Caption = '(+Ctrl for Multi Select)'\r
728         Ctl3D = True\r
729         Color = clBtnFace\r
730         parentColor = True\r
731         Font.Color = clWindowText\r
732         Font.FontStyle = []\r
733         Font.FontHeight = 10\r
734         Font.FontWidth = 0\r
735         Font.FontWeight = 0\r
736         Font.FontName = 'MS Sans Serif'\r
737         Font.FontOrientation = 0\r
738         Font.FontCharset = 1\r
739         Font.FontPitch = fpDefault\r
740         parentFont = True\r
741         EraseBackground = True\r
742         Localizy = loForm\r
743         Transparent = False\r
744         TextAlign = taLeft\r
745         VerticalAlign = vaTop\r
746         wordWrap = False\r
747         autoSize = False\r
748         Brush.Color = clBtnFace\r
749         Brush.BrushStyle = bsSolid\r
750         ShowAccelChar = False\r
751       end\r
752       object Label2: TKOLLabel\r
753         Tag = 0\r
754         Left = 16\r
755         Top = 140\r
756         Width = 161\r
757         Height = 22\r
758         HelpContext = 0\r
759         IgnoreDefault = False\r
760         TabOrder = -1\r
761         MinWidth = 0\r
762         MinHeight = 0\r
763         MaxWidth = 0\r
764         MaxHeight = 0\r
765         PlaceDown = False\r
766         PlaceRight = False\r
767         PlaceUnder = False\r
768         Visible = True\r
769         Enabled = True\r
770         DoubleBuffered = False\r
771         Align = caNone\r
772         CenterOnParent = False\r
773         Caption = '(+Alt for Moving)'\r
774         Ctl3D = True\r
775         Color = clBtnFace\r
776         parentColor = True\r
777         Font.Color = clWindowText\r
778         Font.FontStyle = []\r
779         Font.FontHeight = 10\r
780         Font.FontWidth = 0\r
781         Font.FontWeight = 0\r
782         Font.FontName = 'MS Sans Serif'\r
783         Font.FontOrientation = 0\r
784         Font.FontCharset = 1\r
785         Font.FontPitch = fpDefault\r
786         parentFont = True\r
787         EraseBackground = True\r
788         Localizy = loForm\r
789         Transparent = False\r
790         TextAlign = taLeft\r
791         VerticalAlign = vaTop\r
792         wordWrap = False\r
793         autoSize = False\r
794         Brush.Color = clBtnFace\r
795         Brush.BrushStyle = bsSolid\r
796         ShowAccelChar = False\r
797       end\r
798     end\r
799     object btnMerge: TKOLButton\r
800       Tag = 0\r
801       Left = 12\r
802       Top = 508\r
803       Width = 64\r
804       Height = 22\r
805       HelpContext = 0\r
806       IgnoreDefault = True\r
807       TabOrder = 8\r
808       MinWidth = 0\r
809       MinHeight = 0\r
810       MaxWidth = 0\r
811       MaxHeight = 0\r
812       PlaceDown = False\r
813       PlaceRight = False\r
814       PlaceUnder = False\r
815       Visible = True\r
816       Enabled = False\r
817       DoubleBuffered = False\r
818       Align = caNone\r
819       CenterOnParent = False\r
820       Caption = 'Merge'\r
821       Ctl3D = True\r
822       Color = clBtnFace\r
823       parentColor = False\r
824       Font.Color = clWindowText\r
825       Font.FontStyle = []\r
826       Font.FontHeight = 10\r
827       Font.FontWidth = 0\r
828       Font.FontWeight = 0\r
829       Font.FontName = 'MS Sans Serif'\r
830       Font.FontOrientation = 0\r
831       Font.FontCharset = 1\r
832       Font.FontPitch = fpDefault\r
833       parentFont = True\r
834       OnClick = btnMergeClick\r
835       EraseBackground = True\r
836       Localizy = loForm\r
837       TextAlign = taCenter\r
838       VerticalAlign = vaCenter\r
839       TabStop = False\r
840       LikeSpeedButton = False\r
841       autoSize = False\r
842       DefaultBtn = False\r
843       CancelBtn = False\r
844       image.Data = {07544269746D617000000000}\r
845     end\r
846     object btnSplit: TKOLButton\r
847       Tag = 0\r
848       Left = 80\r
849       Top = 508\r
850       Width = 64\r
851       Height = 22\r
852       HelpContext = 0\r
853       IgnoreDefault = True\r
854       TabOrder = 7\r
855       MinWidth = 0\r
856       MinHeight = 0\r
857       MaxWidth = 0\r
858       MaxHeight = 0\r
859       PlaceDown = False\r
860       PlaceRight = False\r
861       PlaceUnder = False\r
862       Visible = True\r
863       Enabled = False\r
864       DoubleBuffered = False\r
865       Align = caNone\r
866       CenterOnParent = False\r
867       Caption = 'Split'\r
868       Ctl3D = True\r
869       Color = clBtnFace\r
870       parentColor = False\r
871       Font.Color = clWindowText\r
872       Font.FontStyle = []\r
873       Font.FontHeight = 10\r
874       Font.FontWidth = 0\r
875       Font.FontWeight = 0\r
876       Font.FontName = 'MS Sans Serif'\r
877       Font.FontOrientation = 0\r
878       Font.FontCharset = 1\r
879       Font.FontPitch = fpDefault\r
880       parentFont = True\r
881       OnClick = btnSplitClick\r
882       EraseBackground = True\r
883       Localizy = loForm\r
884       TextAlign = taCenter\r
885       VerticalAlign = vaCenter\r
886       TabStop = False\r
887       LikeSpeedButton = False\r
888       autoSize = False\r
889       DefaultBtn = False\r
890       CancelBtn = False\r
891       image.Data = {07544269746D617000000000}\r
892     end\r
893     object gbLines: TKOLGroupBox\r
894       Tag = 0\r
895       Left = 8\r
896       Top = 276\r
897       Width = 185\r
898       Height = 101\r
899       HelpContext = 0\r
900       IgnoreDefault = False\r
901       TabOrder = 3\r
902       MinWidth = 0\r
903       MinHeight = 0\r
904       MaxWidth = 0\r
905       MaxHeight = 0\r
906       PlaceDown = False\r
907       PlaceRight = False\r
908       PlaceUnder = False\r
909       Visible = True\r
910       Enabled = True\r
911       DoubleBuffered = False\r
912       Align = caNone\r
913       CenterOnParent = False\r
914       Caption = 'Lines'\r
915       Ctl3D = True\r
916       Color = clBtnFace\r
917       parentColor = True\r
918       Font.Color = clWindowText\r
919       Font.FontStyle = []\r
920       Font.FontHeight = 10\r
921       Font.FontWidth = 0\r
922       Font.FontWeight = 0\r
923       Font.FontName = 'MS Sans Serif'\r
924       Font.FontOrientation = 0\r
925       Font.FontCharset = 1\r
926       Font.FontPitch = fpDefault\r
927       parentFont = False\r
928       EraseBackground = True\r
929       Localizy = loForm\r
930       Transparent = False\r
931       Border = 2\r
932       MarginTop = 22\r
933       MarginBottom = 2\r
934       MarginLeft = 2\r
935       MarginRight = 2\r
936       TextAlign = taLeft\r
937       HasBorder = False\r
938       Brush.Color = clBtnFace\r
939       Brush.BrushStyle = bsSolid\r
940       object Label3: TKOLLabel\r
941         Tag = 0\r
942         Left = 8\r
943         Top = 20\r
944         Width = 26\r
945         Height = 17\r
946         HelpContext = 0\r
947         IgnoreDefault = False\r
948         TabOrder = -1\r
949         MinWidth = 0\r
950         MinHeight = 0\r
951         MaxWidth = 0\r
952         MaxHeight = 0\r
953         PlaceDown = False\r
954         PlaceRight = False\r
955         PlaceUnder = False\r
956         Visible = True\r
957         Enabled = True\r
958         DoubleBuffered = False\r
959         Align = caNone\r
960         CenterOnParent = False\r
961         Caption = 'Left'\r
962         Ctl3D = True\r
963         Color = clBtnFace\r
964         parentColor = True\r
965         Font.Color = clWindowText\r
966         Font.FontStyle = []\r
967         Font.FontHeight = 10\r
968         Font.FontWidth = 0\r
969         Font.FontWeight = 0\r
970         Font.FontName = 'MS Sans Serif'\r
971         Font.FontOrientation = 0\r
972         Font.FontCharset = 1\r
973         Font.FontPitch = fpDefault\r
974         parentFont = True\r
975         EraseBackground = True\r
976         Localizy = loForm\r
977         Transparent = True\r
978         TextAlign = taLeft\r
979         VerticalAlign = vaTop\r
980         wordWrap = False\r
981         autoSize = False\r
982         Brush.Color = clBtnFace\r
983         Brush.BrushStyle = bsSolid\r
984         ShowAccelChar = False\r
985       end\r
986       object Label4: TKOLLabel\r
987         Tag = 0\r
988         Left = 52\r
989         Top = 20\r
990         Width = 37\r
991         Height = 17\r
992         HelpContext = 0\r
993         IgnoreDefault = False\r
994         TabOrder = -1\r
995         MinWidth = 0\r
996         MinHeight = 0\r
997         MaxWidth = 0\r
998         MaxHeight = 0\r
999         PlaceDown = False\r
1000         PlaceRight = False\r
1001         PlaceUnder = False\r
1002         Visible = True\r
1003         Enabled = True\r
1004         DoubleBuffered = False\r
1005         Align = caNone\r
1006         CenterOnParent = False\r
1007         Caption = 'Right'\r
1008         Ctl3D = True\r
1009         Color = clBtnFace\r
1010         parentColor = True\r
1011         Font.Color = clWindowText\r
1012         Font.FontStyle = []\r
1013         Font.FontHeight = 10\r
1014         Font.FontWidth = 0\r
1015         Font.FontWeight = 0\r
1016         Font.FontName = 'MS Sans Serif'\r
1017         Font.FontOrientation = 0\r
1018         Font.FontCharset = 1\r
1019         Font.FontPitch = fpDefault\r
1020         parentFont = True\r
1021         EraseBackground = True\r
1022         Localizy = loForm\r
1023         Transparent = True\r
1024         TextAlign = taLeft\r
1025         VerticalAlign = vaTop\r
1026         wordWrap = False\r
1027         autoSize = False\r
1028         Brush.Color = clBtnFace\r
1029         Brush.BrushStyle = bsSolid\r
1030         ShowAccelChar = False\r
1031       end\r
1032       object Label5: TKOLLabel\r
1033         Tag = 0\r
1034         Left = 96\r
1035         Top = 20\r
1036         Width = 29\r
1037         Height = 17\r
1038         HelpContext = 0\r
1039         IgnoreDefault = False\r
1040         TabOrder = -1\r
1041         MinWidth = 0\r
1042         MinHeight = 0\r
1043         MaxWidth = 0\r
1044         MaxHeight = 0\r
1045         PlaceDown = False\r
1046         PlaceRight = False\r
1047         PlaceUnder = False\r
1048         Visible = True\r
1049         Enabled = True\r
1050         DoubleBuffered = False\r
1051         Align = caNone\r
1052         CenterOnParent = False\r
1053         Caption = 'Top'\r
1054         Ctl3D = True\r
1055         Color = clBtnFace\r
1056         parentColor = True\r
1057         Font.Color = clWindowText\r
1058         Font.FontStyle = []\r
1059         Font.FontHeight = 10\r
1060         Font.FontWidth = 0\r
1061         Font.FontWeight = 0\r
1062         Font.FontName = 'MS Sans Serif'\r
1063         Font.FontOrientation = 0\r
1064         Font.FontCharset = 1\r
1065         Font.FontPitch = fpDefault\r
1066         parentFont = True\r
1067         EraseBackground = True\r
1068         Localizy = loForm\r
1069         Transparent = True\r
1070         TextAlign = taLeft\r
1071         VerticalAlign = vaTop\r
1072         wordWrap = False\r
1073         autoSize = False\r
1074         Brush.Color = clBtnFace\r
1075         Brush.BrushStyle = bsSolid\r
1076         ShowAccelChar = False\r
1077       end\r
1078       object Label6: TKOLLabel\r
1079         Tag = 0\r
1080         Left = 140\r
1081         Top = 20\r
1082         Width = 36\r
1083         Height = 17\r
1084         HelpContext = 0\r
1085         IgnoreDefault = False\r
1086         TabOrder = -1\r
1087         MinWidth = 0\r
1088         MinHeight = 0\r
1089         MaxWidth = 0\r
1090         MaxHeight = 0\r
1091         PlaceDown = False\r
1092         PlaceRight = False\r
1093         PlaceUnder = False\r
1094         Visible = True\r
1095         Enabled = True\r
1096         DoubleBuffered = False\r
1097         Align = caNone\r
1098         CenterOnParent = False\r
1099         Caption = 'Bottom'\r
1100         Ctl3D = True\r
1101         Color = clBtnFace\r
1102         parentColor = True\r
1103         Font.Color = clWindowText\r
1104         Font.FontStyle = []\r
1105         Font.FontHeight = 10\r
1106         Font.FontWidth = 0\r
1107         Font.FontWeight = 0\r
1108         Font.FontName = 'MS Sans Serif'\r
1109         Font.FontOrientation = 0\r
1110         Font.FontCharset = 1\r
1111         Font.FontPitch = fpDefault\r
1112         parentFont = True\r
1113         EraseBackground = True\r
1114         Localizy = loForm\r
1115         Transparent = True\r
1116         TextAlign = taLeft\r
1117         VerticalAlign = vaTop\r
1118         wordWrap = False\r
1119         autoSize = False\r
1120         Brush.Color = clBtnFace\r
1121         Brush.BrushStyle = bsSolid\r
1122         ShowAccelChar = False\r
1123       end\r
1124       object Button2: TKOLButton\r
1125         Tag = 0\r
1126         Left = 8\r
1127         Top = 68\r
1128         Width = 64\r
1129         Height = 22\r
1130         HelpContext = 0\r
1131         IgnoreDefault = True\r
1132         TabOrder = 3\r
1133         MinWidth = 0\r
1134         MinHeight = 0\r
1135         MaxWidth = 0\r
1136         MaxHeight = 0\r
1137         PlaceDown = False\r
1138         PlaceRight = False\r
1139         PlaceUnder = False\r
1140         Visible = True\r
1141         Enabled = True\r
1142         DoubleBuffered = False\r
1143         Align = caNone\r
1144         CenterOnParent = False\r
1145         Caption = 'Color'\r
1146         Ctl3D = True\r
1147         Color = clBtnFace\r
1148         parentColor = False\r
1149         Font.Color = clWindowText\r
1150         Font.FontStyle = []\r
1151         Font.FontHeight = 10\r
1152         Font.FontWidth = 0\r
1153         Font.FontWeight = 0\r
1154         Font.FontName = 'MS Sans Serif'\r
1155         Font.FontOrientation = 0\r
1156         Font.FontCharset = 1\r
1157         Font.FontPitch = fpDefault\r
1158         parentFont = True\r
1159         OnClick = Button2Click\r
1160         EraseBackground = True\r
1161         Localizy = loForm\r
1162         TextAlign = taCenter\r
1163         VerticalAlign = vaCenter\r
1164         TabStop = True\r
1165         LikeSpeedButton = False\r
1166         autoSize = False\r
1167         DefaultBtn = False\r
1168         CancelBtn = False\r
1169         image.Data = {07544269746D617000000000}\r
1170       end\r
1171       object UpDownLeft: TKOLMHUpDown\r
1172         Tag = 0\r
1173         Left = 28\r
1174         Top = 36\r
1175         Width = 15\r
1176         Height = 22\r
1177         HelpContext = 0\r
1178         IgnoreDefault = False\r
1179         TabOrder = 0\r
1180         MinWidth = 0\r
1181         MinHeight = 0\r
1182         MaxWidth = 0\r
1183         MaxHeight = 0\r
1184         PlaceDown = False\r
1185         PlaceRight = False\r
1186         PlaceUnder = False\r
1187         Visible = True\r
1188         Enabled = True\r
1189         DoubleBuffered = False\r
1190         Align = caNone\r
1191         CenterOnParent = False\r
1192         Ctl3D = True\r
1193         parentColor = True\r
1194         parentFont = True\r
1195         EraseBackground = True\r
1196         Localizy = loForm\r
1197         Min = 0\r
1198         Max = 10\r
1199         Position = 1\r
1200         ArrowKeys = False\r
1201         Orientation = udVertical\r
1202         AlignButton = udRight\r
1203         Increment = 1\r
1204         Thousands = False\r
1205         Wrap = False\r
1206         AutoBuddy = False\r
1207         Buddy = EditBox1\r
1208         HexBase = False\r
1209         HotTrack = False\r
1210         OnChangingEx = UpDownLeftChangingEx\r
1211       end\r
1212       object EditBox1: TKOLEditBox\r
1213         Tag = 0\r
1214         Left = 8\r
1215         Top = 36\r
1216         Width = 20\r
1217         Height = 22\r
1218         HelpContext = 0\r
1219         IgnoreDefault = False\r
1220         TabOrder = 2\r
1221         MinWidth = 0\r
1222         MinHeight = 0\r
1223         MaxWidth = 0\r
1224         MaxHeight = 0\r
1225         PlaceDown = False\r
1226         PlaceRight = False\r
1227         PlaceUnder = False\r
1228         Visible = True\r
1229         Enabled = True\r
1230         DoubleBuffered = False\r
1231         Align = caNone\r
1232         CenterOnParent = False\r
1233         Ctl3D = True\r
1234         Color = clWindow\r
1235         parentColor = False\r
1236         Font.Color = clWindowText\r
1237         Font.FontStyle = []\r
1238         Font.FontHeight = 10\r
1239         Font.FontWidth = 0\r
1240         Font.FontWeight = 0\r
1241         Font.FontName = 'MS Sans Serif'\r
1242         Font.FontOrientation = 0\r
1243         Font.FontCharset = 1\r
1244         Font.FontPitch = fpDefault\r
1245         parentFont = True\r
1246         EraseBackground = True\r
1247         Localizy = loForm\r
1248         Transparent = False\r
1249         Text = '1'\r
1250         Options = [eoReadonly]\r
1251         TabStop = True\r
1252         TextAlign = taLeft\r
1253         autoSize = False\r
1254         HasBorder = True\r
1255         EditTabChar = False\r
1256         Brush.Color = clWindow\r
1257         Brush.BrushStyle = bsSolid\r
1258       end\r
1259       object UpDownRight: TKOLMHUpDown\r
1260         Tag = 0\r
1261         Left = 72\r
1262         Top = 36\r
1263         Width = 15\r
1264         Height = 22\r
1265         HelpContext = 0\r
1266         IgnoreDefault = False\r
1267         TabOrder = 0\r
1268         MinWidth = 0\r
1269         MinHeight = 0\r
1270         MaxWidth = 0\r
1271         MaxHeight = 0\r
1272         PlaceDown = False\r
1273         PlaceRight = False\r
1274         PlaceUnder = False\r
1275         Visible = True\r
1276         Enabled = True\r
1277         DoubleBuffered = False\r
1278         Align = caNone\r
1279         CenterOnParent = False\r
1280         Ctl3D = True\r
1281         parentColor = True\r
1282         parentFont = True\r
1283         EraseBackground = True\r
1284         Localizy = loForm\r
1285         Min = 0\r
1286         Max = 10\r
1287         Position = 1\r
1288         ArrowKeys = False\r
1289         Orientation = udVertical\r
1290         AlignButton = udRight\r
1291         Increment = 1\r
1292         Thousands = False\r
1293         Wrap = False\r
1294         AutoBuddy = False\r
1295         Buddy = EditBox2\r
1296         HexBase = False\r
1297         HotTrack = False\r
1298         OnChangingEx = UpDownRightChangingEx\r
1299       end\r
1300       object EditBox2: TKOLEditBox\r
1301         Tag = 0\r
1302         Left = 52\r
1303         Top = 36\r
1304         Width = 20\r
1305         Height = 22\r
1306         HelpContext = 0\r
1307         IgnoreDefault = False\r
1308         TabOrder = 1\r
1309         MinWidth = 0\r
1310         MinHeight = 0\r
1311         MaxWidth = 0\r
1312         MaxHeight = 0\r
1313         PlaceDown = False\r
1314         PlaceRight = False\r
1315         PlaceUnder = False\r
1316         Visible = True\r
1317         Enabled = True\r
1318         DoubleBuffered = False\r
1319         Align = caNone\r
1320         CenterOnParent = False\r
1321         Ctl3D = True\r
1322         Color = clWindow\r
1323         parentColor = False\r
1324         Font.Color = clWindowText\r
1325         Font.FontStyle = []\r
1326         Font.FontHeight = 10\r
1327         Font.FontWidth = 0\r
1328         Font.FontWeight = 0\r
1329         Font.FontName = 'MS Sans Serif'\r
1330         Font.FontOrientation = 0\r
1331         Font.FontCharset = 1\r
1332         Font.FontPitch = fpDefault\r
1333         parentFont = True\r
1334         EraseBackground = True\r
1335         Localizy = loForm\r
1336         Transparent = False\r
1337         Text = '1'\r
1338         Options = [eoReadonly]\r
1339         TabStop = True\r
1340         TextAlign = taLeft\r
1341         autoSize = False\r
1342         HasBorder = True\r
1343         EditTabChar = False\r
1344         Brush.Color = clWindow\r
1345         Brush.BrushStyle = bsSolid\r
1346       end\r
1347       object UpDownTop: TKOLMHUpDown\r
1348         Tag = 0\r
1349         Left = 116\r
1350         Top = 36\r
1351         Width = 15\r
1352         Height = 22\r
1353         HelpContext = 0\r
1354         IgnoreDefault = False\r
1355         TabOrder = 0\r
1356         MinWidth = 0\r
1357         MinHeight = 0\r
1358         MaxWidth = 0\r
1359         MaxHeight = 0\r
1360         PlaceDown = False\r
1361         PlaceRight = False\r
1362         PlaceUnder = False\r
1363         Visible = True\r
1364         Enabled = True\r
1365         DoubleBuffered = False\r
1366         Align = caNone\r
1367         CenterOnParent = False\r
1368         Ctl3D = True\r
1369         parentColor = True\r
1370         parentFont = True\r
1371         EraseBackground = True\r
1372         Localizy = loForm\r
1373         Min = 0\r
1374         Max = 10\r
1375         Position = 1\r
1376         ArrowKeys = False\r
1377         Orientation = udVertical\r
1378         AlignButton = udRight\r
1379         Increment = 1\r
1380         Thousands = False\r
1381         Wrap = False\r
1382         AutoBuddy = False\r
1383         Buddy = EditBox3\r
1384         HexBase = False\r
1385         HotTrack = False\r
1386         OnChangingEx = UpDownTopChangingEx\r
1387       end\r
1388       object EditBox3: TKOLEditBox\r
1389         Tag = 0\r
1390         Left = 96\r
1391         Top = 36\r
1392         Width = 20\r
1393         Height = 22\r
1394         HelpContext = 0\r
1395         IgnoreDefault = False\r
1396         TabOrder = 2\r
1397         MinWidth = 0\r
1398         MinHeight = 0\r
1399         MaxWidth = 0\r
1400         MaxHeight = 0\r
1401         PlaceDown = False\r
1402         PlaceRight = False\r
1403         PlaceUnder = False\r
1404         Visible = True\r
1405         Enabled = True\r
1406         DoubleBuffered = False\r
1407         Align = caNone\r
1408         CenterOnParent = False\r
1409         Ctl3D = True\r
1410         Color = clWindow\r
1411         parentColor = False\r
1412         Font.Color = clWindowText\r
1413         Font.FontStyle = []\r
1414         Font.FontHeight = 10\r
1415         Font.FontWidth = 0\r
1416         Font.FontWeight = 0\r
1417         Font.FontName = 'MS Sans Serif'\r
1418         Font.FontOrientation = 0\r
1419         Font.FontCharset = 1\r
1420         Font.FontPitch = fpDefault\r
1421         parentFont = True\r
1422         EraseBackground = True\r
1423         Localizy = loForm\r
1424         Transparent = False\r
1425         Text = '1'\r
1426         Options = [eoReadonly]\r
1427         TabStop = True\r
1428         TextAlign = taLeft\r
1429         autoSize = False\r
1430         HasBorder = True\r
1431         EditTabChar = False\r
1432         Brush.Color = clWindow\r
1433         Brush.BrushStyle = bsSolid\r
1434       end\r
1435       object UpDownBottom: TKOLMHUpDown\r
1436         Tag = 0\r
1437         Left = 160\r
1438         Top = 36\r
1439         Width = 15\r
1440         Height = 22\r
1441         HelpContext = 0\r
1442         IgnoreDefault = False\r
1443         TabOrder = 0\r
1444         MinWidth = 0\r
1445         MinHeight = 0\r
1446         MaxWidth = 0\r
1447         MaxHeight = 0\r
1448         PlaceDown = False\r
1449         PlaceRight = False\r
1450         PlaceUnder = False\r
1451         Visible = True\r
1452         Enabled = True\r
1453         DoubleBuffered = False\r
1454         Align = caNone\r
1455         CenterOnParent = False\r
1456         Ctl3D = True\r
1457         parentColor = True\r
1458         parentFont = True\r
1459         EraseBackground = True\r
1460         Localizy = loForm\r
1461         Min = 0\r
1462         Max = 10\r
1463         Position = 1\r
1464         ArrowKeys = False\r
1465         Orientation = udVertical\r
1466         AlignButton = udRight\r
1467         Increment = 1\r
1468         Thousands = False\r
1469         Wrap = False\r
1470         AutoBuddy = False\r
1471         Buddy = EditBox4\r
1472         HexBase = False\r
1473         HotTrack = False\r
1474         OnChangingEx = UpDownBottomChangingEx\r
1475       end\r
1476       object EditBox4: TKOLEditBox\r
1477         Tag = 0\r
1478         Left = 140\r
1479         Top = 36\r
1480         Width = 20\r
1481         Height = 22\r
1482         HelpContext = 0\r
1483         IgnoreDefault = False\r
1484         TabOrder = 2\r
1485         MinWidth = 0\r
1486         MinHeight = 0\r
1487         MaxWidth = 0\r
1488         MaxHeight = 0\r
1489         PlaceDown = False\r
1490         PlaceRight = False\r
1491         PlaceUnder = False\r
1492         Visible = True\r
1493         Enabled = True\r
1494         DoubleBuffered = False\r
1495         Align = caNone\r
1496         CenterOnParent = False\r
1497         Ctl3D = True\r
1498         Color = clWindow\r
1499         parentColor = False\r
1500         Font.Color = clWindowText\r
1501         Font.FontStyle = []\r
1502         Font.FontHeight = 10\r
1503         Font.FontWidth = 0\r
1504         Font.FontWeight = 0\r
1505         Font.FontName = 'MS Sans Serif'\r
1506         Font.FontOrientation = 0\r
1507         Font.FontCharset = 1\r
1508         Font.FontPitch = fpDefault\r
1509         parentFont = True\r
1510         EraseBackground = True\r
1511         Localizy = loForm\r
1512         Transparent = False\r
1513         Text = '1'\r
1514         Options = [eoReadonly]\r
1515         TabStop = True\r
1516         TextAlign = taLeft\r
1517         autoSize = False\r
1518         HasBorder = True\r
1519         EditTabChar = False\r
1520         Brush.Color = clWindow\r
1521         Brush.BrushStyle = bsSolid\r
1522       end\r
1523     end\r
1524     object gbTitle: TKOLGroupBox\r
1525       Tag = 0\r
1526       Left = 8\r
1527       Top = 380\r
1528       Width = 185\r
1529       Height = 85\r
1530       HelpContext = 0\r
1531       IgnoreDefault = False\r
1532       TabOrder = 4\r
1533       MinWidth = 0\r
1534       MinHeight = 0\r
1535       MaxWidth = 0\r
1536       MaxHeight = 0\r
1537       PlaceDown = False\r
1538       PlaceRight = False\r
1539       PlaceUnder = False\r
1540       Visible = True\r
1541       Enabled = True\r
1542       DoubleBuffered = False\r
1543       Align = caNone\r
1544       CenterOnParent = False\r
1545       Caption = 'Title'\r
1546       Ctl3D = True\r
1547       Color = clBtnFace\r
1548       parentColor = True\r
1549       Font.Color = clWindowText\r
1550       Font.FontStyle = []\r
1551       Font.FontHeight = 10\r
1552       Font.FontWidth = 0\r
1553       Font.FontWeight = 0\r
1554       Font.FontName = 'MS Sans Serif'\r
1555       Font.FontOrientation = 0\r
1556       Font.FontCharset = 1\r
1557       Font.FontPitch = fpDefault\r
1558       parentFont = False\r
1559       EraseBackground = True\r
1560       Localizy = loForm\r
1561       Transparent = False\r
1562       Border = 2\r
1563       MarginTop = 22\r
1564       MarginBottom = 2\r
1565       MarginLeft = 2\r
1566       MarginRight = 2\r
1567       TextAlign = taLeft\r
1568       HasBorder = False\r
1569       Brush.Color = clBtnFace\r
1570       Brush.BrushStyle = bsSolid\r
1571       object btnColor: TKOLButton\r
1572         Tag = 0\r
1573         Left = 12\r
1574         Top = 24\r
1575         Width = 65\r
1576         Height = 22\r
1577         HelpContext = 0\r
1578         IgnoreDefault = True\r
1579         TabOrder = 0\r
1580         MinWidth = 0\r
1581         MinHeight = 0\r
1582         MaxWidth = 0\r
1583         MaxHeight = 0\r
1584         PlaceDown = False\r
1585         PlaceRight = False\r
1586         PlaceUnder = False\r
1587         Visible = True\r
1588         Enabled = True\r
1589         DoubleBuffered = False\r
1590         Align = caNone\r
1591         CenterOnParent = False\r
1592         Caption = 'Color'\r
1593         Ctl3D = True\r
1594         Color = clBtnFace\r
1595         parentColor = False\r
1596         Font.Color = clWindowText\r
1597         Font.FontStyle = []\r
1598         Font.FontHeight = 10\r
1599         Font.FontWidth = 0\r
1600         Font.FontWeight = 0\r
1601         Font.FontName = 'MS Sans Serif'\r
1602         Font.FontOrientation = 0\r
1603         Font.FontCharset = 1\r
1604         Font.FontPitch = fpDefault\r
1605         parentFont = True\r
1606         OnClick = btnColorClick\r
1607         EraseBackground = True\r
1608         Localizy = loForm\r
1609         TextAlign = taCenter\r
1610         VerticalAlign = vaCenter\r
1611         TabStop = True\r
1612         LikeSpeedButton = False\r
1613         autoSize = False\r
1614         DefaultBtn = False\r
1615         CancelBtn = False\r
1616         image.Data = {07544269746D617000000000}\r
1617       end\r
1618       object btnFont: TKOLButton\r
1619         Tag = 0\r
1620         Left = 12\r
1621         Top = 52\r
1622         Width = 64\r
1623         Height = 22\r
1624         HelpContext = 0\r
1625         IgnoreDefault = True\r
1626         TabOrder = 1\r
1627         MinWidth = 0\r
1628         MinHeight = 0\r
1629         MaxWidth = 0\r
1630         MaxHeight = 0\r
1631         PlaceDown = False\r
1632         PlaceRight = False\r
1633         PlaceUnder = False\r
1634         Visible = True\r
1635         Enabled = True\r
1636         DoubleBuffered = False\r
1637         Align = caNone\r
1638         CenterOnParent = False\r
1639         Caption = 'Font'\r
1640         Ctl3D = True\r
1641         Color = clBtnFace\r
1642         parentColor = False\r
1643         Font.Color = clWindowText\r
1644         Font.FontStyle = []\r
1645         Font.FontHeight = 10\r
1646         Font.FontWidth = 0\r
1647         Font.FontWeight = 0\r
1648         Font.FontName = 'MS Sans Serif'\r
1649         Font.FontOrientation = 0\r
1650         Font.FontCharset = 1\r
1651         Font.FontPitch = fpDefault\r
1652         parentFont = True\r
1653         OnClick = btnFontClick\r
1654         EraseBackground = True\r
1655         Localizy = loForm\r
1656         TextAlign = taCenter\r
1657         VerticalAlign = vaCenter\r
1658         TabStop = True\r
1659         LikeSpeedButton = False\r
1660         autoSize = False\r
1661         DefaultBtn = False\r
1662         CancelBtn = False\r
1663         image.Data = {07544269746D617000000000}\r
1664       end\r
1665       object btnSelectColor: TKOLButton\r
1666         Tag = 0\r
1667         Left = 84\r
1668         Top = 24\r
1669         Width = 89\r
1670         Height = 22\r
1671         HelpContext = 0\r
1672         IgnoreDefault = True\r
1673         TabOrder = 2\r
1674         MinWidth = 0\r
1675         MinHeight = 0\r
1676         MaxWidth = 0\r
1677         MaxHeight = 0\r
1678         PlaceDown = False\r
1679         PlaceRight = False\r
1680         PlaceUnder = False\r
1681         Visible = True\r
1682         Enabled = True\r
1683         DoubleBuffered = False\r
1684         Align = caNone\r
1685         CenterOnParent = False\r
1686         Caption = 'Select Color'\r
1687         Ctl3D = True\r
1688         Color = clBtnFace\r
1689         parentColor = False\r
1690         Font.Color = clWindowText\r
1691         Font.FontStyle = []\r
1692         Font.FontHeight = 10\r
1693         Font.FontWidth = 0\r
1694         Font.FontWeight = 0\r
1695         Font.FontName = 'MS Sans Serif'\r
1696         Font.FontOrientation = 0\r
1697         Font.FontCharset = 1\r
1698         Font.FontPitch = fpDefault\r
1699         parentFont = True\r
1700         OnClick = btnSelectColorClick\r
1701         EraseBackground = True\r
1702         Localizy = loForm\r
1703         TextAlign = taCenter\r
1704         VerticalAlign = vaCenter\r
1705         TabStop = True\r
1706         LikeSpeedButton = False\r
1707         autoSize = False\r
1708         DefaultBtn = False\r
1709         CancelBtn = False\r
1710         image.Data = {07544269746D617000000000}\r
1711       end\r
1712       object btnSelectFont: TKOLButton\r
1713         Tag = 0\r
1714         Left = 84\r
1715         Top = 52\r
1716         Width = 89\r
1717         Height = 22\r
1718         HelpContext = 0\r
1719         IgnoreDefault = True\r
1720         TabOrder = 2\r
1721         MinWidth = 0\r
1722         MinHeight = 0\r
1723         MaxWidth = 0\r
1724         MaxHeight = 0\r
1725         PlaceDown = False\r
1726         PlaceRight = False\r
1727         PlaceUnder = False\r
1728         Visible = True\r
1729         Enabled = True\r
1730         DoubleBuffered = False\r
1731         Align = caNone\r
1732         CenterOnParent = False\r
1733         Caption = 'Select Font'\r
1734         Ctl3D = True\r
1735         Color = clBtnFace\r
1736         parentColor = False\r
1737         Font.Color = clWindowText\r
1738         Font.FontStyle = []\r
1739         Font.FontHeight = 10\r
1740         Font.FontWidth = 0\r
1741         Font.FontWeight = 0\r
1742         Font.FontName = 'MS Sans Serif'\r
1743         Font.FontOrientation = 0\r
1744         Font.FontCharset = 1\r
1745         Font.FontPitch = fpDefault\r
1746         parentFont = True\r
1747         OnClick = btnSelectFontClick\r
1748         EraseBackground = True\r
1749         Localizy = loForm\r
1750         TextAlign = taCenter\r
1751         VerticalAlign = vaCenter\r
1752         TabStop = True\r
1753         LikeSpeedButton = False\r
1754         autoSize = False\r
1755         DefaultBtn = False\r
1756         CancelBtn = False\r
1757         image.Data = {07544269746D617000000000}\r
1758       end\r
1759     end\r
1760     object cbTitleColButton: TKOLCheckBox\r
1761       Tag = 0\r
1762       Left = 112\r
1763       Top = 476\r
1764       Width = 89\r
1765       Height = 22\r
1766       HelpContext = 0\r
1767       IgnoreDefault = False\r
1768       TabOrder = 6\r
1769       MinWidth = 0\r
1770       MinHeight = 0\r
1771       MaxWidth = 0\r
1772       MaxHeight = 0\r
1773       PlaceDown = False\r
1774       PlaceRight = False\r
1775       PlaceUnder = False\r
1776       Visible = True\r
1777       Enabled = True\r
1778       DoubleBuffered = False\r
1779       Align = caNone\r
1780       CenterOnParent = False\r
1781       Caption = 'TitleColButton'\r
1782       Ctl3D = True\r
1783       Color = clBtnFace\r
1784       parentColor = True\r
1785       Font.Color = clWindowText\r
1786       Font.FontStyle = []\r
1787       Font.FontHeight = 10\r
1788       Font.FontWidth = 0\r
1789       Font.FontWeight = 0\r
1790       Font.FontName = 'MS Sans Serif'\r
1791       Font.FontOrientation = 0\r
1792       Font.FontCharset = 1\r
1793       Font.FontPitch = fpDefault\r
1794       parentFont = False\r
1795       OnClick = cbTitleColButtonClick\r
1796       EraseBackground = True\r
1797       Localizy = loForm\r
1798       Transparent = False\r
1799       Checked = False\r
1800       TabStop = True\r
1801       autoSize = False\r
1802       HasBorder = False\r
1803       Brush.Color = clBtnFace\r
1804       Brush.BrushStyle = bsSolid\r
1805       Auto3State = False\r
1806     end\r
1807     object cbTitleRowButton: TKOLCheckBox\r
1808       Tag = 0\r
1809       Left = 8\r
1810       Top = 476\r
1811       Width = 93\r
1812       Height = 22\r
1813       HelpContext = 0\r
1814       IgnoreDefault = False\r
1815       TabOrder = 5\r
1816       MinWidth = 0\r
1817       MinHeight = 0\r
1818       MaxWidth = 0\r
1819       MaxHeight = 0\r
1820       PlaceDown = False\r
1821       PlaceRight = False\r
1822       PlaceUnder = False\r
1823       Visible = True\r
1824       Enabled = True\r
1825       DoubleBuffered = False\r
1826       Align = caNone\r
1827       CenterOnParent = False\r
1828       Caption = 'TitleRowButton'\r
1829       Ctl3D = True\r
1830       Color = clBtnFace\r
1831       parentColor = True\r
1832       Font.Color = clWindowText\r
1833       Font.FontStyle = []\r
1834       Font.FontHeight = 10\r
1835       Font.FontWidth = 0\r
1836       Font.FontWeight = 0\r
1837       Font.FontName = 'MS Sans Serif'\r
1838       Font.FontOrientation = 0\r
1839       Font.FontCharset = 1\r
1840       Font.FontPitch = fpDefault\r
1841       parentFont = False\r
1842       OnClick = cbTitleRowButtonClick\r
1843       EraseBackground = True\r
1844       Localizy = loForm\r
1845       Transparent = False\r
1846       Checked = False\r
1847       TabStop = True\r
1848       autoSize = False\r
1849       HasBorder = False\r
1850       Brush.Color = clBtnFace\r
1851       Brush.BrushStyle = bsSolid\r
1852       Auto3State = False\r
1853     end\r
1854     object Button3: TKOLButton\r
1855       Tag = 0\r
1856       Left = 152\r
1857       Top = 508\r
1858       Width = 64\r
1859       Height = 22\r
1860       HelpContext = 0\r
1861       IgnoreDefault = True\r
1862       TabOrder = 0\r
1863       MinWidth = 0\r
1864       MinHeight = 0\r
1865       MaxWidth = 0\r
1866       MaxHeight = 0\r
1867       PlaceDown = False\r
1868       PlaceRight = False\r
1869       PlaceUnder = False\r
1870       Visible = True\r
1871       Enabled = True\r
1872       DoubleBuffered = False\r
1873       Align = caNone\r
1874       CenterOnParent = False\r
1875       Caption = 'Button3'\r
1876       Ctl3D = True\r
1877       Color = clBtnFace\r
1878       parentColor = False\r
1879       Font.Color = clWindowText\r
1880       Font.FontStyle = []\r
1881       Font.FontHeight = 10\r
1882       Font.FontWidth = 0\r
1883       Font.FontWeight = 0\r
1884       Font.FontName = 'MS Sans Serif'\r
1885       Font.FontOrientation = 0\r
1886       Font.FontCharset = 1\r
1887       Font.FontPitch = fpDefault\r
1888       parentFont = True\r
1889       EraseBackground = False\r
1890       Localizy = loForm\r
1891       TextAlign = taCenter\r
1892       VerticalAlign = vaCenter\r
1893       TabStop = True\r
1894       LikeSpeedButton = False\r
1895       autoSize = False\r
1896       DefaultBtn = False\r
1897       CancelBtn = False\r
1898       image.Data = {07544269746D617000000000}\r
1899     end\r
1900   end\r
1901   object Editor_2: TKOLPanel\r
1902     Tag = 0\r
1903     Left = 336\r
1904     Top = 272\r
1905     Width = 153\r
1906     Height = 24\r
1907     HelpContext = 0\r
1908     IgnoreDefault = False\r
1909     TabOrder = 2\r
1910     MinWidth = 0\r
1911     MinHeight = 0\r
1912     MaxWidth = 0\r
1913     MaxHeight = 0\r
1914     PlaceDown = False\r
1915     PlaceRight = False\r
1916     PlaceUnder = False\r
1917     Visible = False\r
1918     Enabled = True\r
1919     DoubleBuffered = False\r
1920     Align = caNone\r
1921     CenterOnParent = False\r
1922     Ctl3D = True\r
1923     Color = clMoneyGreen\r
1924     parentColor = False\r
1925     Font.Color = clWindowText\r
1926     Font.FontStyle = []\r
1927     Font.FontHeight = 0\r
1928     Font.FontWidth = 0\r
1929     Font.FontWeight = 0\r
1930     Font.FontName = 'MS Sans Serif'\r
1931     Font.FontOrientation = 0\r
1932     Font.FontCharset = 1\r
1933     Font.FontPitch = fpDefault\r
1934     parentFont = True\r
1935     EraseBackground = False\r
1936     Localizy = loForm\r
1937     Transparent = False\r
1938     TextAlign = taLeft\r
1939     edgeStyle = esNone\r
1940     VerticalAlign = vaTop\r
1941     Border = 0\r
1942     MarginTop = 0\r
1943     MarginBottom = 0\r
1944     MarginLeft = 0\r
1945     MarginRight = 0\r
1946     Brush.Color = clMoneyGreen\r
1947     Brush.BrushStyle = bsSolid\r
1948     ShowAccelChar = False\r
1949     object Button1: TKOLButton\r
1950       Tag = 0\r
1951       Left = 128\r
1952       Top = 0\r
1953       Width = 25\r
1954       Height = 24\r
1955       HelpContext = 0\r
1956       IgnoreDefault = True\r
1957       TabOrder = 0\r
1958       MinWidth = 0\r
1959       MinHeight = 0\r
1960       MaxWidth = 0\r
1961       MaxHeight = 0\r
1962       PlaceDown = False\r
1963       PlaceRight = False\r
1964       PlaceUnder = False\r
1965       Visible = True\r
1966       Enabled = True\r
1967       DoubleBuffered = False\r
1968       Align = caRight\r
1969       CenterOnParent = False\r
1970       Caption = '...'\r
1971       Ctl3D = True\r
1972       Color = clBtnFace\r
1973       parentColor = False\r
1974       Font.Color = clWindowText\r
1975       Font.FontStyle = []\r
1976       Font.FontHeight = 0\r
1977       Font.FontWidth = 0\r
1978       Font.FontWeight = 0\r
1979       Font.FontName = 'MS Sans Serif'\r
1980       Font.FontOrientation = 0\r
1981       Font.FontCharset = 1\r
1982       Font.FontPitch = fpDefault\r
1983       parentFont = True\r
1984       EraseBackground = False\r
1985       Localizy = loForm\r
1986       TextAlign = taCenter\r
1987       VerticalAlign = vaCenter\r
1988       TabStop = False\r
1989       LikeSpeedButton = False\r
1990       autoSize = False\r
1991       DefaultBtn = False\r
1992       CancelBtn = False\r
1993       image.Data = {07544269746D617000000000}\r
1994     end\r
1995   end\r
1996   object Editor_1: TKOLEditBox\r
1997     Tag = 0\r
1998     Left = 223\r
1999     Top = 288\r
2000     Width = 100\r
2001     Height = 22\r
2002     HelpContext = 0\r
2003     IgnoreDefault = False\r
2004     TabOrder = 1\r
2005     MinWidth = 0\r
2006     MinHeight = 0\r
2007     MaxWidth = 0\r
2008     MaxHeight = 0\r
2009     PlaceDown = False\r
2010     PlaceRight = False\r
2011     PlaceUnder = False\r
2012     Visible = False\r
2013     Enabled = True\r
2014     DoubleBuffered = False\r
2015     Align = caNone\r
2016     CenterOnParent = False\r
2017     Ctl3D = True\r
2018     Color = clWindow\r
2019     parentColor = False\r
2020     Font.Color = clWindowText\r
2021     Font.FontStyle = []\r
2022     Font.FontHeight = 0\r
2023     Font.FontWidth = 0\r
2024     Font.FontWeight = 0\r
2025     Font.FontName = 'MS Sans Serif'\r
2026     Font.FontOrientation = 0\r
2027     Font.FontCharset = 1\r
2028     Font.FontPitch = fpDefault\r
2029     parentFont = True\r
2030     EraseBackground = False\r
2031     Localizy = loForm\r
2032     Transparent = False\r
2033     Options = []\r
2034     TabStop = True\r
2035     TextAlign = taLeft\r
2036     autoSize = False\r
2037     HasBorder = False\r
2038     EditTabChar = False\r
2039     Brush.Color = clWindow\r
2040     Brush.BrushStyle = bsSolid\r
2041   end\r
2042   object CheckBox1: TKOLCheckBox\r
2043     Tag = 0\r
2044     Left = 487\r
2045     Top = 184\r
2046     Width = 72\r
2047     Height = 23\r
2048     HelpContext = 0\r
2049     IgnoreDefault = False\r
2050     TabOrder = 3\r
2051     MinWidth = 0\r
2052     MinHeight = 0\r
2053     MaxWidth = 0\r
2054     MaxHeight = 0\r
2055     PlaceDown = False\r
2056     PlaceRight = False\r
2057     PlaceUnder = False\r
2058     Visible = False\r
2059     Enabled = True\r
2060     DoubleBuffered = False\r
2061     Align = caNone\r
2062     CenterOnParent = False\r
2063     Caption = 'CheckBox1'\r
2064     Ctl3D = True\r
2065     Color = clBtnFace\r
2066     parentColor = True\r
2067     Font.Color = clWindowText\r
2068     Font.FontStyle = []\r
2069     Font.FontHeight = 0\r
2070     Font.FontWidth = 0\r
2071     Font.FontWeight = 0\r
2072     Font.FontName = 'MS Sans Serif'\r
2073     Font.FontOrientation = 0\r
2074     Font.FontCharset = 1\r
2075     Font.FontPitch = fpDefault\r
2076     parentFont = True\r
2077     EraseBackground = False\r
2078     Localizy = loForm\r
2079     Transparent = False\r
2080     Checked = False\r
2081     TabStop = False\r
2082     autoSize = False\r
2083     HasBorder = False\r
2084     Brush.Color = clBtnFace\r
2085     Brush.BrushStyle = bsSolid\r
2086     Auto3State = False\r
2087   end\r
2088   object ComboBox1: TKOLComboBox\r
2089     Tag = 0\r
2090     Left = 564\r
2091     Top = 256\r
2092     Width = 100\r
2093     Height = 22\r
2094     HelpContext = 0\r
2095     IgnoreDefault = False\r
2096     TabOrder = 4\r
2097     MinWidth = 0\r
2098     MinHeight = 0\r
2099     MaxWidth = 0\r
2100     MaxHeight = 0\r
2101     PlaceDown = False\r
2102     PlaceRight = False\r
2103     PlaceUnder = False\r
2104     Visible = False\r
2105     Enabled = True\r
2106     DoubleBuffered = False\r
2107     Align = caNone\r
2108     CenterOnParent = False\r
2109     Ctl3D = True\r
2110     Color = clWindow\r
2111     parentColor = False\r
2112     Font.Color = clWindowText\r
2113     Font.FontStyle = []\r
2114     Font.FontHeight = 0\r
2115     Font.FontWidth = 0\r
2116     Font.FontWeight = 0\r
2117     Font.FontName = 'MS Sans Serif'\r
2118     Font.FontOrientation = 0\r
2119     Font.FontCharset = 1\r
2120     Font.FontPitch = fpDefault\r
2121     parentFont = True\r
2122     EraseBackground = False\r
2123     Localizy = loForm\r
2124     Transparent = False\r
2125     TabStop = True\r
2126     Options = [coNoIntegralHeight]\r
2127     Items.Strings = (\r
2128       'ComboBox1'\r
2129       'qwqqqq'\r
2130       'wqqqq'\r
2131       'qqqqqqqqqqqqqqqq'\r
2132       'w'\r
2133       'qdsxcsqdq'\r
2134       'www')\r
2135     CurIndex = 0\r
2136     DroppedWidth = 0\r
2137     autoSize = False\r
2138     Brush.Color = clWindow\r
2139     Brush.BrushStyle = bsSolid\r
2140   end\r
2141   object KOLProject: TKOLProject\r
2142     Locked = False\r
2143     Localizy = False\r
2144     projectName = 'XLGridDemo'\r
2145     projectDest = 'XLGridDemo'\r
2146     sourcePath = 'C:\LANGUAGE\Delphi7\KOL\mdvLib\KOLmdvXLGrid\KOLmdvXLGridDemo\'\r
2147     outdcuPath = 'C:\LANGUAGE\Delphi7\KOL\mdvLib\KOLmdvXLGrid\KOLmdvXLGridDemo\'\r
2148     dprResource = False\r
2149     protectFiles = True\r
2150     showReport = False\r
2151     isKOLProject = True\r
2152     autoBuild = True\r
2153     autoBuildDelay = 500\r
2154     BUILD = False\r
2155     consoleOut = False\r
2156     SupportAnsiMnemonics = 0\r
2157     PaintType = ptWYSIWIG\r
2158     ShowHint = False\r
2159     Left = 612\r
2160     Top = 36\r
2161   end\r
2162   object ColorDialog: TKOLColorDialog\r
2163     ColorCustomOption = ccoFullOpen\r
2164     CustomColor1 = clWhite\r
2165     CustomColor2 = clWhite\r
2166     CustomColor3 = clWhite\r
2167     CustomColor4 = clWhite\r
2168     CustomColor5 = clWhite\r
2169     CustomColor6 = clWhite\r
2170     CustomColor7 = clWhite\r
2171     CustomColor8 = clWhite\r
2172     CustomColor9 = clWhite\r
2173     CustomColor10 = clWhite\r
2174     CustomColor11 = clWhite\r
2175     CustomColor12 = clWhite\r
2176     CustomColor13 = clWhite\r
2177     CustomColor14 = clWhite\r
2178     CustomColor15 = clWhite\r
2179     CustomColor16 = clWhite\r
2180     Left = 280\r
2181     Top = 416\r
2182   end\r
2183   object MHFontDialog: TKOLMHFontDialog\r
2184     MinFontSize = 0\r
2185     MaxFontSize = 0\r
2186     Device = fdBoth\r
2187     InitFont.Color = clWindowText\r
2188     InitFont.FontStyle = []\r
2189     InitFont.FontHeight = 0\r
2190     InitFont.FontWidth = 0\r
2191     InitFont.FontWeight = 0\r
2192     InitFont.FontName = 'MS Sans Serif'\r
2193     InitFont.FontOrientation = 0\r
2194     InitFont.FontCharset = 1\r
2195     InitFont.FontPitch = fpDefault\r
2196     Options = []\r
2197     Left = 360\r
2198     Top = 416\r
2199   end\r
2200   object KOLForm: TKOLForm\r
2201     Tag = 0\r
2202     ForceIcon16x16 = False\r
2203     Caption = 'XLGrid Demo'\r
2204     Visible = True\r
2205     AllBtnReturnClick = False\r
2206     Tabulate = True\r
2207     TabulateEx = False\r
2208     Locked = False\r
2209     formUnit = 'Main'\r
2210     formMain = True\r
2211     Enabled = True\r
2212     defaultSize = False\r
2213     defaultPosition = False\r
2214     MinWidth = 0\r
2215     MinHeight = 0\r
2216     MaxWidth = 0\r
2217     MaxHeight = 0\r
2218     HasBorder = True\r
2219     HasCaption = True\r
2220     StayOnTop = False\r
2221     CanResize = True\r
2222     CenterOnScreen = False\r
2223     Ctl3D = True\r
2224     WindowState = wsNormal\r
2225     minimizeIcon = True\r
2226     maximizeIcon = True\r
2227     closeIcon = True\r
2228     helpContextIcon = False\r
2229     borderStyle = fbsSingle\r
2230     HelpContext = 0\r
2231     Color = clBtnFace\r
2232     Font.Color = clWindowText\r
2233     Font.FontStyle = []\r
2234     Font.FontHeight = 0\r
2235     Font.FontWidth = 0\r
2236     Font.FontWeight = 0\r
2237     Font.FontName = 'MS Sans Serif'\r
2238     Font.FontOrientation = 0\r
2239     Font.FontCharset = 1\r
2240     Font.FontPitch = fpDefault\r
2241     Brush.Color = clBtnFace\r
2242     Brush.BrushStyle = bsSolid\r
2243     DoubleBuffered = False\r
2244     PreventResizeFlicks = False\r
2245     Transparent = False\r
2246     AlphaBlend = 255\r
2247     Border = 2\r
2248     MarginLeft = 0\r
2249     MarginRight = 0\r
2250     MarginTop = 0\r
2251     MarginBottom = 0\r
2252     MinimizeNormalAnimated = False\r
2253     zOrderChildren = False\r
2254     statusSizeGrip = True\r
2255     Localizy = False\r
2256     ShowHint = False\r
2257     OnFormCreate = KOLFormFormCreate\r
2258     EraseBackground = False\r
2259     supportMnemonics = False\r
2260     Left = 684\r
2261     Top = 36\r
2262   end\r
2263 end\r