Subversion Repositories colormanager

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object MainForm: TMainForm
2
  Left = 240
3
  Top = 140
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
6
  ClientHeight = 536
7
  ClientWidth = 736
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
14
  OldCreateOrder = False
15
  Position = poDesktopCenter
16
  OnClose = FormClose
17
  OnCreate = FormCreate
18
  PixelsPerInch = 96
19
  TextHeight = 13
20
  object TabControl: TTabControl
21
    Left = 0
22
    Top = 0
23
    Width = 736
24
    Height = 472
25
    Align = alClient
26
    TabOrder = 2
27
    Tabs.Strings = (
28
      '#'
29
      '#'
30
      '#'
31
      '#')
32
    TabIndex = 0
33
    OnChange = TabControlChange
34
    object Panel2: TPanel
35
      Left = 4
36
      Top = 24
37
      Width = 728
38
      Height = 444
39
      Align = alClient
40
      BevelOuter = bvNone
41
      TabOrder = 1
42
      Visible = False
43
      object ColorMixerBox: TGroupBox
44
        Left = 8
45
        Top = 4
46
        Width = 713
47
        Height = 117
48
        Caption = '#'
49
        TabOrder = 0
50
        object Color1Per: TLabel
51
          Left = 264
52
          Top = 32
53
          Width = 14
54
          Height = 16
55
          Caption = '%'
56
          Font.Charset = DEFAULT_CHARSET
57
          Font.Color = clWindowText
58
          Font.Height = -13
59
          Font.Name = 'MS Sans Serif'
60
          Font.Style = [fsBold]
61
          ParentFont = False
62
        end
63
        object Color2Per: TLabel
64
          Left = 264
65
          Top = 80
66
          Width = 14
67
          Height = 16
68
          Caption = '%'
69
          Font.Charset = DEFAULT_CHARSET
70
          Font.Color = clWindowText
71
          Font.Height = -13
72
          Font.Name = 'MS Sans Serif'
73
          Font.Style = [fsBold]
74
          ParentFont = False
75
        end
76
        object EqualLbl: TLabel
77
          Left = 376
78
          Top = 47
79
          Width = 21
80
          Height = 37
81
          Caption = '='
82
          Font.Charset = DEFAULT_CHARSET
83
          Font.Color = clWindowText
84
          Font.Height = -32
85
          Font.Name = 'MS Sans Serif'
86
          Font.Style = [fsBold]
87
          ParentFont = False
88
        end
89
        object Color2: TPanel
90
          Left = 16
91
          Top = 72
92
          Width = 153
93
          Height = 33
94
          Cursor = crHandPoint
95
          Caption = '#'
96
          ParentBackground = False
97
          TabOrder = 3
98
          OnMouseUp = ColorClick
99
        end
100
        object Color1: TPanel
101
          Left = 16
102
          Top = 24
103
          Width = 153
104
          Height = 33
105
          Cursor = crHandPoint
106
          Caption = '#'
107
          ParentBackground = False
108
          TabOrder = 0
109
          OnMouseUp = ColorClick
110
        end
111
        object MixedColor: TPanel
112
          Left = 504
113
          Top = 24
114
          Width = 193
115
          Height = 81
116
          Cursor = crHandPoint
117
          Caption = '#'
118
          ParentBackground = False
119
          TabOrder = 6
120
          OnMouseUp = ColorClick
121
        end
122
        object Color1Edt: TEdit
123
          Left = 176
124
          Top = 30
125
          Width = 65
126
          Height = 21
127
          MaxLength = 3
128
          TabOrder = 1
129
          OnKeyPress = EditKeyPress
130
        end
131
        object Color1Upd: TUpDown
132
          Left = 241
133
          Top = 30
134
          Width = 16
135
          Height = 21
136
          TabOrder = 2
137
          OnClick = UpDownClick
138
        end
139
        object Color2Edt: TEdit
140
          Left = 176
141
          Top = 78
142
          Width = 65
143
          Height = 21
144
          MaxLength = 3
145
          TabOrder = 4
146
          OnKeyPress = EditKeyPress
147
        end
148
        object Color2Upd: TUpDown
149
          Left = 241
150
          Top = 78
151
          Width = 16
152
          Height = 21
153
          TabOrder = 5
154
          OnClick = UpDownClick
155
        end
156
      end
157
      object ColorBox: TGroupBox
158
        Left = 8
159
        Top = 125
160
        Width = 713
161
        Height = 316
162
        Caption = '#'
163
        TabOrder = 1
164
        object DelphiBoxLbl: TLabel
165
          Left = 368
166
          Top = 24
167
          Width = 9
168
          Height = 13
169
          Caption = '#'
170
          Font.Charset = DEFAULT_CHARSET
171
          Font.Color = clWindowText
172
          Font.Height = -11
173
          Font.Name = 'MS Sans Serif'
174
          Font.Style = [fsBold]
175
          ParentFont = False
176
        end
177
        object WebcolorLbl: TLabel
178
          Left = 552
179
          Top = 24
180
          Width = 9
181
          Height = 13
182
          Caption = '#'
183
          Font.Charset = DEFAULT_CHARSET
184
          Font.Color = clWindowText
185
          Font.Height = -11
186
          Font.Name = 'MS Sans Serif'
187
          Font.Style = [fsBold]
188
          ParentFont = False
189
        end
190
        object PalLbl: TLabel
191
          Left = 232
192
          Top = 24
193
          Width = 9
194
          Height = 13
195
          Caption = '#'
196
          Font.Charset = DEFAULT_CHARSET
197
          Font.Color = clWindowText
198
          Font.Height = -11
199
          Font.Name = 'MS Sans Serif'
200
          Font.Style = [fsBold]
201
          ParentFont = False
202
        end
203
        object DelphiZutreffendLbl: TLabel
204
          Left = 368
205
          Top = 240
206
          Width = 9
207
          Height = 13
208
          Caption = '#'
209
          Font.Charset = DEFAULT_CHARSET
210
          Font.Color = clWindowText
211
          Font.Height = -11
212
          Font.Name = 'MS Sans Serif'
213
          Font.Style = [fsBold]
214
          ParentFont = False
215
        end
216
        object WebZutreffendLbl: TLabel
217
          Left = 552
218
          Top = 240
219
          Width = 9
220
          Height = 13
221
          Caption = '#'
222
          Font.Charset = DEFAULT_CHARSET
223
          Font.Color = clWindowText
224
          Font.Height = -11
225
          Font.Name = 'MS Sans Serif'
226
          Font.Style = [fsBold]
227
          ParentFont = False
228
        end
229
        object DelphiBox: TColorListBox
230
          Left = 368
231
          Top = 40
232
          Width = 177
233
          Height = 193
234
          Font.Charset = DEFAULT_CHARSET
235
          Font.Color = clWindowText
236
          Font.Height = -11
237
          Font.Name = 'MS Sans Serif'
238
          Font.Style = []
239
          ItemHeight = 16
240
          ParentFont = False
241
          TabOrder = 0
242
          OnClick = DelphiBoxClick
243
        end
244
        object WebcolorBox: TListBox
245
          Left = 552
246
          Top = 40
247
          Width = 145
248
          Height = 193
249
          ItemHeight = 13
250
          Items.Strings = (
251
            'AliceBlue'
252
            'AntiqueWhite'
253
            'Aqua'
254
            'Aquamarine'
255
            'Azure'
256
            'Beige'
257
            'Bisque'
258
            'Black'
259
            'BlanchedAlmond'
260
            'Blue'
261
            'BlueViolet'
262
            'Brown'
263
            'BurlyWood'
264
            'CadetBlue'
265
            'Chartreuse'
266
            'Chocolate'
267
            'Coral'
268
            'CornflowerBlue'
269
            'Cornsilk'
270
            'Crimson'
271
            'Cyan'
272
            'DarkBlue'
273
            'DarkCyan'
274
            'DarkGoldenrod'
275
            'DarkGray'
276
            'DarkGreen'
277
            'DarkKhaki'
278
            'DarkMagenta'
279
            'DarkOliveGreen'
280
            'DarkOrange'
281
            'DarkOrchid'
282
            'DarkRed'
283
            'DarkSalmon'
284
            'DarkSeaGreen'
285
            'DarkSlateBlue'
286
            'DarkSlateGray'
287
            'DarkTurquoise'
288
            'DarkViolet'
289
            'DeepPink'
290
            'DeepSkyBlue'
291
            'DimGray'
292
            'DodgerBlue'
293
            'FireBrick'
294
            'FloralWhite'
295
            'ForestGreen'
296
            'Fuchsia'
297
            'Gainsboro'
298
            'GhostWhite'
299
            'Gold'
300
            'Goldenrod'
301
            'Gray'
302
            'Green'
303
            'GreenYellow'
304
            'Grey'
305
            'Honeydew'
306
            'HotPink'
307
            'IndianRed'
308
            'Indigo'
309
            'Ivory'
310
            'Khaki'
311
            'Lavender'
312
            'LavenderBlush'
313
            'LawnGreen'
314
            'LemonChiffon'
315
            'LightBlue'
316
            'LightCoral'
317
            'LightCyan'
318
            'LightGoldenrodYellow'
319
            'LightGreen'
320
            'LightGray'
321
            'LightPink'
322
            'LightSalmon'
323
            'LightSeaGreen'
324
            'LightSkyBlue'
325
            'LightSlateGray'
326
            'LightSteelBlue'
327
            'LightYellow'
328
            'Lime'
329
            'LimeGreen'
330
            'Linen'
331
            'Magenta'
332
            'Maroon'
333
            'MediumAquamarine'
334
            'MediumBlue'
335
            'MediumOrchid'
336
            'MediumPurple'
337
            'MediumSeaGreen'
338
            'MediumSlateBlue'
339
            'MediumSpringGreen'
340
            'MediumTurquoise'
341
            'MediumVioletRed'
342
            'MidnightBlue'
343
            'MintCream'
344
            'MistyRose'
345
            'Moccasin'
346
            'NavajoWhite'
347
            'Navy'
348
            'OldLace'
349
            'Olive'
350
            'OliveDrab'
351
            'Orange'
352
            'OrangeRed'
353
            'Orchid'
354
            'PaleGoldenrod'
355
            'PaleGreen'
356
            'PaleTurquoise'
357
            'PaleVioletRed'
358
            'PapayaWhip'
359
            'PeachPuff'
360
            'Peru'
361
            'Pink'
362
            'Plum'
363
            'PowderBlue'
364
            'Purple'
365
            'Red'
366
            'RosyBrown'
367
            'RoyalBlue'
368
            'SaddleBrown'
369
            'Salmon'
370
            'SandyBrown'
371
            'SeaGreen'
372
            'Seashell'
373
            'Sienna'
374
            'Silver'
375
            'SkyBlue'
376
            'SlateBlue'
377
            'SlateGray'
378
            'Snow'
379
            'SpringGreen'
380
            'SteelBlue'
381
            'Tan'
382
            'Teal'
383
            'Thistle'
384
            'Tomato'
385
            'Turquoise'
386
            'Violet'
387
            'Wheat'
388
            'White'
389
            'WhiteSmoke'
390
            'Yellow'
391
            'YellowGreen')
392
          TabOrder = 1
393
          OnClick = WebcolorBoxClick
394
        end
395
        object DelphiZutreffend: TListBox
396
          Left = 368
397
          Top = 256
398
          Width = 177
399
          Height = 49
400
          ItemHeight = 13
401
          TabOrder = 2
402
          OnClick = DelphiZutreffendClick
403
        end
404
        object FavoPnl: TPanel
405
          Left = 224
406
          Top = 176
407
          Width = 137
408
          Height = 129
409
          BevelOuter = bvNone
410
          TabOrder = 3
411
          object FavoritenLbl: TLabel
412
            Left = 8
413
            Top = 8
414
            Width = 9
415
            Height = 13
416
            Caption = '#'
417
            Font.Charset = DEFAULT_CHARSET
418
            Font.Color = clWindowText
419
            Font.Height = -11
420
            Font.Name = 'MS Sans Serif'
421
            Font.Style = [fsBold]
422
            ParentFont = False
423
          end
424
          object favo14: TPanel
425
            Left = 80
426
            Top = 72
427
            Width = 25
428
            Height = 25
429
            Cursor = crHandPoint
430
            BevelOuter = bvLowered
431
            Color = clBlack
432
            ParentBackground = False
433
            TabOrder = 0
434
            OnMouseUp = ColorClick
435
          end
436
          object favo13: TPanel
437
            Left = 56
438
            Top = 72
439
            Width = 25
440
            Height = 25
441
            Cursor = crHandPoint
442
            BevelOuter = bvLowered
443
            Color = clBlack
444
            ParentBackground = False
445
            TabOrder = 1
446
            OnMouseUp = ColorClick
447
          end
448
          object favo12: TPanel
449
            Left = 32
450
            Top = 72
451
            Width = 25
452
            Height = 25
453
            Cursor = crHandPoint
454
            BevelOuter = bvLowered
455
            Color = clBlack
456
            ParentBackground = False
457
            TabOrder = 2
458
            OnMouseUp = ColorClick
459
          end
460
          object favo11: TPanel
461
            Left = 8
462
            Top = 72
463
            Width = 25
464
            Height = 25
465
            Cursor = crHandPoint
466
            BevelOuter = bvLowered
467
            Color = clBlack
468
            ParentBackground = False
469
            TabOrder = 3
470
            OnMouseUp = ColorClick
471
          end
472
          object favo10: TPanel
473
            Left = 104
474
            Top = 48
475
            Width = 25
476
            Height = 25
477
            Cursor = crHandPoint
