Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 chris 1
object FormMain: TFormMain
2
  Left = 298
3
  Top = 232
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsSingle
6
  Caption = 'pingK Configuration Tool'
7
  ClientHeight = 512
8
  ClientWidth = 368
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poDesktopCenter
17
  OnCreate = FormCreate
18
  PixelsPerInch = 96
19
  TextHeight = 13
20
  object PageControl: TPageControl
21
    Left = 16
22
    Top = 16
23
    Width = 337
24
    Height = 433
25
    ActivePage = TabSheet1
26
    MultiLine = True
27
    TabOrder = 0
28
    object TabSheet1: TTabSheet
29
      Caption = 'Display'
30
      object GroupBox1: TGroupBox
31
        Left = 16
32
        Top = 8
33
        Width = 297
34
        Height = 153
35
        Caption = 'Resolution'
36
        TabOrder = 0
37
        object Label1: TLabel
38
          Left = 16
39
          Top = 30
40
          Width = 68
41
          Height = 13
42
          Caption = 'Screen Width:'
43
        end
44
        object Label2: TLabel
45
          Left = 16
46
          Top = 54
47
          Width = 68
48
          Height = 13
49
          Caption = 'Screen Height'
50
        end
51
        object Label3: TLabel
52
          Left = 16
53
          Top = 86
54
          Width = 51
55
          Height = 13
56
          Caption = 'Fullscreen:'
57
        end
58
        object LHz: TLabel
59
          Left = 32
60
          Top = 118
61
          Width = 66
62
          Height = 13
63
          Caption = 'Refresh Rate:'
64
        end
65
        object EWidth: TEdit
66
          Left = 112
67
          Top = 24
68
          Width = 73
69
          Height = 21
70
          TabOrder = 0
71
          OnChange = CBFullScreenClick
72
        end
73
        object EHeight: TEdit
74
          Left = 112
75
          Top = 48
76
          Width = 73
77
          Height = 21
78
          TabOrder = 1
79
          OnChange = CBFullScreenClick
80
        end
81
        object EHz: TEdit
82
          Left = 112
83
          Top = 112
84
          Width = 49
85
          Height = 21
86
          TabOrder = 2
87
        end
88
        object CBFullScreen: TCheckBox
89
          Left = 112
90
          Top = 86
91
          Width = 15
92
          Height = 15
93
          TabOrder = 3
94
          OnClick = CBFullScreenClick
95
        end
96
      end
97
      object GroupBox2: TGroupBox
98
        Left = 16
99
        Top = 176
100
        Width = 297
101
        Height = 97
102
        Caption = 'Advanced Settings'
103
        TabOrder = 1
104
        object LVSync: TLabel
105
          Left = 16
106
          Top = 30
107
          Width = 34
108
          Height = 13
109
          Caption = 'VSync:'
110
        end
111
        object LGamma: TLabel
112
          Left = 16
113
          Top = 62
114
          Width = 39
115
          Height = 13
116
          Caption = 'Gamma:'
117
        end
118
        object CBVSync: TCheckBox
119
          Left = 112
120
          Top = 30
121
          Width = 15
122
          Height = 15
123
          TabOrder = 0
124
        end
125
        object EGamma: TEdit
126
          Left = 112
127
          Top = 56
128
          Width = 73
129
          Height = 21
130
          TabOrder = 1
131
        end
132
      end
133
    end
134
    object TabSheet2: TTabSheet
135
      Caption = 'Sound'
136
      ImageIndex = 1
137
      object GroupBox3: TGroupBox
138
        Left = 16
139
        Top = 8
140
        Width = 297
141
        Height = 97
142
        Caption = 'Sound'
143
        TabOrder = 0
144
        object Label9: TLabel
145
          Left = 16
146
          Top = 62
147
          Width = 115
148
          Height = 13
149
          Caption = 'Play Background Music:'
150
        end
151
        object Label10: TLabel
152
          Left = 16
153
          Top = 30
154
          Width = 72
155
          Height = 13
156
          Caption = 'Sound Volume:'
157
        end
158
        object Label4: TLabel
159
          Left = 208
160
          Top = 30
161
          Width = 58
162
          Height = 13
163
          Caption = '(1.00 = max)'
164
        end
165
        object EVolume: TEdit
166
          Left = 136
167
          Top = 24
168
          Width = 49
169
          Height = 21
170
          TabOrder = 0
171
        end
172
        object CBBackgroundMusic: TCheckBox