478
            BevelOuter = bvLowered
479
            Color = clBlack
480
            ParentBackground = False
481
            TabOrder = 4
482
            OnMouseUp = ColorClick
483
          end
484
          object favo9: TPanel
485
            Left = 80
486
            Top = 48
487
            Width = 25
488
            Height = 25
489
            Cursor = crHandPoint
490
            BevelOuter = bvLowered
491
            Color = clBlack
492
            ParentBackground = False
493
            TabOrder = 5
494
            OnMouseUp = ColorClick
495
          end
496
          object favo8: TPanel
497
            Left = 56
498
            Top = 48
499
            Width = 25
500
            Height = 25
501
            Cursor = crHandPoint
502
            BevelOuter = bvLowered
503
            Color = clBlack
504
            ParentBackground = False
505
            TabOrder = 6
506
            OnMouseUp = ColorClick
507
          end
508
          object favo7: TPanel
509
            Left = 32
510
            Top = 48
511
            Width = 25
512
            Height = 25
513
            Cursor = crHandPoint
514
            BevelOuter = bvLowered
515
            Color = clBlack
516
            ParentBackground = False
517
            TabOrder = 7
518
            OnMouseUp = ColorClick
519
          end
520
          object favo6: TPanel
521
            Left = 8
522
            Top = 48
523
            Width = 25
524
            Height = 25
525
            Cursor = crHandPoint
526
            BevelOuter = bvLowered
527
            Color = clBlack
528
            ParentBackground = False
529
            TabOrder = 8
530
            OnMouseUp = ColorClick
531
          end
532
          object favo5: TPanel
533
            Left = 104
534
            Top = 24
535
            Width = 25
536
            Height = 25
537
            Cursor = crHandPoint
538
            BevelOuter = bvLowered
539
            Color = clBlack
540
            ParentBackground = False
541
            TabOrder = 9
542
            OnMouseUp = ColorClick
543
          end
544
          object favo4: TPanel
545
            Left = 80
546
            Top = 24
547
            Width = 25
548
            Height = 25
549
            Cursor = crHandPoint
550
            BevelOuter = bvLowered
551
            Color = clBlack
552
            ParentBackground = False
553
            TabOrder = 10
554
            OnMouseUp = ColorClick
555
          end
556
          object favo3: TPanel
557
            Left = 56
558
            Top = 24
559
            Width = 25
560
            Height = 25
561
            Cursor = crHandPoint
562
            BevelOuter = bvLowered
563
            Color = clBlack
564
            ParentBackground = False
565
            TabOrder = 11
566
            OnMouseUp = ColorClick
567
          end
568
          object favo2: TPanel
569
            Left = 32
570
            Top = 24
571
            Width = 25
572
            Height = 25
573
            Cursor = crHandPoint
574
            BevelOuter = bvLowered
575
            Color = clBlack
576
            ParentBackground = False
577
            TabOrder = 12
578
            OnMouseUp = ColorClick
579
          end
580
          object favo1: TPanel
581
            Left = 8
582
            Top = 24
583
            Width = 25
584
            Height = 25
585
            Cursor = crHandPoint
586
            BevelOuter = bvLowered
587
            Color = clBlack
588
            ParentBackground = False
589
            TabOrder = 13
590
            OnMouseUp = ColorClick
591
          end
592
          object favo15: TPanel
593
            Left = 104
594
            Top = 72
595
            Width = 25
596
            Height = 25
597
            Cursor = crHandPoint
598
            BevelOuter = bvLowered
599
            Color = clBlack
600
            ParentBackground = False
601
            TabOrder = 14
602
            OnMouseUp = ColorClick
603
          end
604
          object favo16: TPanel
605
            Left = 8
606
            Top = 96
607
            Width = 25
608
            Height = 25
609
            Cursor = crHandPoint
610
            BevelOuter = bvLowered
611
            Color = clBlack
612
            ParentBackground = False
613
            TabOrder = 15
614
            OnMouseUp = ColorClick
615
          end
616
          object favo17: TPanel
617
            Left = 32
618
            Top = 96
619
            Width = 25
620
            Height = 25
621
            Cursor = crHandPoint
622
            BevelOuter = bvLowered
623
            Color = clBlack
624
            ParentBackground = False
625
            TabOrder = 16
626
            OnMouseUp = ColorClick
627
          end
628
          object favo18: TPanel
629
            Left = 56
630
            Top = 96
631
            Width = 25
632
            Height = 25
633
            Cursor = crHandPoint
634
            BevelOuter = bvLowered
635
            Color = clBlack
636
            ParentBackground = False
637
            TabOrder = 17
638
            OnMouseUp = ColorClick
639
          end
640
          object favo19: TPanel
641
            Left = 80
642
            Top = 96
643
            Width = 25
644
            Height = 25
645
            Cursor = crHandPoint
646
            BevelOuter = bvLowered
647
            Color = clBlack
648
            ParentBackground = False
649
            TabOrder = 18
650
            OnMouseUp = ColorClick
651
          end
652
          object favo20: TPanel
653
            Left = 104
654
            Top = 96
655
            Width = 25
656
            Height = 25
657
            Cursor = crHandPoint
658
            BevelOuter = bvLowered
659
            Color = clBlack
660
            ParentBackground = False
661
            TabOrder = 19
662
            OnMouseUp = ColorClick
663
          end
664
        end
665
        object BasicPanel: TPanel
666
          Left = 8
667
          Top = 224
668
          Width = 217
669
          Height = 81
670
          BevelOuter = bvNone
671
          TabOrder = 4
672
          object QBLbl: TLabel
673
            Left = 8
674
            Top = 8
675
            Width = 9
676
            Height = 13
677
            Caption = '#'
678
            Font.Charset = DEFAULT_CHARSET
679
            Font.Color = clWindowText
680
            Font.Height = -11
681
            Font.Name = 'MS Sans Serif'
682
            Font.Style = [fsBold]
683
            ParentFont = False
684
          end
685
          object cpa1: TPanel
686
            Left = 8
687
            Top = 24
688
            Width = 25
689
            Height = 25
690
            Cursor = crHandPoint
691
            BevelOuter = bvNone
692
            Caption = '0'
693
            Color = clBlack
694
            ParentBackground = False
695
            TabOrder = 0
696
            OnClick = DefColorClick
697
          end
698
          object cpa16: TPanel
699
            Left = 183
700
            Top = 48
701
            Width = 25
702
            Height = 25
703
            Cursor = crHandPoint
704
            BevelOuter = bvNone
705
            Caption = '15'
706
            Color = clWhite
707
            ParentBackground = False
708
            TabOrder = 1
709
            OnClick = DefColorClick
710
          end
711
          object cpa15: TPanel
712
            Left = 158
713
            Top = 48
714
            Width = 25
715
            Height = 25
716
            Cursor = crHandPoint
717
            BevelOuter = bvNone
718
            Caption = '14'
719
            Color = clYellow
720
            ParentBackground = False
721
            TabOrder = 2
722
            OnClick = DefColorClick
723
          end
724
          object cpa14: TPanel
725
            Left = 133
726
            Top = 48
727
            Width = 25
728
            Height = 25
729
            Cursor = crHandPoint
730
            BevelOuter = bvNone
731
            Caption = '13'
732
            Color = clFuchsia
733
            ParentBackground = False
734
            TabOrder = 3
735
            OnClick = DefColorClick
736
          end
737
          object cpa13: TPanel
738
            Left = 108
739
            Top = 48
740
            Width = 25
741
            Height = 25
742
            Cursor = crHandPoint
743
            BevelOuter = bvNone
744
            Caption = '12'
745
            Color = clRed
746
            ParentBackground = False
747
            TabOrder = 4
748
            OnClick = DefColorClick
749
          end
750
          object cpa12: TPanel
751
            Left = 83
752
            Top = 48
753
            Width = 25
754
            Height = 25
755
            Cursor = crHandPoint
756
            BevelOuter = bvNone
757
            Caption = '11'
758
            Color = clAqua
759
            ParentBackground = False
760
            TabOrder = 5
761
            OnClick = DefColorClick
762
          end
763
          object cpa11: TPanel
764
            Left = 58
765
            Top = 48
766
            Width = 25
767
            Height = 25
768
            Cursor = crHandPoint
769
            BevelOuter = bvNone
770
            Caption = '10'
771
            Color = clLime
772
            ParentBackground = False
773
            TabOrder = 6
774
            OnClick = DefColorClick
775
          end
776
          object cpa10: TPanel
777
            Left = 33
778
            Top = 48
779
            Width = 25
780
            Height = 25
781
            Cursor = crHandPoint
782
            BevelOuter = bvNone
783
            Caption = '9'
784
            Color = clBlue
785
            ParentBackground = False
786
            TabOrder = 7
787
            OnClick = DefColorClick
788
          end
789
          object cpa9: TPanel
790
            Left = 8
791
            Top = 48
792
            Width = 25
793
            Height = 25
794
            Cursor = crHandPoint
795
            BevelOuter = bvNone
796
            Caption = '8'
797
            Color = clGray
798
            ParentBackground = False
799
            TabOrder = 8
800
            OnClick = DefColorClick
801
          end
802
          object cpa8: TPanel
803
            Left = 183
804
            Top = 24
805
            Width = 25
806
            Height = 25
807
            Cursor = crHandPoint
808
            BevelOuter = bvNone
809
            Caption = '7'
810
            Color = clSilver
811
            ParentBackground = False
812
            TabOrder = 9
813
            OnClick = DefColorClick
814
          end
815
          object cpa7: TPanel
816
            Left = 158
817
            Top = 24
818
            Width = 25
819
            Height = 25
820
            Cursor = crHandPoint
821
            BevelOuter = bvNone
822
            Caption = '6'
823
            Color = clOlive
824
            ParentBackground = False
825
            TabOrder = 10
826
            OnClick = DefColorClick
827
          end
828
          object cpa6: TPanel
829
            Left = 133
830
            Top = 24
831
            Width = 25
832
            Height = 25
833
            Cursor = crHandPoint
834
            BevelOuter = bvNone
835
            Caption = '5'
836
            Color = clPurple
837
            ParentBackground = False
838
            TabOrder = 11
839
            OnClick = DefColorClick
840
          end
841
          object cpa5: TPanel
842
            Left = 108
843
            Top = 24
844
            Width = 25
845
            Height = 25
846
            Cursor = crHandPoint
847
            BevelOuter = bvNone
848
            Caption = '4'
849
            Color = clMaroon
850
            ParentBackground = False
851
            TabOrder = 12
852
            OnClick = DefColorClick
853
          end
854
          object cpa4: TPanel
855
            Left = 83
856
            Top = 24
857
            Width = 25
858
            Height = 25
859
            Cursor = crHandPoint
860
            BevelOuter = bvNone
861
            Caption = '3'
862
            Color = clTeal
863
            ParentBackground = False
864
            TabOrder = 13
865
            OnClick = DefColorClick
866
          end
867
          object cpa3: TPanel
868
            Left = 58
869
            Top = 24
870
            Width = 25
871
            Height = 25
872
            Cursor = crHandPoint
873
            BevelOuter = bvNone
874
            Caption = '2'
875
            Color = clGreen
876
            ParentBackground = False
877
            TabOrder = 14
878
            OnClick = DefColorClick
879
          end
880
          object cpa2: TPanel
881
            Left = 33
882
            Top = 24
883
            Width = 25
884
            Height = 25
885
            Cursor = crHandPoint
886
            BevelOuter = bvNone
887
            Caption = '1'
888
            Color = clNavy
889
            ParentBackground = False
890
            TabOrder = 15
891
            OnClick = DefColorClick
892
          end
893
        end
894
        object PalPanel: TPanel
895
          Left = 8
896
          Top = 16
897
          Width = 217
898
          Height = 209
899
          BevelOuter = bvNone
900
          TabOrder = 5
901
          object JskPanel: TPanel
902
            Left = 0
903
            Top = 0
904
            Width = 217
905
            Height = 209
906
            Align = alClient
907
            BevelOuter = bvNone
908
            TabOrder = 1
909
            Visible = False
910
            object PaintshopProLbl: TLabel
911
              Left = 8
912
              Top = 8
913
              Width = 9
914
              Height = 13
915
              Caption = '#'
916
              Font.Charset = DEFAULT_CHARSET
917
              Font.Color = clWindowText
918
              Font.Height = -11
919
              Font.Name = 'MS Sans Serif'
920
              Font.Style = [fsBold]
921
              ParentFont = False
922
            end
923
            object cpc47: TPanel
924
              Left = 158
925
              Top = 149
926
              Width = 25
927
              Height = 25
928
              Cursor = crHandPoint
929
              BevelOuter = bvNone
930
              Color = 16761087
931
              ParentBackground = False
932
              TabOrder = 0
933
              OnClick = DefColorClick
934
            end
935
            object cpc46: TPanel
936
              Left = 133
937
              Top = 149
938
              Width = 25
939
              Height = 25
940
              Cursor = crHandPoint
941
              BevelOuter = bvNone
942
              Color = 16744703
943
              ParentBackground = False
944
              TabOrder = 1
945
              OnClick = DefColorClick
946
            end
947
            object cpc45: TPanel
948
              Left = 108
949
              Top = 149
950
              Width = 25
951
              Height = 25
952
              Cursor = crHandPoint
953
              BevelOuter = bvNone
954
              Color = 16728319
955
              ParentBackground = False
956
              TabOrder = 2
957
              OnClick = DefColorClick
958
            end
959
            object cpc44: TPanel
960
              Left = 83
961
              Top = 149
962
              Width = 25
963
              Height = 25
964
              Cursor = crHandPoint
965
              BevelOuter = bvNone
966
              Color = 12583104
967
              ParentBackground = False
968
              TabOrder = 3
969
              OnClick = DefColorClick
970
            end
971
            object cpc43: TPanel
972
              Left = 58
973
              Top = 149
974
              Width = 25
975
              Height = 25
976
              Cursor = crHandPoint
977
              BevelOuter = bvNone
978
              Color = clPurple
979
              ParentBackground = False
980
              TabOrder = 4
981
              OnClick = DefColorClick
982
            end
983
            object cpc42: TPanel
984
              Left = 33
985
              Top = 149
986
              Width = 25
987
              Height = 25
988
              Cursor = crHandPoint
989
              BevelOuter = bvNone
990
              Color = 4194368
991
              ParentBackground = False
992
              TabOrder = 5
993
              OnClick = DefColorClick
994
            end
995
            object cpc39: TPanel
996
              Left = 158
997
              Top = 124
998
              Width = 25
999
              Height = 25
1000
              Cursor = crHandPoint
1001
              BevelOuter = bvNone
1002
              Color = 16761024
1003
              ParentBackground = False
1004
              TabOrder = 6
1005
              OnClick = DefColorClick
1006
            end
1007
            object cpc38: TPanel
1008
              Left = 133
1009
              Top = 124
1010
              Width = 25
1011
              Height = 25
1012
              Cursor = crHandPoint
1013
              BevelOuter = bvNone
1014
              Color = 16744576
1015
              ParentBackground = False
1016
              TabOrder = 7
1017
              OnClick = DefColorClick
1018
            end
1019
            object cpc37: TPanel
1020
              Left = 108
1021
              Top = 124
1022
              Width = 25
1023
              Height = 25
1024
              Cursor = crHandPoint
1025
              BevelOuter = bvNone
1026
              Color = 16728128
1027
              ParentBackground = False
1028
              TabOrder = 8
1029
              OnClick = DefColorClick
1030
            end
1031
            object cpc36: TPanel
1032
              Left = 83
1033
              Top = 124
1034
              Width = 25
1035
              Height = 25
1036
              Cursor = crHandPoint
1037
              BevelOuter = bvNone
1038
              Color = 12582912
1039
              ParentBackground = False
1040
              TabOrder = 9
1041
              OnClick = DefColorClick
1042
            end
1043
            object cpc35: TPanel
1044
              Left = 58
1045
              Top = 124
1046
              Width = 25
1047
              Height = 25
1048
              Cursor = crHandPoint
1049
              BevelOuter = bvNone
1050
              Color = clNavy
1051
              ParentBackground = False
1052
              TabOrder = 10
1053
              OnClick = DefColorClick
1054
            end
1055
            object cpc34: TPanel
1056
              Left = 33
1057
              Top = 124
1058
              Width = 25
1059
              Height = 25
1060
              Cursor = crHandPoint
1061
              BevelOuter = bvNone
1062
              Color = 4194304
1063
              ParentBackground = False
1064
              TabOrder = 11
1065
              OnClick = DefColorClick
1066
            end
1067
            object cpc31: TPanel
1068
              Left = 158
1069
              Top = 99
1070
              Width = 25
1071
              Height = 25
1072
              Cursor = crHandPoint
1073
              BevelOuter = bvNone
1074
              Color = 16777152
1075
              ParentBackground = False
1076
              TabOrder = 12
1077
              OnClick = DefColorClick
1078
            end
1079
            object cpc30: TPanel
1080
              Left = 133
1081
              Top = 99
1082
              Width = 25
1083
              Height = 25
1084
              Cursor = crHandPoint
1085
              BevelOuter = bvNone
1086
              Color = 16777088
1087
              ParentBackground = False
1088
              TabOrder = 13
1089
              OnClick = DefColorClick
1090
            end
1091
            object cpc29: TPanel
1092
              Left = 108
1093
              Top = 99
1094
              Width = 25
1095
              Height = 25
1096
              Cursor = crHandPoint
1097
              BevelOuter = bvNone
1098
              Color = 16777024
1099
              ParentBackground = False
1100
              TabOrder = 14
1101
              OnClick = DefColorClick
1102
            end
1103
            object cpc28: TPanel
1104
              Left = 83
1105
              Top = 99
1106
              Width = 25
1107
              Height = 25
1108
              Cursor = crHandPoint
1109
              BevelOuter = bvNone
1110
              Color = 12632064
1111
              ParentBackground = False
1112
              TabOrder = 15
1113
              OnClick = DefColorClick
1114
            end
1115
            object cpc27: TPanel
1116
              Left = 58
1117
              Top = 99
1118
              Width = 25
1119
              Height = 25
1120
              Cursor = crHandPoint
1121
              BevelOuter = bvNone
1122
              Color = clTeal
1123
              ParentBackground = False
1124
              TabOrder = 16
1125
              OnClick = DefColorClick
1126
            end
1127
            object cpc26: TPanel
1128
              Left = 33
1129
              Top = 99
1130
              Width = 25
1131
              Height = 25
1132
              Cursor = crHandPoint
1133
              BevelOuter = bvNone
1134
              Color = 4210688
1135
              ParentBackground = False
1136
              TabOrder = 17
1137
              OnClick = DefColorClick
1138
            end
1139
            object cpc23: TPanel
1140
              Left = 158
1141
              Top = 74
1142
              Width = 25
1143
              Height = 25
1144
              Cursor = crHandPoint
1145
              BevelOuter = bvNone
1146
              Color = 12648384
1147
              ParentBackground = False
1148
              TabOrder = 18
1149
              OnClick = DefColorClick
1150
            end
1151
            object cpc22: TPanel
1152
              Left = 133
1153
              Top = 74
1154
              Width = 25
1155
              Height = 25
1156
              Cursor = crHandPoint
1157
              BevelOuter = bvNone
1158
              Color = 8454016
1159
              ParentBackground = False
1160
              TabOrder = 19
1161
              OnClick = DefColorClick
1162
            end
1163
            object cpc21: TPanel
1164
              Left = 108
1165
              Top = 74
1166
              Width = 25
1167
              Height = 25
1168
              Cursor = crHandPoint
1169
              BevelOuter = bvNone
1170
              Color = 4259648
1171
              ParentBackground = False
1172
              TabOrder = 20
1173
              OnClick = DefColorClick
1174
            end
1175
            object cpc20: TPanel
1176
              Left = 83
1177
              Top = 74
1178
              Width = 25
1179
              Height = 25
1180
              Cursor = crHandPoint
1181
              BevelOuter = bvNone
1182
              Color = 49152
1183
              ParentBackground = False
1184
              TabOrder = 21
1185
              OnClick = DefColorClick
1186
            end
1187
            object cpc19: TPanel
1188
              Left = 58
1189
              Top = 74
1190
              Width = 25
1191
              Height = 25
1192
              Cursor = crHandPoint
1193
              BevelOuter = bvNone
1194
              Color = clGreen
1195
              ParentBackground = False
1196
              TabOrder = 22
1197
              OnClick = DefColorClick
1198
            end
1199
            object cpc18: TPanel
1200
              Left = 33
1201
              Top = 74
1202
              Width = 25
1203
              Height = 25
1204
              Cursor = crHandPoint
1205
              BevelOuter = bvNone
1206
              Color = 16384
1207
              ParentBackground = False
1208
              TabOrder = 23
1209
              OnClick = DefColorClick
1210
            end
1211
            object cpc40: TPanel
1212
              Left = 183
1213
              Top = 124
1214
              Width = 25
1215
              Height = 25
1216
              Cursor = crHandPoint
1217
              BevelOuter = bvNone
1218
              Color = clSilver
1219
              ParentBackground = False
1220
              TabOrder = 24
1221
              OnClick = DefColorClick
1222
            end
1223
            object cpc32: TPanel
1224
              Left = 183
1225
              Top = 99
1226
              Width = 25
1227
              Height = 25
1228
              Cursor = crHandPoint
1229
              BevelOuter = bvNone
1230
              Color = clGray
1231
              ParentBackground = False
1232
              TabOrder = 25
1233
              OnClick = DefColorClick
1234
            end
1235
            object cpc24: TPanel
1236
              Left = 183
1237
              Top = 74
1238
              Width = 25
1239
              Height = 25
1240
              Cursor = crHandPoint
1241
              BevelOuter = bvNone
1242
              Color = 4210752
1243
              ParentBackground = False
1244
              TabOrder = 26
1245
              OnClick = DefColorClick
1246
            end
1247
            object cpc16: TPanel
1248
              Left = 183
1249
              Top = 49
1250
              Width = 25
1251
              Height = 25
1252
              Cursor = crHandPoint
1253
              BevelOuter = bvNone
1254
              Color = 2105376
1255
              ParentBackground = False
1256
              TabOrder = 27
1257
              OnClick = DefColorClick
1258
            end
1259
            object cpc15: TPanel
1260
              Left = 158
1261
              Top = 49
1262
              Width = 25
1263
              Height = 25
1264
              Cursor = crHandPoint
1265
              BevelOuter = bvNone
1266
              Color = 12648447
1267
              ParentBackground = False
1268
              TabOrder = 28
1269
              OnClick = DefColorClick
1270
            end
1271
            object cpc14: TPanel
1272
              Left = 133
1273
              Top = 49
1274
              Width = 25
1275
              Height = 25
1276
              Cursor = crHandPoint
1277
              BevelOuter = bvNone
1278
              Color = 8454143
1279
              ParentBackground = False
1280
              TabOrder = 29
1281
              OnClick = DefColorClick
1282
            end
1283
            object cpc13: TPanel
1284
              Left = 108
1285
              Top = 49
1286
              Width = 25
1287
              Height = 25
1288
              Cursor = crHandPoint
1289
              BevelOuter = bvNone
1290
              Color = 4259839
1291
              ParentBackground = False
1292
              TabOrder = 30
1293
              OnClick = DefColorClick
1294
            end
1295
            object cpc12: TPanel
1296
              Left = 83
1297
              Top = 49
1298
              Width = 25
1299
              Height = 25
1300
              Cursor = crHandPoint
1301
              BevelOuter = bvNone
1302
              Color = 49344
1303
              ParentBackground = False
1304
              TabOrder = 31
1305
              OnClick = DefColorClick
1306
            end
1307
            object cpc11: TPanel
1308
              Left = 58
1309
              Top = 49
1310
              Width = 25
1311
              Height = 25
1312
              Cursor = crHandPoint
1313
              BevelOuter = bvNone
1314
              Color = clOlive
1315
              ParentBackground = False
1316
              TabOrder = 32
1317
              OnClick = DefColorClick
1318
            end
1319
            object cpc10: TPanel
1320
              Left = 33
1321
              Top = 49
1322
              Width = 25
1323
              Height = 25
1324
              Cursor = crHandPoint
1325
              BevelOuter = bvNone
1326
              Color = 16448
1327
              ParentBackground = False
1328
              TabOrder = 33
1329
              OnClick = DefColorClick
1330
            end
1331
            object cpc7: TPanel
1332
              Left = 158
1333
              Top = 24
1334
              Width = 25
1335
              Height = 25
1336
              Cursor = crHandPoint
1337
              BevelOuter = bvNone
1338
              Color = 12632319
1339
              ParentBackground = False
1340
              TabOrder = 34
1341
              OnClick = DefColorClick
1342
            end
1343
            object cpc6: TPanel
1344
              Left = 133
1345
              Top = 24
1346
              Width = 25
1347
              Height = 25
1348
              Cursor = crHandPoint
1349
              BevelOuter = bvNone
1350
              Color = 8421631
1351
              ParentBackground = False
1352
              TabOrder = 35
1353
              OnClick = DefColorClick
1354
            end
1355
            object cpc5: TPanel
1356
              Left = 108
1357
              Top = 24
1358
              Width = 25
1359
              Height = 25
1360
              Cursor = crHandPoint
1361
              BevelOuter = bvNone
1362
              Color = 4210943
1363
              ParentBackground = False
1364
              TabOrder = 36
1365
              OnClick = DefColorClick
1366
            end
1367
            object cpc4: TPanel
1368
              Left = 83
1369
              Top = 24
1370
              Width = 25
1371
              Height = 25
1372
              Cursor = crHandPoint
1373
              BevelOuter = bvNone
1374
              Color = 192
1375
              ParentBackground = False
1376
              TabOrder = 37
1377
              OnClick = DefColorClick
1378
            end
1379
            object cpc3: TPanel
1380
              Left = 58
1381
              Top = 24
1382
              Width = 25
1383
              Height = 25
1384
              Cursor = crHandPoint
1385
              BevelOuter = bvNone
1386
              Color = clMaroon
1387
              ParentBackground = False
1388
              TabOrder = 38
1389
              OnClick = DefColorClick
1390
            end
1391
            object cpc2: TPanel
1392
              Left = 33
1393
              Top = 24
1394
              Width = 25
1395
              Height = 25
1396
              Cursor = crHandPoint
1397
              BevelOuter = bvNone
1398
              Color = 64
1399
              ParentBackground = False
1400
              TabOrder = 39
1401
              OnClick = DefColorClick
1402
            end
1403
            object cpc8: TPanel
1404
              Left = 183
1405
              Top = 24
1406
              Width = 25
1407
              Height = 25
1408
              Cursor = crHandPoint
1409
              BevelOuter = bvNone
1410
              Color = clBlack
1411
              ParentBackground = False
1412
              TabOrder = 40
1413
              OnClick = DefColorClick
1414
            end
1415
            object cpc48: TPanel
1416
              Left = 183
1417
              Top = 149
1418
              Width = 25
1419
              Height = 25