173
          Left = 168
174
          Top = 62
175
          Width = 15
176
          Height = 15
177
          TabOrder = 1
178
        end
179
      end
180
    end
181
    object TabSheet3: TTabSheet
182
      Caption = 'Controls'
183
      ImageIndex = 2
184
      object GroupBox4: TGroupBox
185
        Left = 16
186
        Top = 8
187
        Width = 297
188
        Height = 121
189
        Caption = 'Player 1'
190
        TabOrder = 0
191
        object Label5: TLabel
192
          Left = 16
193
          Top = 30
194
          Width = 74
195
          Height = 13
196
          Caption = 'Uses Joypad #:'
197
        end
198
        object Label7: TLabel
199
          Left = 208
200
          Top = 30
201
          Width = 69
202
          Height = 13
203
          Caption = '(0 = Keyboard)'
204
        end
205
        object Label6: TLabel
206
          Left = 16
207
          Top = 62
208
          Width = 66
209
          Height = 13
210
          Caption = 'Button for Up:'
211
        end
212
        object Label8: TLabel
213
          Left = 16
214
          Top = 86
215
          Width = 80
216
          Height = 13
217
          Caption = 'Button for Down:'
218
        end
219
        object EPlayer1Joypad: TEdit
220
          Left = 136
221
          Top = 24
222
          Width = 49
223
          Height = 21
224
          TabOrder = 0
225
        end
226
        object EPlayer1Up: TEdit
227
          Left = 136
228
          Top = 56
229
          Width = 49
230
          Height = 21
231
          TabOrder = 1
232
        end
233
        object EPlayer1Down: TEdit
234
          Left = 136
235
          Top = 80
236
          Width = 49
237
          Height = 21
238
          TabOrder = 2
239
        end
240
      end
241
      object GroupBox5: TGroupBox
242
        Left = 16
243
        Top = 144
244
        Width = 297
245
        Height = 121
246
        Caption = 'Player 2'
247
        TabOrder = 1
248
        object Label11: TLabel
249
          Left = 16
250
          Top = 30
251
          Width = 74
252
          Height = 13
253
          Caption = 'Uses Joypad #:'
254
        end
255
        object Label12: TLabel
256
          Left = 208
257
          Top = 30
258
          Width = 69
259
          Height = 13
260
          Caption = '(0 = Keyboard)'
261
        end
262
        object Label13: TLabel
263
          Left = 16
264
          Top = 62
265
          Width = 66
266
          Height = 13
267
          Caption = 'Button for Up:'
268
        end
269
        object Label14: TLabel
270
          Left = 16
271
          Top = 86
272
          Width = 80
273
          Height = 13
274
          Caption = 'Button for Down:'
275
        end
276
        object EPlayer2Joypad: TEdit
277
          Left = 136
278
          Top = 24
279
          Width = 49
280
          Height = 21
281
          TabOrder = 0
282
        end
283
        object EPlayer2Up: TEdit
284
          Left = 136
285
          Top = 56
286
          Width = 49
287
          Height = 21
288
          TabOrder = 1
289
        end
290
        object EPlayer2Down: TEdit
291
          Left = 136
292
          Top = 80
293
          Width = 49
294
          Height = 21
295
          TabOrder = 2
296
        end
297
      end
298
      object GroupBox6: TGroupBox
299
        Left = 16
300
        Top = 280
301
        Width = 297
302
        Height = 89
303
        Caption = 'Menu'
304
        TabOrder = 2
305
        object Label17: TLabel
306
          Left = 16
307
          Top = 30
308
          Width = 37
309
          Height = 13
310
          Caption = 'Accept:'
311
        end
312
        object Label18: TLabel
313
          Left = 16
314
          Top = 54
315
          Width = 66
316
          Height = 13
317
          Caption = 'Cancel / Quit:'
318
        end
319
        object EMenuAccept: TEdit
320
          Left = 136
321
          Top = 24
322
          Width = 49
323
          Height = 21
324
          TabOrder = 0
325
        end
326
        object EMenuCancel: TEdit
327
          Left = 136
328
          Top = 48
329
          Width = 49
330
          Height = 21
331
          TabOrder = 1
332
        end
333
      end
334
    end
335
    object TabSheet7: TTabSheet
336
      Caption = 'Player Settings'
337
      ImageIndex = 6
338
      object GroupBox7: TGroupBox
339
        Left = 16
340
        Top = 8
341
        Width = 297
342
        Height = 145