1420
              Cursor = crHandPoint
1421
              BevelOuter = bvNone
1422
              Color = clWhite
1423
              ParentBackground = False
1424
              TabOrder = 41
1425
              OnClick = DefColorClick
1426
            end
1427
            object cpc41: TPanel
1428
              Left = 8
1429
              Top = 149
1430
              Width = 25
1431
              Height = 25
1432
              Cursor = crHandPoint
1433
              BevelOuter = bvNone
1434
              Color = clFuchsia
1435
              ParentBackground = False
1436
              TabOrder = 42
1437
              OnClick = DefColorClick
1438
            end
1439
            object cpc33: TPanel
1440
              Left = 8
1441
              Top = 124
1442
              Width = 25
1443
              Height = 25
1444
              Cursor = crHandPoint
1445
              BevelOuter = bvNone
1446
              Color = clBlue
1447
              ParentBackground = False
1448
              TabOrder = 43
1449
              OnClick = DefColorClick
1450
            end
1451
            object cpc25: TPanel
1452
              Left = 8
1453
              Top = 99
1454
              Width = 25
1455
              Height = 25
1456
              Cursor = crHandPoint
1457
              BevelOuter = bvNone
1458
              Color = clAqua
1459
              ParentBackground = False
1460
              TabOrder = 44
1461
              OnClick = DefColorClick
1462
            end
1463
            object cpc17: TPanel
1464
              Left = 8
1465
              Top = 74
1466
              Width = 25
1467
              Height = 25
1468
              Cursor = crHandPoint
1469
              BevelOuter = bvNone
1470
              Color = clLime
1471
              ParentBackground = False
1472
              TabOrder = 45
1473
              OnClick = DefColorClick
1474
            end
1475
            object cpc9: TPanel
1476
              Left = 8
1477
              Top = 49
1478
              Width = 25
1479
              Height = 25
1480
              Cursor = crHandPoint
1481
              BevelOuter = bvNone
1482
              Color = clYellow
1483
              ParentBackground = False
1484
              TabOrder = 46
1485
              OnClick = DefColorClick
1486
            end
1487
            object cpc1: TPanel
1488
              Left = 8
1489
              Top = 24
1490
              Width = 25
1491
              Height = 25
1492
              Cursor = crHandPoint
1493
              BevelOuter = bvNone
1494
              Color = clRed
1495
              ParentBackground = False
1496
              TabOrder = 47
1497
              OnClick = DefColorClick
1498
            end
1499
          end
1500
          object WinPanel: TPanel
1501
            Left = 0
1502
            Top = 0
1503
            Width = 217
1504
            Height = 209
1505
            Align = alClient
1506
            BevelOuter = bvNone
1507
            TabOrder = 0
1508
            object WindowsLbl: TLabel
1509
              Left = 8
1510
              Top = 8
1511
              Width = 9
1512
              Height = 13
1513
              Caption = '#'
1514
              Font.Charset = DEFAULT_CHARSET
1515
              Font.Color = clWindowText
1516
              Font.Height = -11
1517
              Font.Name = 'MS Sans Serif'
1518
              Font.Style = [fsBold]
1519
              ParentFont = False
1520
            end
1521
            object WinDialog: TLabel
1522
              Left = 201
1523
              Top = 8
1524
              Width = 7
1525
              Height = 13
1526
              Cursor = crHandPoint
1527
              BiDiMode = bdRightToLeft
1528
              Caption = '#'
1529
              ParentBiDiMode = False
1530
              OnClick = WinDialogClick
1531
            end
1532
            object cpb48: TPanel
1533
              Left = 183
1534
              Top = 149
1535
              Width = 25
1536
              Height = 25
1537
              Cursor = crHandPoint
1538
              BevelOuter = bvNone
1539
              Color = clWhite
1540
              ParentBackground = False
1541
              TabOrder = 0
1542
              OnClick = DefColorClick
1543
            end
1544
            object cpb47: TPanel
1545
              Left = 158
1546
              Top = 149
1547
              Width = 25
1548
              Height = 25
1549
              Cursor = crHandPoint
1550
              BevelOuter = bvNone
1551
              Color = 4194368
1552
              ParentBackground = False
1553
              TabOrder = 1
1554
              OnClick = DefColorClick
1555
            end
1556
            object cpb46: TPanel
1557
              Left = 133
1558
              Top = 149
1559
              Width = 25
1560
              Height = 25
1561
              Cursor = crHandPoint
1562
              BevelOuter = bvNone
1563
              Color = clSilver
1564
              ParentBackground = False
1565
              TabOrder = 2
1566
              OnClick = DefColorClick
1567
            end
1568
            object cpb45: TPanel
1569
              Left = 108
1570
              Top = 149
1571
              Width = 25
1572
              Height = 25
1573
              Cursor = crHandPoint
1574
              BevelOuter = bvNone
1575
              Color = 8421440
1576
              ParentBackground = False
1577
              TabOrder = 3
1578
              OnClick = DefColorClick
1579
            end
1580
            object cpb44: TPanel
1581
              Left = 83
1582
              Top = 149
1583
              Width = 25
1584
              Height = 25
1585
              Cursor = crHandPoint
1586
              BevelOuter = bvNone
1587
              Color = clGray
1588
              ParentBackground = False
1589
              TabOrder = 4
1590
              OnClick = DefColorClick
1591
            end
1592
            object cpb43: TPanel
1593
              Left = 58
1594
              Top = 149
1595
              Width = 25
1596
              Height = 25
1597
              Cursor = crHandPoint
1598
              BevelOuter = bvNone
1599
              Color = 4227200
1600
              ParentBackground = False
1601
              TabOrder = 5
1602
              OnClick = DefColorClick
1603
            end
1604
            object cpb42: TPanel
1605
              Left = 33
1606
              Top = 149
1607
              Width = 25
1608
              Height = 25
1609
              Cursor = crHandPoint
1610
              BevelOuter = bvNone
1611
              Color = clOlive
1612
              ParentBackground = False
1613
              TabOrder = 6
1614
              OnClick = DefColorClick
1615
            end
1616
            object cpb41: TPanel
1617
              Left = 8
1618
              Top = 149
1619
              Width = 25
1620
              Height = 25
1621
              Cursor = crHandPoint
1622
              BevelOuter = bvNone
1623
              Color = clBlack
1624
              ParentBackground = False
1625
              TabOrder = 7
1626
              OnClick = DefColorClick
1627
            end
1628
            object cpb40: TPanel
1629
              Left = 183
1630
              Top = 124
1631
              Width = 25
1632
              Height = 25
1633
              Cursor = crHandPoint
1634
              BevelOuter = bvNone
1635
              Color = 8388672
1636
              ParentBackground = False
1637
              TabOrder = 8
1638
              OnClick = DefColorClick
1639
            end
1640
            object cpb39: TPanel
1641
              Left = 158
1642
              Top = 124
1643
              Width = 25
1644
              Height = 25
1645
              Cursor = crHandPoint
1646
              BevelOuter = bvNone
1647
              Color = 4194368
1648
              ParentBackground = False
1649
              TabOrder = 9
1650
              OnClick = DefColorClick
1651
            end
1652
            object cpb38: TPanel
1653
              Left = 133
1654
              Top = 124
1655
              Width = 25
1656
              Height = 25
1657
              Cursor = crHandPoint
1658
              BevelOuter = bvNone
1659
              Color = 4194304
1660
              ParentBackground = False
1661
              TabOrder = 10
1662
              OnClick = DefColorClick
1663
            end
1664
            object cpb37: TPanel
1665
              Left = 108
1666
              Top = 124
1667
              Width = 25
1668
              Height = 25
1669
              Cursor = crHandPoint
1670
              BevelOuter = bvNone
1671
              Color = clNavy
1672
              ParentBackground = False
1673
              TabOrder = 11
1674
              OnClick = DefColorClick
1675
            end
1676
            object cpb36: TPanel
1677
              Left = 83
1678
              Top = 124
1679
              Width = 25
1680
              Height = 25
1681
              Cursor = crHandPoint
1682
              BevelOuter = bvNone
1683
              Color = 4210688
1684
              ParentBackground = False
1685
              TabOrder = 12
1686
              OnClick = DefColorClick
1687
            end
1688
            object cpb35: TPanel
1689
              Left = 58
1690
              Top = 124
1691
              Width = 25
1692
              Height = 25
1693
              Cursor = crHandPoint
1694
              BevelOuter = bvNone
1695
              Color = 16384
1696
              ParentBackground = False
1697
              TabOrder = 13
1698
              OnClick = DefColorClick
1699
            end
1700
            object cpb34: TPanel
1701
              Left = 33
1702
              Top = 124
1703
              Width = 25
1704
              Height = 25
1705
              Cursor = crHandPoint
1706
              BevelOuter = bvNone
1707
              Color = 16512
1708
              ParentBackground = False
1709
              TabOrder = 14
1710
              OnClick = DefColorClick
1711
            end
1712
            object cpb33: TPanel
1713
              Left = 8
1714
              Top = 124
1715
              Width = 25
1716
              Height = 25
1717
              Cursor = crHandPoint
1718
              BevelOuter = bvNone
1719
              Color = 64
1720
              ParentBackground = False
1721
              TabOrder = 15
1722
              OnClick = DefColorClick
1723
            end
1724
            object cpb32: TPanel
1725
              Left = 183
1726
              Top = 99
1727
              Width = 25
1728
              Height = 25
1729
              Cursor = crHandPoint
1730
              BevelOuter = bvNone
1731
              Color = 16711808
1732
              ParentBackground = False
1733
              TabOrder = 16
1734
              OnClick = DefColorClick
1735
            end
1736
            object cpb31: TPanel
1737
              Left = 158
1738
              Top = 99
1739
              Width = 25
1740
              Height = 25
1741
              Cursor = crHandPoint
1742
              BevelOuter = bvNone
1743
              Color = clPurple
1744
              ParentBackground = False
1745
              TabOrder = 17
1746
              OnClick = DefColorClick
1747
            end
1748
            object cpb24: TPanel
1749
              Left = 183
1750
              Top = 74
1751
              Width = 25
1752
              Height = 25
1753
              Cursor = crHandPoint
1754
              BevelOuter = bvNone
1755
              Color = 8388863
1756
              ParentBackground = False
1757
              TabOrder = 18
1758
              OnClick = DefColorClick
1759
            end
1760
            object cpb23: TPanel
1761
              Left = 158
1762
              Top = 74
1763
              Width = 25
1764
              Height = 25
1765
              Cursor = crHandPoint
1766
              BevelOuter = bvNone
1767
              Color = 4194432
1768
              ParentBackground = False
1769
              TabOrder = 19
1770
              OnClick = DefColorClick
1771
            end
1772
            object cpb30: TPanel
1773
              Left = 133
1774
              Top = 99
1775
              Width = 25
1776
              Height = 25
1777
              Cursor = crHandPoint
1778
              BevelOuter = bvNone
1779
              Color = 10485760
1780
              ParentBackground = False
1781
              TabOrder = 20
1782
              OnClick = DefColorClick
1783
            end
1784
            object cpb22: TPanel
1785
              Left = 133
1786
              Top = 74
1787
              Width = 25
1788
              Height = 25
1789
              Cursor = crHandPoint
1790
              BevelOuter = bvNone
1791
              Color = 16744576
1792
              ParentBackground = False
1793
              TabOrder = 21
1794
              OnClick = DefColorClick
1795
            end
1796
            object cpb29: TPanel
1797
              Left = 108
1798
              Top = 99
1799
              Width = 25
1800
              Height = 25
1801
              Cursor = crHandPoint
1802
              BevelOuter = bvNone
1803
              Color = clBlue
1804
              ParentBackground = False
1805
              TabOrder = 22
1806
              OnClick = DefColorClick
1807
            end
1808
            object cpb21: TPanel
1809
              Left = 108
1810
              Top = 74
1811
              Width = 25
1812
              Height = 25
1813
              Cursor = crHandPoint
1814
              BevelOuter = bvNone
1815
              Color = 8404992
1816
              ParentBackground = False
1817
              TabOrder = 23
1818
              OnClick = DefColorClick
1819
            end
1820
            object cpb28: TPanel
1821
              Left = 83
1822
              Top = 99
1823
              Width = 25
1824
              Height = 25
1825
              Cursor = crHandPoint
1826
              BevelOuter = bvNone
1827
              Color = 4227072
1828
              ParentBackground = False
1829
              TabOrder = 24
1830
              OnClick = DefColorClick
1831
            end
1832
            object cpb20: TPanel
1833
              Left = 83
1834
              Top = 74
1835
              Width = 25
1836
              Height = 25
1837
              Cursor = crHandPoint
1838
              BevelOuter = bvNone
1839
              Color = clTeal
1840
              ParentBackground = False
1841
              TabOrder = 25
1842
              OnClick = DefColorClick
1843
            end
1844
            object cpb27: TPanel
1845
              Left = 58
1846
              Top = 99
1847
              Width = 25
1848
              Height = 25
1849
              Cursor = crHandPoint
1850
              BevelOuter = bvNone
1851
              Color = clGreen
1852
              ParentBackground = False
1853
              TabOrder = 26
1854
              OnClick = DefColorClick
1855
            end
1856
            object cpb19: TPanel
1857
              Left = 58
1858
              Top = 74
1859
              Width = 25
1860
              Height = 25
1861
              Cursor = crHandPoint
1862
              BevelOuter = bvNone
1863
              Color = clLime
1864
              ParentBackground = False
1865
              TabOrder = 27
1866
              OnClick = DefColorClick
1867
            end
1868
            object cpb25: TPanel
1869
              Left = 8
1870
              Top = 99
1871
              Width = 25
1872
              Height = 25
1873
              Cursor = crHandPoint
1874
              BevelOuter = bvNone
1875
              Color = clMaroon
1876
              ParentBackground = False
1877
              TabOrder = 28
1878
              OnClick = DefColorClick
1879
            end
1880
            object cpb26: TPanel
1881
              Left = 33
1882
              Top = 99
1883
              Width = 25
1884
              Height = 25
1885
              Cursor = crHandPoint
1886
              BevelOuter = bvNone
1887
              Color = 33023
1888
              ParentBackground = False
1889
              TabOrder = 29
1890
              OnClick = DefColorClick
1891
            end
1892
            object cpb18: TPanel
1893
              Left = 33
1894
              Top = 74
1895
              Width = 25
1896
              Height = 25
1897
              Cursor = crHandPoint
1898
              BevelOuter = bvNone
1899
              Color = 4227327
1900
              ParentBackground = False
1901
              TabOrder = 30
1902
              OnClick = DefColorClick
1903
            end
1904
            object cpb17: TPanel
1905
              Left = 8
1906
              Top = 74
1907
              Width = 25
1908
              Height = 25
1909
              Cursor = crHandPoint
1910
              BevelOuter = bvNone
1911
              Color = 4210816
1912
              ParentBackground = False
1913
              TabOrder = 31
1914
              OnClick = DefColorClick
1915
            end
1916
            object cpb16: TPanel
1917
              Left = 183
1918
              Top = 49
1919
              Width = 25
1920
              Height = 25
1921
              Cursor = crHandPoint
1922
              BevelOuter = bvNone
1923
              Color = clFuchsia
1924
              ParentBackground = False
1925
              TabOrder = 32
1926
              OnClick = DefColorClick
1927
            end
1928
            object cpb15: TPanel
1929
              Left = 158
1930
              Top = 49
1931
              Width = 25
1932
              Height = 25
1933
              Cursor = crHandPoint
1934
              BevelOuter = bvNone
1935
              Color = 12615808
1936
              ParentBackground = False
1937
              TabOrder = 33
1938
              OnClick = DefColorClick
1939
            end
1940
            object cpb14: TPanel
1941
              Left = 133
1942
              Top = 49
1943
              Width = 25
1944
              Height = 25
1945
              Cursor = crHandPoint
1946
              BevelOuter = bvNone
1947
              Color = 12615680
1948
              ParentBackground = False
1949
              TabOrder = 34
1950
              OnClick = DefColorClick
1951
            end
1952
            object cpb13: TPanel
1953
              Left = 108
1954
              Top = 49
1955
              Width = 25
1956
              Height = 25
1957
              Cursor = crHandPoint
1958
              BevelOuter = bvNone
1959
              Color = clAqua
1960
              ParentBackground = False
1961
              TabOrder = 35
1962
              OnClick = DefColorClick
1963
            end
1964
            object cpb12: TPanel
1965
              Left = 83
1966
              Top = 49
1967
              Width = 25
1968
              Height = 25
1969
              Cursor = crHandPoint
1970
              BevelOuter = bvNone
1971
              Color = 4259584
1972
              ParentBackground = False
1973
              TabOrder = 36
1974
              OnClick = DefColorClick
1975
            end
1976
            object cpb11: TPanel
1977
              Left = 58
1978
              Top = 49
1979
              Width = 25
1980
              Height = 25
1981
              Cursor = crHandPoint
1982
              BevelOuter = bvNone
1983
              Color = 65408
1984
              ParentBackground = False
1985
              TabOrder = 37
1986
              OnClick = DefColorClick
1987
            end
1988
            object cpb10: TPanel
1989
              Left = 33
1990
              Top = 49
1991
              Width = 25
1992
              Height = 25
1993
              Cursor = crHandPoint
1994
              BevelOuter = bvNone
1995
              Color = clYellow
1996
              ParentBackground = False
1997
              TabOrder = 38
1998
              OnClick = DefColorClick
1999
            end
2000
            object cpb9: TPanel
2001
              Left = 8
2002
              Top = 49
2003
              Width = 25
2004
              Height = 25
2005
              Cursor = crHandPoint
2006
              BevelOuter = bvNone
2007
              Color = clRed
2008
              ParentBackground = False
2009
              TabOrder = 39
2010
              OnClick = DefColorClick
2011
            end
2012
            object cpb8: TPanel
2013
              Left = 183
2014
              Top = 24
2015
              Width = 25
2016
              Height = 25
2017
              Cursor = crHandPoint
2018
              BevelOuter = bvNone
2019
              Color = 16744703
2020
              ParentBackground = False
2021
              TabOrder = 40
2022
              OnClick = DefColorClick
2023
            end
2024
            object cpb7: TPanel
2025
              Left = 158
2026
              Top = 24
2027
              Width = 25
2028
              Height = 25
2029
              Cursor = crHandPoint
2030
              BevelOuter = bvNone
2031
              Color = 12615935
2032
              ParentBackground = False
2033
              TabOrder = 41
2034
              OnClick = DefColorClick
2035
            end
2036
            object cpb6: TPanel
2037
              Left = 133
2038
              Top = 24
2039
              Width = 25
2040
              Height = 25
2041
              Cursor = crHandPoint
2042
              BevelOuter = bvNone
2043
              Color = 16744448
2044
              ParentBackground = False
2045
              TabOrder = 42
2046
              OnClick = DefColorClick
2047
            end
2048
            object cpb5: TPanel
2049
              Left = 108
2050
              Top = 24
2051
              Width = 25
2052
              Height = 25
2053
              Cursor = crHandPoint
2054
              BevelOuter = bvNone
2055
              Color = 16777088
2056
              ParentBackground = False
2057
              TabOrder = 43
2058
              OnClick = DefColorClick
2059
            end
2060
            object cpb4: TPanel
2061
              Left = 83
2062
              Top = 24
2063
              Width = 25
2064
              Height = 25
2065
              Cursor = crHandPoint
2066
              BevelOuter = bvNone
2067
              Color = 8453888
2068
              ParentBackground = False
2069
              TabOrder = 44
2070
              OnClick = DefColorClick
2071
            end
2072
            object cpb3: TPanel
2073
              Left = 58
2074
              Top = 24
2075
              Width = 25
2076
              Height = 25
2077
              Cursor = crHandPoint
2078
              BevelOuter = bvNone
2079
              Color = 8454016
2080
              ParentBackground = False
2081
              TabOrder = 45
2082
              OnClick = DefColorClick
2083
            end
2084
            object cpb2: TPanel
2085
              Left = 33
2086
              Top = 24
2087
              Width = 25
2088
              Height = 25
2089
              Cursor = crHandPoint
2090
              BevelOuter = bvNone
2091
              Color = 8454143
2092
              ParentBackground = False
2093
              TabOrder = 46
2094
              OnClick = DefColorClick
2095
            end
2096
            object cpb1: TPanel
2097
              Left = 8
2098
              Top = 24
2099
              Width = 25
2100
              Height = 25
2101
              Cursor = crHandPoint
2102
              BevelOuter = bvNone
2103
              Color = 8421631
2104
              ParentBackground = False
2105
              TabOrder = 47
2106
              OnClick = DefColorClick
2107
            end
2108
          end
2109
        end
2110
        object Pal: TListBox
2111
          Left = 232
2112
          Top = 40
2113
          Width = 121
2114
          Height = 129
2115
          ItemHeight = 13
2116
          TabOrder = 6
2117
          OnClick = PalClick
2118
        end
2119
        object WebZutreffend: TListBox
2120
          Left = 552
2121
          Top = 256
2122
          Width = 145
2123
          Height = 49
2124
          ItemHeight = 13
2125
          TabOrder = 7
2126
          OnClick = WebZutreffendClick
2127
        end
2128
      end
2129
    end
2130
    object Panel3: TPanel
2131
      Left = 4
2132
      Top = 24
2133
      Width = 728
2134
      Height = 444
2135
      Align = alClient
2136
      BevelOuter = bvNone
2137
      TabOrder = 2
2138
      Visible = False
2139
      object ColorPicker: TGroupBox
2140
        Tag = 120
2141
        Left = 8
2142
        Top = 11
2143
        Width = 713
2144
        Height = 422
2145
        Caption = '#'
2146
        TabOrder = 0
2147
        object AverageLbl: TLabel
2148
          Left = 16
2149
          Top = 24
2150
          Width = 7
2151
          Height = 13
2152
          Caption = '#'
2153
        end
2154
        object AverageMidLbl: TLabel
2155
          Left = 64
2156
          Top = 48
2157
          Width = 5
2158
          Height = 13
2159
          Caption = 'x'
2160
        end
2161
        object CoordsLbl: TLabel
2162
          Left = 152
2163
          Top = 40
2164
          Width = 47
2165
          Height = 13
2166
          Caption = 'CoordsLbl'
2167
        end
2168
        object CoordsLbl2: TLabel
2169
          Left = 152
2170
          Top = 24
2171
          Width = 7
2172
          Height = 13
2173
          Caption = '#'
2174
        end
2175
        object PickBtn: TButton
2176
          Left = 16
2177
          Top = 80
2178
          Width = 115
2179
          Height = 25
2180
          Caption = '#'
2181
          TabOrder = 0
2182
          OnClick = PickBtnClick
2183
        end
2184
        object AverageX: TEdit
2185
          Left = 16
2186
          Top = 40
2187
          Width = 41
2188
          Height = 21
2189
          TabOrder = 1
2190
          Text = '3'
2191
          OnChange = SaveEditChange
2192
          OnKeyPress = EditKeyPress
2193
        end
2194
        object AverageY: TEdit
2195
          Left = 80
2196
          Top = 40
2197
          Width = 41
2198
          Height = 21
2199
          TabOrder = 2
2200
          Text = '3'
2201
          OnChange = SaveEditChange
2202
          OnKeyPress = EditKeyPress
2203
        end
2204
        object MagPnl: TPanel
2205
          Left = 16
2206
          Top = 120
2207
          Width = 273
2208
          Height = 273
2209
          TabOrder = 3
2210
          object MagBox: TPaintBox
2211
            Left = 1
2212
            Top = 1
2213
            Width = 271
2214
            Height = 271
2215
            Align = alClient
2216
          end
2217
        end
2218
      end
2219
    end
2220
    object Panel4: TPanel
2221
      Left = 4
2222
      Top = 24
2223
      Width = 728
2224
      Height = 444
2225
      Align = alClient
2226
      TabOrder = 3
2227
      Visible = False
2228
      object Info1: TLabel
2229
        Left = 16
2230
        Top = 16
2231
        Width = 192
2232
        Height = 29
2233
        Caption = 'ColorManager 2.0'
2234
        Font.Charset = DEFAULT_CHARSET
2235
        Font.Color = clWindowText
2236
        Font.Height = -24
2237
        Font.Name = 'MS Sans Serif'
2238
        Font.Style = []
2239
        ParentFont = False
2240
      end
2241
      object Info2: TLabel
2242
        Left = 32
2243
        Top = 56
2244
        Width = 183
2245
        Height = 13
2246
        Caption = #169' Copyright 2001 - 2006 ViaThinkSoft.'
2247
      end
2248
      object Info4: TLabel
2249
        Left = 32
2250
        Top = 96
2251
        Width = 7
2252
        Height = 13
2253
        Caption = '#'
2254
      end
2255
      object Info6: TLabel
2256
        Left = 48
2257
        Top = 144
2258
        Width = 7
2259
        Height = 13
2260
        Caption = '#'
2261
      end
2262
      object Info7: TLabel
2263
        Left = 112
2264
        Top = 144
2265
        Width = 118
2266
        Height = 13
2267
        Cursor = crHandPoint
2268
        Caption = 'info@daniel-marschall.de'
2269
        Font.Charset = DEFAULT_CHARSET
2270
        Font.Color = clBlue
2271
        Font.Height = -11
2272
        Font.Name = 'MS Sans Serif'
2273
        Font.Style = [fsUnderline]
2274
        ParentFont = False
2275
        OnClick = LinkClick
2276
      end
2277
      object Info8: TLabel
2278
        Left = 48
2279
        Top = 160
2280
        Width = 7
2281
        Height = 13
2282
        Caption = '#'
2283
      end
2284
      object Info9: TLabel
2285
        Left = 112
2286
        Top = 160
2287
        Width = 153
2288
        Height = 13
2289
        Cursor = crHandPoint
2290
        Caption = 'http://www.daniel-marschall.de/'
2291
        Font.Charset = DEFAULT_CHARSET
2292
        Font.Color = clBlue
2293
        Font.Height = -11
2294
        Font.Name = 'MS Sans Serif'
2295
        Font.Style = [fsUnderline]
2296
        ParentFont = False
2297
        OnClick = LinkClick
2298
      end
2299
      object Info12: TLabel
2300
        Left = 32
2301
        Top = 200
2302
        Width = 9
2303
        Height = 13
2304
        Caption = '#'
2305
        Font.Charset = DEFAULT_CHARSET
2306
        Font.Color = clWindowText
2307
        Font.Height = -11
2308
        Font.Name = 'MS Sans Serif'
2309
        Font.Style = [fsBold]
2310
        ParentFont = False
2311
      end
2312
      object Info5: TLabel
2313
        Left = 32
2314
        Top = 120
2315
        Width = 9
2316
        Height = 13
2317
        Caption = '#'
2318
        Font.Charset = DEFAULT_CHARSET
2319
        Font.Color = clWindowText
2320
        Font.Height = -11
2321
        Font.Name = 'MS Sans Serif'
2322
        Font.Style = [fsBold]