343
        Caption = 'Player 1'
344
        TabOrder = 0
345
        object Label15: TLabel
346
          Left = 16
347
          Top = 30
348
          Width = 115
349
          Height = 13
350
          Caption = 'Name for Human Player:'
351
        end
352
        object Label16: TLabel
353
          Left = 16
354
          Top = 54
355
          Width = 103
356
          Height = 13
357
          Caption = 'Name for CPU Player:'
358
        end
359
        object Label19: TLabel
360
          Left = 16
361
          Top = 86
362
          Width = 183
363
          Height = 13
364
          Caption = 'Text to display to invite player to game:'
365
        end
366
        object EPlayer1PlayerName: TEdit
367
          Left = 152
368
          Top = 24
369
          Width = 129
370
          Height = 21
371
          TabOrder = 0
372
        end
373
        object EPlayer1CPUName: TEdit
374
          Left = 152
375
          Top = 48
376
          Width = 129
377
          Height = 21
378
          TabOrder = 1
379
        end
380
        object EPlayer1TextToEnterGame: TEdit
381
          Left = 16
382
          Top = 104
383
          Width = 265
384
          Height = 21
385
          TabOrder = 2
386
        end
387
      end
388
      object GroupBox8: TGroupBox
389
        Left = 16
390
        Top = 168
391
        Width = 297
392
        Height = 145
393
        Caption = 'Player 2'
394
        TabOrder = 1
395
        object Label20: TLabel
396
          Left = 16
397
          Top = 30
398
          Width = 115
399
          Height = 13
400
          Caption = 'Name for Human Player:'
401
        end
402
        object Label21: TLabel
403
          Left = 16
404
          Top = 54
405
          Width = 103
406
          Height = 13
407
          Caption = 'Name for CPU Player:'
408
        end
409
        object Label22: TLabel
410
          Left = 16
411
          Top = 86
412
          Width = 183
413
          Height = 13
414
          Caption = 'Text to display to invite player to game:'
415
        end
416
        object EPlayer2PlayerName: TEdit
417
          Left = 152
418
          Top = 24
419
          Width = 129
420
          Height = 21
421
          TabOrder = 0
422
        end
423
        object EPlayer2CPUName: TEdit
424
          Left = 152
425
          Top = 48
426
          Width = 129
427
          Height = 21
428
          TabOrder = 1
429
        end
430
        object EPlayer2TextToEnterGame: TEdit
431
          Left = 16
432
          Top = 104
433
          Width = 265
434
          Height = 21
435
          TabOrder = 2
436
        end
437
      end
438
    end
439
    object TabSheet4: TTabSheet
440
      Caption = 'Gameplay'
441
      ImageIndex = 3
442
      object PageControl1: TPageControl
443
        Left = 8
444
        Top = 16
445
        Width = 313
446
        Height = 361
447
        ActivePage = TabSheet8
448
        TabOrder = 0
449
        object TabSheet8: TTabSheet
450
          Caption = 'Paddles'
451
          object GroupBox12: TGroupBox
452
            Left = 16
453
            Top = 16
454
            Width = 273
455
            Height = 65
456
            Caption = 'Paddle Speed'
457
            TabOrder = 0
458
            object Label27: TLabel
459
              Left = 16
460
              Top = 30
461
              Width = 173
462
              Height = 13
463
              Caption = 'Maximum Speed (Pixels per second):'
464
            end
465
            object EMaxPaddleSpeed: TEdit
466
              Left = 200
467
              Top = 24
468
              Width = 57
469
              Height = 21
470
              TabOrder = 0
471
            end
472
          end
473
          object GroupBox13: TGroupBox
474
            Left = 16
475
            Top = 96
476
            Width = 273
477
            Height = 89
478
            Caption = 'SlowMotion-Movement'
479
            TabOrder = 1
480
            object Label26: TLabel
481
              Left = 16
482
              Top = 30
483
              Width = 76
484
              Height = 13
485
              Caption = 'Inertia Multiplier:'
486
            end
487
            object Label31: TLabel
488
              Left = 16
489
              Top = 54
490
              Width = 115
491
              Height = 13
492
              Caption = 'Inertia Decrease Speed:'
493
            end
494
            object EInertiaMultiplier: TEdit
495
              Left = 160
496
              Top = 24
497
              Width = 57
498
              Height = 21
499
              TabOrder = 0
500
            end
501
            object EInertiaDecrease: TEdit
502
              Left = 160