2323
        ParentFont = False
2324
      end
2325
      object Info10: TLabel
2326
        Left = 48
2327
        Top = 176
2328
        Width = 7
2329
        Height = 13
2330
        Caption = '#'
2331
      end
2332
      object Info11: TLabel
2333
        Left = 112
2334
        Top = 176
2335
        Width = 60
2336
        Height = 13
2337
        Cursor = crHandPoint
2338
        Caption = '160-106-169'
2339
        Font.Charset = DEFAULT_CHARSET
2340
        Font.Color = clBlue
2341
        Font.Height = -11
2342
        Font.Name = 'MS Sans Serif'
2343
        Font.Style = [fsUnderline]
2344
        ParentFont = False
2345
        OnClick = LinkClick
2346
      end
2347
      object Info14: TLabel
2348
        Left = 48
2349
        Top = 240
2350
        Width = 7
2351
        Height = 13
2352
        Cursor = crHandPoint
2353
        Caption = '#'
2354
        Font.Charset = DEFAULT_CHARSET
2355
        Font.Color = clBlue
2356
        Font.Height = -11
2357
        Font.Name = 'MS Sans Serif'
2358
        Font.Style = [fsUnderline]
2359
        ParentFont = False
2360
        OnClick = LinkClick
2361
      end
2362
      object Info15: TLabel
2363
        Left = 48
2364
        Top = 256
2365
        Width = 7
2366
        Height = 13
2367
        Cursor = crHandPoint
2368
        Caption = '#'
2369
        Font.Charset = DEFAULT_CHARSET
2370
        Font.Color = clBlue
2371
        Font.Height = -11
2372
        Font.Name = 'MS Sans Serif'
2373
        Font.Style = [fsUnderline]
2374
        ParentFont = False
2375
        OnClick = LinkClick
2376
      end
2377
      object Info13: TLabel
2378
        Left = 48
2379
        Top = 224
2380
        Width = 7
2381
        Height = 13
2382
        Cursor = crHandPoint
2383
        Caption = '#'
2384
        Font.Charset = DEFAULT_CHARSET
2385
        Font.Color = clBlue
2386
        Font.Height = -11
2387
        Font.Name = 'MS Sans Serif'
2388
        Font.Style = [fsUnderline]
2389
        ParentFont = False
2390
        OnClick = LinkClick
2391
      end
2392
      object Info3: TLabel
2393
        Left = 32
2394
        Top = 80
2395
        Width = 7
2396
        Height = 13
2397
        Caption = '#'
2398
      end
2399
    end
2400
    object Panel1: TPanel
2401
      Left = 4
2402
      Top = 24
2403
      Width = 728
2404
      Height = 444
2405
      Align = alClient
2406
      BevelOuter = bvNone
2407
      TabOrder = 0
2408
      object RGBBox: TGroupBox
2409
        Left = 8
2410
        Top = 0
2411
        Width = 713
2412
        Height = 153
2413
        Caption = '#'
2414
        TabOrder = 0
2415
        object RLbl: TLabel
2416
          Left = 24
2417
          Top = 20
2418
          Width = 9
2419
          Height = 13
2420
          Caption = '#'
2421
          Font.Charset = DEFAULT_CHARSET
2422
          Font.Color = clWindowText
2423
          Font.Height = -11
2424
          Font.Name = 'MS Sans Serif'
2425
          Font.Style = [fsBold]
2426
          ParentFont = False
2427
        end
2428
        object GLbl: TLabel
2429
          Left = 24
2430
          Top = 60
2431
          Width = 9
2432
          Height = 13
2433
          Caption = '#'
2434
          Font.Charset = DEFAULT_CHARSET
2435
          Font.Color = clWindowText
2436
          Font.Height = -11
2437
          Font.Name = 'MS Sans Serif'
2438
          Font.Style = [fsBold]
2439
          ParentFont = False
2440
        end
2441
        object BLbl: TLabel
2442
          Left = 24
2443
          Top = 100
2444
          Width = 9
2445
          Height = 13
2446
          Caption = '#'
2447
          Font.Charset = DEFAULT_CHARSET
2448
          Font.Color = clWindowText
2449
          Font.Height = -11
2450
          Font.Name = 'MS Sans Serif'
2451
          Font.Style = [fsBold]
2452
          ParentFont = False
2453
        end
2454
        object RDecLbl: TLabel
2455
          Left = 536
2456
          Top = 20
2457
          Width = 9
2458
          Height = 13
2459
          Caption = '#'
2460
          Font.Charset = DEFAULT_CHARSET
2461
          Font.Color = clWindowText
2462
          Font.Height = -11
2463
          Font.Name = 'MS Sans Serif'
2464
          Font.Style = [fsBold]
2465
          ParentFont = False
2466
        end
2467
        object GDecLbl: TLabel
2468
          Left = 536
2469
          Top = 60
2470
          Width = 9
2471
          Height = 13
2472
          Caption = '#'
2473
          Font.Charset = DEFAULT_CHARSET
2474
          Font.Color = clWindowText
2475
          Font.Height = -11
2476
          Font.Name = 'MS Sans Serif'
2477
          Font.Style = [fsBold]
2478
          ParentFont = False
2479
        end
2480
        object BDecLbl: TLabel
2481
          Left = 536
2482
          Top = 100
2483
          Width = 9
2484
          Height = 13
2485
          Caption = '#'
2486
          Font.Charset = DEFAULT_CHARSET
2487
          Font.Color = clWindowText
2488
          Font.Height = -11
2489
          Font.Name = 'MS Sans Serif'
2490
          Font.Style = [fsBold]
2491
          ParentFont = False
2492
        end
2493
        object RHexLbl: TLabel
2494
          Left = 592
2495
          Top = 20
2496
          Width = 9
2497
          Height = 13
2498
          Caption = '#'
2499
          Font.Charset = DEFAULT_CHARSET
2500
          Font.Color = clWindowText
2501
          Font.Height = -11
2502
          Font.Name = 'MS Sans Serif'
2503
          Font.Style = [fsBold]
2504
          ParentFont = False
2505
        end
2506
        object GHexLbl: TLabel
2507
          Left = 592
2508
          Top = 60
2509
          Width = 9
2510
          Height = 13
2511
          Caption = '#'
2512
          Font.Charset = DEFAULT_CHARSET
2513
          Font.Color = clWindowText
2514
          Font.Height = -11
2515
          Font.Name = 'MS Sans Serif'
2516
          Font.Style = [fsBold]
2517
          ParentFont = False
2518
        end
2519
        object BHexLbl: TLabel
2520
          Left = 592
2521
          Top = 100
2522
          Width = 9
2523
          Height = 13
2524
          Caption = '#'
2525
          Font.Charset = DEFAULT_CHARSET
2526
          Font.Color = clWindowText
2527
          Font.Height = -11
2528
          Font.Name = 'MS Sans Serif'
2529
          Font.Style = [fsBold]
2530
          ParentFont = False
2531
        end
2532
        object RProLbl: TLabel
2533
          Left = 648
2534
          Top = 20
2535
          Width = 9
2536
          Height = 13
2537
          Caption = '#'
2538
          Font.Charset = DEFAULT_CHARSET
2539
          Font.Color = clWindowText
2540
          Font.Height = -11
2541
          Font.Name = 'MS Sans Serif'
2542
          Font.Style = [fsBold]
2543
          ParentFont = False
2544
        end
2545
        object GProLbl: TLabel
2546
          Left = 648
2547
          Top = 60
2548
          Width = 9
2549
          Height = 13
2550
          Caption = '#'
2551
          Font.Charset = DEFAULT_CHARSET
2552
          Font.Color = clWindowText
2553
          Font.Height = -11
2554
          Font.Name = 'MS Sans Serif'
2555
          Font.Style = [fsBold]
2556
          ParentFont = False
2557
        end
2558
        object BProLbl: TLabel
2559
          Left = 648
2560
          Top = 100
2561
          Width = 9
2562
          Height = 13
2563
          Caption = '#'
2564
          Font.Charset = DEFAULT_CHARSET
2565
          Font.Color = clWindowText
2566
          Font.Height = -11
2567
          Font.Name = 'MS Sans Serif'
2568
          Font.Style = [fsBold]
2569
          ParentFont = False
2570
        end
2571
        object BDecC: TUpDown
2572
          Left = 569
2573
          Top = 116
2574
          Width = 16
2575
          Height = 21
2576
          Max = 255
2577
          TabOrder = 12
2578
          OnClick = UpDownClick
2579
        end
2580
        object GDecC: TUpDown
2581
          Left = 569
2582
          Top = 76
2583
          Width = 16
2584
          Height = 21
2585
          Max = 255
2586
          TabOrder = 7
2587
          OnClick = UpDownClick
2588
        end
2589
        object RDecC: TUpDown
2590
          Left = 569
2591
          Top = 36
2592
          Width = 16
2593
          Height = 21
2594
          Max = 255
2595
          TabOrder = 2
2596
          OnClick = UpDownClick
2597
        end
2598
        object RHexC: TUpDown
2599
          Left = 625
2600
          Top = 36
2601
          Width = 16
2602
          Height = 21
2603
          Max = 255
2604
          TabOrder = 4
2605
          OnClick = UpDownClick
2606
        end
2607
        object GHexC: TUpDown
2608
          Left = 625
2609
          Top = 76
2610
          Width = 16
2611
          Height = 21
2612
          Max = 255
2613
          TabOrder = 9
2614
          OnClick = UpDownClick
2615
        end
2616
        object BHexC: TUpDown
2617
          Left = 625
2618
          Top = 116
2619
          Width = 16
2620
          Height = 21
2621
          Max = 255
2622
          TabOrder = 14
2623
          OnClick = UpDownClick
2624
        end
2625
        object RDec: TEdit
2626
          Left = 536
2627
          Top = 36
2628
          Width = 33
2629
          Height = 21
2630
          MaxLength = 3
2631
          TabOrder = 1
2632
          OnKeyPress = EditKeyPress
2633
        end
2634
        object RHex: TEdit
2635
          Left = 592
2636
          Top = 36
2637
          Width = 33
2638
          Height = 21
2639
          MaxLength = 2
2640
          TabOrder = 3
2641
          OnKeyPress = EditKeyPress
2642
        end
2643
        object GDec: TEdit
2644
          Left = 536
2645
          Top = 76
2646
          Width = 33
2647
          Height = 21
2648
          MaxLength = 3
2649
          TabOrder = 6
2650
          OnKeyPress = EditKeyPress
2651
        end
2652
        object GHex: TEdit
2653
          Left = 592
2654
          Top = 76
2655
          Width = 33
2656
          Height = 21
2657
          MaxLength = 2
2658
          TabOrder = 8
2659
          OnKeyPress = EditKeyPress
2660
        end
2661
        object BDec: TEdit
2662
          Left = 536
2663
          Top = 116
2664
          Width = 33
2665
          Height = 21
2666
          MaxLength = 3
2667
          TabOrder = 11
2668
          OnKeyPress = EditKeyPress
2669
        end
2670
        object BHex: TEdit
2671
          Left = 592
2672
          Top = 116
2673
          Width = 33
2674
          Height = 21
2675
          MaxLength = 2
2676
          TabOrder = 13
2677
          OnKeyPress = EditKeyPress
2678
        end
2679
        object R: TTrackBar
2680
          Left = 24
2681
          Top = 32
2682
          Width = 497
2683
          Height = 20
2684
          Max = 255
2685
          TabOrder = 0
2686
          ThumbLength = 15
2687
          TickMarks = tmBoth
2688
          TickStyle = tsNone
2689
          OnChange = Change
2690
        end
2691
        object G: TTrackBar
2692
          Left = 24
2693
          Top = 72
2694
          Width = 497
2695
          Height = 20
2696
          Max = 255
2697
          TabOrder = 5
2698
          ThumbLength = 15
2699
          TickMarks = tmBoth
2700
          TickStyle = tsNone
2701
          OnChange = Change
2702
        end
2703
        object B: TTrackBar
2704
          Left = 24
2705
          Top = 112
2706
          Width = 497
2707
          Height = 20
2708
          Max = 255
2709
          TabOrder = 10
2710
          ThumbLength = 15
2711
          TickMarks = tmBoth
2712
          TickStyle = tsNone
2713
          OnChange = Change
2714
        end
2715
        object PanelR: TPanel
2716
          Left = 30
2717
          Top = 48
2718
          Width = 485
2719
          Height = 9
2720
          BevelOuter = bvLowered
2721
          Color = clBlack
2722
          FullRepaint = False
2723
          TabOrder = 15
2724
          object RedBox: TPaintBox
2725
            Tag = 1
2726
            Left = 1
2727
            Top = 1
2728
            Width = 483
2729
            Height = 7
2730
            Align = alClient
2731
            OnPaint = OutboxPaint
2732
          end
2733
        end
2734
        object PanelG: TPanel
2735
          Left = 30
2736
          Top = 88
2737
          Width = 485
2738
          Height = 9
2739
          BevelOuter = bvLowered
2740
          Color = clBlack
2741
          FullRepaint = False
2742
          TabOrder = 16
2743
          object GreenBox: TPaintBox
2744
            Tag = 2
2745
            Left = 1
2746
            Top = 1
2747
            Width = 483
2748
            Height = 7
2749
            Align = alClient
2750
            OnPaint = OutboxPaint
2751
          end
2752
        end
2753
        object PanelB: TPanel
2754
          Left = 30
2755
          Top = 128
2756
          Width = 485
2757
          Height = 9
2758
          BevelOuter = bvLowered
2759
          Color = clBlack
2760
          FullRepaint = False