503
              Top = 48
504
              Width = 57
505
              Height = 21
506
              TabOrder = 1
507
            end
508
          end
509
          object GroupBox16: TGroupBox
510
            Left = 16
511
            Top = 200
512
            Width = 273
513
            Height = 89
514
            Caption = 'Ball reflection'
515
            TabOrder = 2
516
            object Label38: TLabel
517
              Left = 16
518
              Top = 30
519
              Width = 85
520
              Height = 13
521
              Caption = 'Top-spin intensity:'
522
            end
523
            object Label39: TLabel
524
              Left = 16
525
              Top = 54
526
              Width = 120
527
              Height = 13
528
              Caption = 'Angle Deviation per pixel:'
529
            end
530
            object ETopSpinIntensity: TEdit
531
              Left = 160
532
              Top = 24
533
              Width = 57
534
              Height = 21
535
              TabOrder = 0
536
            end
537
            object EAngleDeviation: TEdit
538
              Left = 160
539
              Top = 48
540
              Width = 57
541
              Height = 21
542
              TabOrder = 1
543
            end
544
          end
545
        end
546
        object TabSheet9: TTabSheet
547
          Caption = 'Ball'
548
          ImageIndex = 1
549
          object GroupBox14: TGroupBox
550
            Left = 16
551
            Top = 16
552
            Width = 273
553
            Height = 113
554
            Caption = 'Movement Speed'
555
            TabOrder = 0
556
            object Label32: TLabel
557
              Left = 16
558
              Top = 30
559
              Width = 150
560
              Height = 13
561
              Caption = 'Start Speed (pixels per second):'
562
            end
563
            object Label33: TLabel
564
              Left = 16
565
              Top = 54
566
              Width = 78
567
              Height = 13
568
              Caption = 'Speed-up Timer:'
569
            end
570
            object Label34: TLabel
571
              Left = 16
572
              Top = 78
573
              Width = 134
574
              Height = 13
575
              Caption = 'Increase per Speed-up step:'
576
            end
577
            object EBallStartSpeed: TEdit
578
              Left = 200
579
              Top = 24
580
              Width = 57
581
              Height = 21
582
              TabOrder = 0
583
            end
584
            object EBallSpeedUpTimer: TEdit
585
              Left = 200
586
              Top = 48
587
              Width = 57
588
              Height = 21
589
              TabOrder = 1
590
            end
591
            object EBallSpeedUpIncrease: TEdit
592
              Left = 200
593
              Top = 72
594
              Width = 57
595
              Height = 21
596
              TabOrder = 2
597
            end
598
          end
599
          object GroupBox15: TGroupBox
600
            Left = 16
601
            Top = 144
602
            Width = 273
603
            Height = 89
604
            Caption = 'Angular Speed'
605
            TabOrder = 1
606
            object Label35: TLabel
607
              Left = 16
608
              Top = 30
609
              Width = 117
610
              Height = 13
611
              Caption = 'Maximum angular speed:'
612
            end
613
            object Label36: TLabel
614
              Left = 16
615
              Top = 54
616
              Width = 118
617
              Height = 13
618
              Caption = 'Angular speed decrease:'
619
            end
620
            object EBallMaximumAngularSpeed: TEdit
621
              Left = 200
622
              Top = 24
623
              Width = 57
624
              Height = 21
625
              TabOrder = 0
626
            end
627
            object EBallAngularSpeedDecrease: TEdit
628
              Left = 200
629
              Top = 48
630
              Width = 57
631
              Height = 21
632
              TabOrder = 1
633
            end
634
          end
635
        end
636
        object TabSheet10: TTabSheet
637
          Caption = 'PowerUps'
638
          ImageIndex = 2
639
          object GroupBox17: TGroupBox
640
            Left = 16
641
            Top = 16
642
            Width = 273
643
            Height = 89
644
            Caption = 'PowerUp Appearance'
645
            TabOrder = 0
646
            object Label37: TLabel
647
              Left = 16
648
              Top = 30
649
              Width = 132
650
              Height = 13
651
              Caption = 'Appearance time (seconds):'
652
            end
653
            object Label40: TLabel
654
              Left = 16
655
              Top = 54
656
              Width = 168
657
              Height = 13
658
              Caption = 'Number of simultaneous PowerUps:'
659
            end
660
            object EPowerUpAppearanceTime: TEdit
661
              Left = 200
662
              Top = 24
663
              Width = 57
664
              Height = 21
665
              TabOrder = 0
666
            end
667
            object EPowerUpSimultaneousPowerUps: TEdit
668
              Left = 200
669
              Top = 48
670
              Width = 57
671
              Height = 21
672
              TabOrder = 1
673
            end
674
          end
675
          object GroupBox18: TGroupBox
676
            Left = 16
677
            Top = 112
678
            Width = 273
679
            Height = 209
680
            Caption = 'PowerUp Type Distribution'
681
            TabOrder = 1
682
            object Label41: TLabel
683
              Left = 16
684
              Top = 30
685
              Width = 172
686
              Height = 13
687
              Caption = 'Spawn Bomb on Number of Crystals:'
688
            end
689
            object Label42: TLabel
690
              Left = 16
691
              Top = 62
692
              Width = 120
693
              Height = 13
694
              Caption = 'Chance to spawn Crystal:'
695
            end
696
            object Label43: TLabel
697
              Left = 16
698
              Top = 86
699
              Width = 132
700
              Height = 13
701
              Caption = 'Chance to spawn Concave:'
702
            end
703
            object Label44: TLabel
704
              Left = 16
705
              Top = 110
706
              Width = 111
707
              Height = 13
708
              Caption = 'Chance to spawn Pixel:'
709
            end
710
            object Label45: TLabel
711
              Left = 16
712
              Top = 134
713
              Width = 125
714
              Height = 13
715
              Caption = 'Chance to spawn Flowers:'
716
            end
717
            object Label46: TLabel
718
              Left = 16
719
              Top = 158
720
              Width = 144
721
              Height = 13
722
              Caption = 'Chance to spawn SlowMotion:'
723
            end
724
            object Label47: TLabel
725
              Left = 16
726
              Top = 182
727
              Width = 116
728
              Height = 13
729
              Caption = 'Chance to spawn Bomb:'
730
            end
731
            object ESpawnBombOnCrystals: TEdit
732
              Left = 200
733
              Top = 24
734
              Width = 57
735
              Height = 21
736
              TabOrder = 0
737
            end
738
            object ERandomCrystal: TEdit
739
              Left = 160
740
              Top = 56
741
              Width = 57
742
              Height = 21
743
              TabOrder = 1
744
            end
745
            object ERandomConcave: TEdit
746
              Left = 160
747
              Top = 80
748
              Width = 57
749
              Height = 21
750
              TabOrder = 2
751
            end
752
            object ERandomPixel: TEdit
753
              Left = 160
754
              Top = 104
755
              Width = 57
756
              Height = 21
757
              TabOrder = 3
758
            end
759
            object ERandomFlowers: TEdit
760
              Left = 160
761
              Top = 128
762
              Width = 57
763
              Height = 21
764
              TabOrder = 4
765
            end
766
            object ERandomSlowMotion: TEdit
767
              Left = 160
768
              Top = 152
769
              Width = 57
770
              Height = 21
771
              TabOrder = 5
772
            end
773
            object ERandomBomb: TEdit
774
              Left = 160
775
              Top = 176
776
              Width = 57
777
              Height = 21
778
              TabOrder = 6
779
            end
780
          end
781
        end
782
        object TabSheet11: TTabSheet
783
          Caption = 'Demo Mode'
784
          ImageIndex = 3
785
          object GroupBox19: TGroupBox
786
            Left = 16
787
            Top = 16
788
            Width = 273
789
            Height = 113
790
            Caption = 'Player Timeout'
791
            TabOrder = 0
792
            object Label48: TLabel
793
              Left = 16
794
              Top = 30
795
              Width = 224
796
              Height = 13
797
              Caption = 'Amount of idle-time until paddle is taken over by'
798
            end
799
            object Label49: TLabel
800
              Left = 16
801
              Top = 48
802
              Width = 105
803
              Height = 13
804
              Caption = 'CPU player (seconds):'
805
            end
806
            object EPlayerTimeout: TEdit
807
              Left = 200
808
              Top = 48
809
              Width = 57
810
              Height = 21
811
              TabOrder = 0
812
            end
813
          end
814
        end
815
      end
816
    end
817
    object TabSheet5: TTabSheet
818
      Caption = 'Menu Access'
819
      ImageIndex = 4
820
      object GroupBox9: TGroupBox
821
        Left = 16
822
        Top = 8
823
        Width = 297
824
        Height = 97
825
        Caption = 'Access to Menus'
826
        TabOrder = 0
827
        object Label23: TLabel