2761
          TabOrder = 17
2762
          object BlueBox: TPaintBox
2763
            Tag = 3
2764
            Left = 1
2765
            Top = 1
2766
            Width = 483
2767
            Height = 7
2768
            Align = alClient
2769
            OnPaint = OutboxPaint
2770
          end
2771
        end
2772
        object BPro: TEdit
2773
          Left = 648
2774
          Top = 116
2775
          Width = 33
2776
          Height = 21
2777
          MaxLength = 3
2778
          TabOrder = 18
2779
          OnKeyPress = EditKeyPress
2780
        end
2781
        object GPro: TEdit
2782
          Left = 648
2783
          Top = 76
2784
          Width = 33
2785
          Height = 21
2786
          MaxLength = 3
2787
          TabOrder = 19
2788
          OnKeyPress = EditKeyPress
2789
        end
2790
        object RPro: TEdit
2791
          Left = 648
2792
          Top = 36
2793
          Width = 33
2794
          Height = 21
2795
          MaxLength = 3
2796
          TabOrder = 20
2797
          OnKeyPress = EditKeyPress
2798
        end
2799
        object RProC: TUpDown
2800
          Left = 681
2801
          Top = 36
2802
          Width = 16
2803
          Height = 21
2804
          Min = -1
2805
          TabOrder = 21
2806
          OnClick = UpDownClick
2807
        end
2808
        object GProC: TUpDown
2809
          Left = 681
2810
          Top = 76
2811
          Width = 16
2812
          Height = 21
2813
          Min = -1
2814
          TabOrder = 22
2815
          OnClick = UpDownClick
2816
        end
2817
        object BProC: TUpDown
2818
          Left = 681
2819
          Top = 116
2820
          Width = 16
2821
          Height = 21
2822
          Min = -1
2823
          TabOrder = 23
2824
          OnClick = UpDownClick
2825
        end
2826
      end
2827
      object HSVBox: TGroupBox
2828
        Left = 8
2829
        Top = 160
2830
        Width = 713
2831
        Height = 153
2832
        Caption = '#'
2833
        TabOrder = 1
2834
        object HLbl: TLabel
2835
          Left = 24
2836
          Top = 20
2837
          Width = 9
2838
          Height = 13
2839
          Caption = '#'
2840
          Font.Charset = DEFAULT_CHARSET
2841
          Font.Color = clWindowText
2842
          Font.Height = -11
2843
          Font.Name = 'MS Sans Serif'
2844
          Font.Style = [fsBold]
2845
          ParentFont = False
2846
        end
2847
        object SLbl: TLabel
2848
          Left = 24
2849
          Top = 60
2850
          Width = 9
2851
          Height = 13
2852
          Caption = '#'
2853
          Font.Charset = DEFAULT_CHARSET
2854
          Font.Color = clWindowText
2855
          Font.Height = -11
2856
          Font.Name = 'MS Sans Serif'
2857
          Font.Style = [fsBold]
2858
          ParentFont = False
2859
        end
2860
        object VLbl: TLabel
2861
          Left = 24
2862
          Top = 100
2863
          Width = 9
2864
          Height = 13
2865
          Caption = '#'
2866
          Font.Charset = DEFAULT_CHARSET
2867
          Font.Color = clWindowText
2868
          Font.Height = -11
2869
          Font.Name = 'MS Sans Serif'
2870
          Font.Style = [fsBold]
2871
          ParentFont = False
2872
        end
2873
        object HDecLbl: TLabel
2874
          Left = 536
2875
          Top = 20
2876
          Width = 9
2877
          Height = 13
2878
          Caption = '#'
2879
          Font.Charset = DEFAULT_CHARSET
2880
          Font.Color = clWindowText
2881
          Font.Height = -11
2882
          Font.Name = 'MS Sans Serif'
2883
          Font.Style = [fsBold]
2884
          ParentFont = False
2885
        end
2886
        object SDecLbl: TLabel
2887
          Left = 536
2888
          Top = 60
2889
          Width = 9
2890
          Height = 13
2891
          Caption = '#'
2892
          Font.Charset = DEFAULT_CHARSET
2893
          Font.Color = clWindowText
2894
          Font.Height = -11
2895
          Font.Name = 'MS Sans Serif'
2896
          Font.Style = [fsBold]
2897
          ParentFont = False
2898
        end
2899
        object VDecLbl: TLabel
2900
          Left = 536
2901
          Top = 100
2902
          Width = 9
2903
          Height = 13
2904
          Caption = '#'
2905
          Font.Charset = DEFAULT_CHARSET
2906
          Font.Color = clWindowText
2907
          Font.Height = -11
2908
          Font.Name = 'MS Sans Serif'
2909
          Font.Style = [fsBold]
2910
          ParentFont = False
2911
        end
2912
        object HHexLbl: TLabel
2913
          Left = 592
2914
          Top = 20
2915
          Width = 9
2916
          Height = 13
2917
          Caption = '#'
2918
          Font.Charset = DEFAULT_CHARSET
2919
          Font.Color = clWindowText
2920
          Font.Height = -11
2921
          Font.Name = 'MS Sans Serif'
2922
          Font.Style = [fsBold]
2923
          ParentFont = False
2924
        end
2925
        object SHexLbl: TLabel
2926
          Left = 592
2927
          Top = 60
2928
          Width = 9
2929
          Height = 13
2930
          Caption = '#'
2931
          Font.Charset = DEFAULT_CHARSET
2932
          Font.Color = clWindowText
2933
          Font.Height = -11
2934
          Font.Name = 'MS Sans Serif'
2935
          Font.Style = [fsBold]
2936
          ParentFont = False
2937
        end
2938
        object VHexLbl: TLabel
2939
          Left = 592
2940
          Top = 100
2941
          Width = 9
2942
          Height = 13
2943
          Caption = '#'
2944
          Font.Charset = DEFAULT_CHARSET
2945
          Font.Color = clWindowText
2946
          Font.Height = -11
2947
          Font.Name = 'MS Sans Serif'
2948
          Font.Style = [fsBold]
2949
          ParentFont = False
2950
        end
2951
        object HGraLbl: TLabel
2952
          Left = 648
2953
          Top = 20
2954
          Width = 9
2955
          Height = 13
2956
          Caption = '#'
2957
          Font.Charset = DEFAULT_CHARSET
2958
          Font.Color = clWindowText
2959
          Font.Height = -11
2960
          Font.Name = 'MS Sans Serif'
2961
          Font.Style = [fsBold]
2962
          ParentFont = False
2963
        end
2964
        object SProLbl: TLabel
2965
          Left = 648
2966
          Top = 60
2967
          Width = 9
2968
          Height = 13
2969
          Caption = '#'
2970
          Font.Charset = DEFAULT_CHARSET
2971
          Font.Color = clWindowText
2972
          Font.Height = -11
2973
          Font.Name = 'MS Sans Serif'
2974
          Font.Style = [fsBold]
2975
          ParentFont = False
2976
        end
2977
        object VProLbl: TLabel
2978
          Left = 648
2979
          Top = 100
2980
          Width = 9
2981
          Height = 13
2982
          Caption = '#'
2983
          Font.Charset = DEFAULT_CHARSET
2984
          Font.Color = clWindowText
2985
          Font.Height = -11
2986
          Font.Name = 'MS Sans Serif'
2987
          Font.Style = [fsBold]
2988
          ParentFont = False
2989
        end
2990
        object HDec: TEdit
2991
          Left = 536
2992
          Top = 36
2993
          Width = 33
2994
          Height = 21
2995
          MaxLength = 3
2996
          TabOrder = 1
2997
          OnKeyPress = EditKeyPress
2998
        end
2999
        object HDecC: TUpDown
3000
          Left = 569
3001
          Top = 36
3002
          Width = 16
3003
          Height = 21
3004
          Max = 255
3005
          TabOrder = 2
3006
          OnClick = UpDownClick
3007
        end
3008
        object SDec: TEdit
3009
          Left = 536
3010
          Top = 76
3011
          Width = 33
3012
          Height = 21
3013
          MaxLength = 3
3014
          TabOrder = 8
3015
          OnKeyPress = EditKeyPress
3016
        end
3017
        object SDecC: TUpDown
3018
          Left = 569
3019
          Top = 76
3020
          Width = 16
3021
          Height = 21
3022
          Max = 255
3023
          TabOrder = 9
3024
          OnClick = UpDownClick
3025
        end
3026
        object VDec: TEdit
3027
          Left = 536
3028
          Top = 116
3029
          Width = 33
3030
          Height = 21
3031
          MaxLength = 3
3032
          TabOrder = 13
3033
          OnKeyPress = EditKeyPress
3034
        end
3035
        object VDecC: TUpDown
3036
          Left = 569
3037
          Top = 116
3038
          Width = 16
3039
          Height = 21
3040
          Max = 255
3041
          TabOrder = 14
3042
          OnClick = UpDownClick
3043
        end
3044
        object H: TTrackBar
3045
          Left = 24
3046
          Top = 32
3047
          Width = 497
3048
          Height = 20
3049
          Max = 359
3050
          TabOrder = 0
3051
          ThumbLength = 15
3052
          TickMarks = tmBoth
3053
          TickStyle = tsNone
3054
          OnChange = Change
3055
        end
3056
        object S: TTrackBar
3057
          Left = 24
3058
          Top = 72
3059
          Width = 497
3060
          Height = 20
3061
          Max = 255
3062
          TabOrder = 7
3063
          ThumbLength = 15
3064
          TickMarks = tmBoth
3065
          TickStyle = tsNone
3066
          OnChange = Change
3067
        end
3068
        object V: TTrackBar
3069
          Left = 24
3070
          Top = 112
3071
          Width = 497
3072
          Height = 20
3073
          Max = 255
3074
          TabOrder = 12
3075
          ThumbLength = 15
3076
          TickMarks = tmBoth
3077
          TickStyle = tsNone
3078
          OnChange = Change
3079
        end
3080
        object HHex: TEdit
3081
          Left = 592
3082
          Top = 36
3083
          Width = 33
3084
          Height = 21
3085
          MaxLength = 2
3086
          TabOrder = 3
3087
          OnKeyPress = EditKeyPress
3088
        end
3089
        object HHexC: TUpDown
3090
          Left = 625
3091
          Top = 36
3092
          Width = 16
3093
          Height = 21
3094
          Max = 255
3095
          TabOrder = 4
3096
          OnClick = UpDownClick
3097
        end
3098
        object SHex: TEdit
3099
          Left = 592
3100
          Top = 76
3101
          Width = 33
3102
          Height = 21
3103
          MaxLength = 2
3104
          TabOrder = 10
3105
          OnKeyPress = EditKeyPress
3106
        end
3107
        object SHexC: TUpDown
3108
          Left = 625
3109
          Top = 76
3110
          Width = 16
3111
          Height = 21
3112
          Max = 255
3113
          TabOrder = 11
3114
          OnClick = UpDownClick
3115
        end
3116
        object VHex: TEdit
3117
          Left = 592
3118
          Top = 116
3119
          Width = 33
3120
          Height = 21
3121
          MaxLength = 2
3122
          TabOrder = 15
3123
          OnKeyPress = EditKeyPress
3124
        end
3125
        object VHexC: TUpDown
3126
          Left = 625
3127
          Top = 116
3128
          Width = 16
3129
          Height = 21
3130
          Max = 255
3131
          TabOrder = 16
3132
          OnClick = UpDownClick
3133
        end
3134
        object PanelH: TPanel
3135
          Left = 30
3136
          Top = 48
3137
          Width = 485
3138
          Height = 9
3139
          BevelOuter = bvLowered
3140
          Color = clBlack
3141
          FullRepaint = False
3142
          TabOrder = 17
3143
          object HueBox: TPaintBox
3144
            Tag = 4
3145
            Left = 1
3146
            Top = 1
3147
            Width = 483
3148
            Height = 7
3149
            Align = alClient
3150
            OnPaint = OutboxPaint
3151
          end
3152
        end
3153
        object PanelS: TPanel
3154
          Left = 30
3155
          Top = 88
3156
          Width = 485
3157
          Height = 9
3158
          BevelOuter = bvLowered
3159
          Color = clBlack
3160
          FullRepaint = False
3161
          TabOrder = 18
3162
          object SatBox: TPaintBox
3163
            Tag = 5
3164
            Left = 1
3165
            Top = 1
3166
            Width = 483
3167
            Height = 7
3168
            Align = alClient
3169
            OnPaint = OutboxPaint
3170
          end
3171
        end
3172
        object PanelV: TPanel
3173
          Left = 30
3174
          Top = 128
3175
          Width = 485
3176
          Height = 9
3177
          BevelOuter = bvLowered
3178
          Color = clBlack
3179
          FullRepaint = False
3180
          TabOrder = 19
3181
          object ValBox: TPaintBox
3182
            Tag = 6
3183
            Left = 1
3184
            Top = 1
3185
            Width = 483
3186
            Height = 7
3187
            Align = alClient
3188
            OnPaint = OutboxPaint
3189
          end
3190
        end
3191
        object HGra: TEdit
3192
          Left = 648
3193
          Top = 36
3194
          Width = 33
3195
          Height = 21
3196
          MaxLength = 3
3197
          TabOrder = 5
3198
          OnKeyPress = EditKeyPress
3199
        end
3200
        object HGraC: TUpDown
3201
          Left = 681
3202
          Top = 36
3203
          Width = 16
3204
          Height = 21
3205
          Min = -1
3206
          Max = 360
3207
          TabOrder = 6
3208
          OnClick = UpDownClick
3209
        end
3210
        object SPro: TEdit
3211
          Left = 648