828
          Left = 16
829
          Top = 30
830
          Width = 137
831
          Height = 13
832
          Caption = 'Can access / display Menus:'
833
        end
834
        object Label24: TLabel
835
          Left = 16
836
          Top = 62
837
          Width = 71
838
          Height = 13
839
          Caption = 'Can quit game:'
840
        end
841
        object CBCanDisplayMenu: TCheckBox
842
          Left = 168
843
          Top = 30
844
          Width = 15
845
          Height = 15
846
          TabOrder = 0
847
        end
848
        object CBCanQuit: TCheckBox
849
          Left = 168
850
          Top = 62
851
          Width = 15
852
          Height = 15
853
          TabOrder = 1
854
        end
855
      end
856
    end
857
    object TabSheet6: TTabSheet
858
      Caption = 'Style'
859
      ImageIndex = 5
860
      object GroupBox10: TGroupBox
861
        Left = 16
862
        Top = 8
863
        Width = 297
864
        Height = 185
865
        Caption = 'Motion Blur'
866
        TabOrder = 0
867
        object Label25: TLabel
868
          Left = 16
869
          Top = 30
870
          Width = 92
871
          Height = 13
872
          Caption = 'Enable Motion Blur:'
873
        end
874
        object LStoredFrames: TLabel
875
          Left = 32
876
          Top = 62
877
          Width = 125
878
          Height = 13
879
          Caption = 'Number Of Stored Frames:'
880
        end
881
        object LMotionBlurRAM: TLabel
882
          Left = 192
883
          Top = 146
884
          Width = 80
885
          Height = 13
886
          Alignment = taRightJustify
887
          Caption = 'LMotionBlurRAM'
888
        end
889
        object StaticText2: TStaticText
890
          Left = 16
891
          Top = 120
892
          Width = 161
893
          Height = 49
894
          AutoSize = False
895
          Caption =
896
            'Amount of memory needed for Motion Blur in current settings (Res' +
897
            'olution * Number of Frames):'
898
          TabOrder = 3
899
        end
900
        object EStoredFrames: TEdit
901
          Left = 168
902
          Top = 56
903
          Width = 49
904
          Height = 21
905
          TabOrder = 0
906
          OnChange = CBFullScreenClick
907
        end
908
        object CBMotionBlur: TCheckBox
909
          Left = 168
910
          Top = 30
911
          Width = 15
912
          Height = 15
913
          TabOrder = 1
914
          OnClick = CBFullScreenClick
915
        end
916
        object StaticText1: TStaticText
917
          Left = 16
918
          Top = 96
919
          Width = 265
920
          Height = 17
921
          AutoSize = False
922
          Caption = 'Note: Motion Blur needs a lot of memory on the GPU.'
923
          TabOrder = 2
924
        end
925
      end
926
      object GroupBox11: TGroupBox
927
        Left = 16
928
        Top = 200
929
        Width = 297
930
        Height = 113
931
        Caption = 'Game Color'
932
        TabOrder = 1
933
        object Label29: TLabel
934
          Left = 16
935
          Top = 30
936
          Width = 23
937
          Height = 13
938
          Caption = 'Red:'
939
        end
940
        object Label28: TLabel
941
          Left = 16
942
          Top = 54
943
          Width = 32
944
          Height = 13
945
          Caption = 'Green:'
946
        end
947
        object Label30: TLabel
948
          Left = 16
949
          Top = 78
950
          Width = 24
951
          Height = 13
952
          Caption = 'Blue:'
953
        end
954
        object EPingkRed: TEdit
955
          Left = 72
956
          Top = 24
957
          Width = 49
958
          Height = 21
959
          TabOrder = 0
960
        end
961
        object EPingkGreen: TEdit
962
          Left = 72
963
          Top = 48
964
          Width = 49
965
          Height = 21
966
          TabOrder = 1
967
        end
968
        object EPingkBlue: TEdit
969
          Left = 72
970
          Top = 72
971
          Width = 49
972
          Height = 21
973
          TabOrder = 2
974
        end
975
      end
976
    end
977
  end
978
  object BtnSaveAndQuit: TButton
979
    Left = 160
980
    Top = 464
981
    Width = 193
982
    Height = 33
983
    Caption = 'Save and Quit'
984
    TabOrder = 1
985
    OnClick = BtnSaveAndQuitClick
986
  end
987
  object XPManifest: TXPManifest
988
    Left = 16
989
    Top = 464
990
  end
991
end