3212
          Top = 76
3213
          Width = 33
3214
          Height = 21
3215
          MaxLength = 3
3216
          TabOrder = 20
3217
          OnKeyPress = EditKeyPress
3218
        end
3219
        object VPro: TEdit
3220
          Left = 648
3221
          Top = 116
3222
          Width = 33
3223
          Height = 21
3224
          MaxLength = 3
3225
          TabOrder = 21
3226
          OnKeyPress = EditKeyPress
3227
        end
3228
        object SProC: TUpDown
3229
          Left = 681
3230
          Top = 76
3231
          Width = 16
3232
          Height = 21
3233
          TabOrder = 22
3234
          OnClick = UpDownClick
3235
        end
3236
        object VProC: TUpDown
3237
          Left = 681
3238
          Top = 116
3239
          Width = 16
3240
          Height = 21
3241
          TabOrder = 23
3242
          OnClick = UpDownClick
3243
        end
3244
      end
3245
      object ColorcodeBox: TGroupBox
3246
        Left = 8
3247
        Top = 320
3248
        Width = 713
3249
        Height = 78
3250
        Caption = '#'
3251
        TabOrder = 2
3252
        object HTMLLbl: TLabel
3253
          Left = 16
3254
          Top = 20
3255
          Width = 9
3256
          Height = 13
3257
          Caption = '#'
3258
          Font.Charset = DEFAULT_CHARSET
3259
          Font.Color = clWindowText
3260
          Font.Height = -11
3261
          Font.Name = 'MS Sans Serif'
3262
          Font.Style = [fsBold]
3263
          ParentFont = False
3264
        end
3265
        object DelphiLbl: TLabel
3266
          Left = 114
3267
          Top = 20
3268
          Width = 9
3269
          Height = 13
3270
          Caption = '#'
3271
          Font.Charset = DEFAULT_CHARSET
3272
          Font.Color = clWindowText
3273
          Font.Height = -11
3274
          Font.Name = 'MS Sans Serif'
3275
          Font.Style = [fsBold]
3276
          ParentFont = False
3277
        end
3278
        object VisualCLbl: TLabel
3279
          Left = 212
3280
          Top = 20
3281
          Width = 9
3282
          Height = 13
3283
          Caption = '#'
3284
          Font.Charset = DEFAULT_CHARSET
3285
          Font.Color = clWindowText
3286
          Font.Height = -11
3287
          Font.Name = 'MS Sans Serif'
3288
          Font.Style = [fsBold]
3289
          ParentFont = False
3290
        end
3291
        object VisualBasicLbl: TLabel
3292
          Left = 310
3293
          Top = 20
3294
          Width = 9
3295
          Height = 13
3296
          Caption = '#'
3297
          Font.Charset = DEFAULT_CHARSET
3298
          Font.Color = clWindowText
3299
          Font.Height = -11
3300
          Font.Name = 'MS Sans Serif'
3301
          Font.Style = [fsBold]
3302
          ParentFont = False
3303
        end
3304
        object JavaLbl: TLabel
3305
          Left = 408
3306
          Top = 20
3307
          Width = 9
3308
          Height = 13
3309
          Caption = '#'
3310
          Font.Charset = DEFAULT_CHARSET
3311
          Font.Color = clWindowText
3312
          Font.Height = -11
3313
          Font.Name = 'MS Sans Serif'
3314
          Font.Style = [fsBold]
3315
          ParentFont = False
3316
        end
3317
        object PhotoshopLbl: TLabel
3318
          Left = 506
3319
          Top = 20
3320
          Width = 9
3321
          Height = 13
3322
          Caption = '#'
3323
          Font.Charset = DEFAULT_CHARSET
3324
          Font.Color = clWindowText
3325
          Font.Height = -11
3326
          Font.Name = 'MS Sans Serif'
3327
          Font.Style = [fsBold]
3328
          ParentFont = False
3329
        end
3330
        object LongLbl: TLabel
3331
          Left = 604
3332
          Top = 20
3333
          Width = 9
3334
          Height = 13
3335
          Caption = '#'
3336
          Font.Charset = DEFAULT_CHARSET
3337
          Font.Color = clWindowText
3338
          Font.Height = -11
3339
          Font.Name = 'MS Sans Serif'
3340
          Font.Style = [fsBold]
3341
          ParentFont = False
3342
        end
3343
        object HTML: TEdit
3344
          Left = 16
3345
          Top = 36
3346
          Width = 90
3347
          Height = 21
3348
          MaxLength = 7
3349
          TabOrder = 0
3350
          OnKeyPress = EditKeyPress
3351
        end
3352
        object Delphi: TEdit
3353
          Left = 114
3354
          Top = 36
3355
          Width = 90
3356
          Height = 21
3357
          MaxLength = 9
3358
          TabOrder = 1
3359
          OnKeyPress = EditKeyPress
3360
        end
3361
        object VisualC: TEdit
3362
          Left = 212
3363
          Top = 36
3364
          Width = 90
3365
          Height = 21
3366
          MaxLength = 10
3367
          TabOrder = 2
3368
          OnKeyPress = EditKeyPress
3369
        end
3370
        object VisualBasic: TEdit
3371
          Left = 310
3372
          Top = 36
3373
          Width = 90
3374
          Height = 21
3375
          MaxLength = 10
3376
          TabOrder = 3
3377
          OnKeyPress = EditKeyPress
3378
        end
3379
        object Java: TEdit
3380
          Left = 408
3381
          Top = 36
3382
          Width = 90
3383
          Height = 21
3384
          MaxLength = 8
3385
          TabOrder = 4
3386
          OnKeyPress = EditKeyPress
3387
        end
3388
        object Photoshop: TEdit
3389
          Left = 506
3390
          Top = 36
3391
          Width = 90
3392
          Height = 21
3393
          MaxLength = 6
3394
          TabOrder = 5
3395
          OnKeyPress = EditKeyPress
3396
        end
3397
        object Long: TEdit
3398
          Left = 604
3399
          Top = 36
3400
          Width = 90
3401
          Height = 21
3402
          MaxLength = 8
3403
          TabOrder = 6
3404
          OnKeyPress = EditKeyPress
3405
        end
3406
      end
3407
      object GreyscaleBtn: TPanel
3408
        Left = 8
3409
        Top = 408
3410
        Width = 172
3411
        Height = 28
3412
        Cursor = crHandPoint
3413
        Caption = '#'
3414
        Font.Charset = DEFAULT_CHARSET
3415
        Font.Color = clWindowText
3416
        Font.Height = -16
3417
        Font.Name = 'MS Sans Serif'
3418
        Font.Style = [fsBold]
3419
        ParentBackground = False
3420
        ParentFont = False
3421
        TabOrder = 3
3422
        OnClick = GreyscaleBtnClick
3423
      end
3424
      object InvertBtn: TPanel
3425
        Left = 188
3426
        Top = 408
3427
        Width = 172
3428
        Height = 28
3429
        Cursor = crHandPoint
3430
        Caption = '#'
3431
        Font.Charset = DEFAULT_CHARSET
3432
        Font.Color = clWindowText
3433
        Font.Height = -16
3434
        Font.Name = 'MS Sans Serif'
3435
        Font.Style = [fsBold]
3436
        ParentBackground = False
3437
        ParentFont = False
3438
        TabOrder = 4
3439
        OnClick = InvertBtnClick
3440
      end
3441
      object RandomBtn: TPanel
3442
        Left = 548
3443
        Top = 408
3444
        Width = 172
3445
        Height = 28
3446
        Cursor = crHandPoint
3447
        Caption = '#'
3448
        Font.Charset = DEFAULT_CHARSET
3449
        Font.Color = clWindowText
3450
        Font.Height = -16
3451
        Font.Name = 'MS Sans Serif'
3452
        Font.Style = [fsBold]
3453
        ParentBackground = False
3454
        ParentFont = False
3455
        TabOrder = 5
3456
        OnClick = RandomBtnClick
3457
      end
3458
      object WebSafeBtn: TPanel
3459
        Left = 368
3460
        Top = 408
3461
        Width = 172
3462
        Height = 28
3463
        Cursor = crHandPoint
3464
        Caption = '#'
3465
        Font.Charset = DEFAULT_CHARSET
3466
        Font.Color = clWindowText
3467
        Font.Height = -16
3468
        Font.Name = 'MS Sans Serif'
3469
        Font.Style = [fsBold]
3470
        ParentBackground = False
3471
        ParentFont = False
3472
        TabOrder = 6
3473
        OnClick = WebsafeLblClick
3474
      end
3475
    end
3476
  end
3477
  object ColorPanel: TPanel
3478
    Left = 0
3479
    Top = 472
3480
    Width = 736
3481
    Height = 40
3482
    Align = alBottom
3483
    BevelOuter = bvNone
3484
    ParentBackground = False
3485
    TabOrder = 0
3486
    object CurrentLbl: TLabel
3487
      Left = 8
3488
      Top = 8
3489
      Width = 11
3490
      Height = 20
3491
      Caption = '#'
3492
      Font.Charset = DEFAULT_CHARSET
3493
      Font.Color = clWindowText
3494
      Font.Height = -16
3495
      Font.Name = 'MS Sans Serif'
3496
      Font.Style = [fsBold]
3497
      ParentFont = False
3498
      Transparent = True
3499
    end
3500
    object KomplementaerColor: TPanel
3501
      Left = 516
3502
      Top = 0
3503
      Width = 220
3504
      Height = 40
3505
      Cursor = crHandPoint
3506
      Align = alRight
3507
      BevelOuter = bvNone
3508
      Caption = '#'
3509
      ParentBackground = False
3510
      ParentShowHint = False
3511
      ShowHint = True
3512
      TabOrder = 0
3513
      OnClick = TakeClick
3514
    end
3515
  end
3516
  object WebSafe1: TPanel
3517
    Left = 0
3518
    Top = 512
3519
    Width = 736
3520
    Height = 24
3521
    Cursor = crHandPoint
3522
    Align = alBottom
3523
    BevelOuter = bvNone
3524
    Font.Charset = DEFAULT_CHARSET
3525
    Font.Color = clWindowText
3526
    Font.Height = -13
3527
    Font.Name = 'MS Sans Serif'
3528
    Font.Style = [fsBold]
3529
    ParentBackground = False
3530
    ParentFont = False
3531
    ParentShowHint = False
3532
    ShowHint = True
3533
    TabOrder = 1
3534
    OnClick = TakeClick
3535
    object WebsafeLbl: TLabel
3536
      Left = 8
3537
      Top = 4
3538
      Width = 9
3539
      Height = 16
3540
      Cursor = crHandPoint
3541
      Caption = '#'
3542
      Font.Charset = DEFAULT_CHARSET
3543
      Font.Color = clWindowText
3544
      Font.Height = -13
3545
      Font.Name = 'MS Sans Serif'
3546
      Font.Style = [fsBold]
3547
      ParentFont = False
3548
      ParentShowHint = False
3549
      ShowHint = False
3550
      Transparent = True
3551
      OnClick = WebsafeLblClick
3552
    end
3553
    object WebSafe2: TPanel
3554
      Left = 516
3555
      Top = 0
3556
      Width = 220
3557
      Height = 24
3558
      Cursor = crHandPoint
3559
      Align = alRight
3560
      BevelOuter = bvNone
3561
      Caption = '#'
3562
      Font.Charset = DEFAULT_CHARSET
3563
      Font.Color = clWindowText
3564
      Font.Height = -11
3565
      Font.Name = 'MS Sans Serif'
3566
      Font.Style = []
3567
      ParentBackground = False
3568
      ParentFont = False
3569
      ParentShowHint = False
3570
      ShowHint = True
3571
      TabOrder = 0
3572
      OnClick = TakeClick
3573
    end
3574
  end
3575
  object PickTimer: TTimer
3576
    Interval = 50
3577
    OnTimer = PickTimerTimer
3578
    Left = 8
3579
    Top = 504
3580
  end
3581
  object PopupMenu: TPopupMenu
3582
    Left = 40
3583
    Top = 504
3584
    object mGetColor: TMenuItem
3585
      Caption = '#'
3586
      object mAktuell: TMenuItem
3587
        Caption = '#'
3588
        OnClick = MenuClick
3589
      end
3590
      object mKomplementaer: TMenuItem
3591
        Caption = '#'
3592
        OnClick = MenuClick
3593
      end
3594
      object mWebsafe: TMenuItem
3595
        Caption = '#'
3596
        OnClick = MenuClick
3597
      end
3598
      object mWebsafeInv: TMenuItem
3599
        Caption = '#'
3600
        OnClick = MenuClick
3601
      end
3602
      object mMixColor: TMenuItem
3603
        Caption = '#'
3604
        OnClick = MenuClick
3605
      end
3606
    end
3607
    object mPutColor: TMenuItem
3608
      Caption = '#'
3609
      object mAktuell2: TMenuItem
3610
        Caption = '#'
3611
        OnClick = Menu2Click
3612
      end
3613
      object mKomplementaer2: TMenuItem
3614
        Caption = '#'
3615
        OnClick = Menu2Click
3616
      end
3617
    end
3618
    object mUmkehren: TMenuItem
3619
      Caption = '#'
3620
      OnClick = MenuClick
3621
    end
3622
  end
3623
  object WinColorDialog: TColorDialog
3624
    Ctl3D = False
3625
    Options = [cdFullOpen]
3626
    Left = 72
3627
    Top = 504
3628
  end
3629
  object ColorTmr: TTimer
3630
    Interval = 50
3631
    OnTimer = ColorTmrTimer
3632
    Left = 104
3633
    Top = 504
3634
  end
3635
end