Subversion Repositories AndroidProjects

Rev

Blame | Last modification | View Log | RSS feed

object FormMain: TFormMain
  Left = 298
  Top = 232
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'pingK Configuration Tool'
  ClientHeight = 512
  ClientWidth = 368
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl: TPageControl
    Left = 16
    Top = 16
    Width = 337
    Height = 433
    ActivePage = TabSheet1
    MultiLine = True
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Display'
      object GroupBox1: TGroupBox
        Left = 16
        Top = 8
        Width = 297
        Height = 153
        Caption = 'Resolution'
        TabOrder = 0
        object Label1: TLabel
          Left = 16
          Top = 30
          Width = 68
          Height = 13
          Caption = 'Screen Width:'
        end
        object Label2: TLabel
          Left = 16
          Top = 54
          Width = 68
          Height = 13
          Caption = 'Screen Height'
        end
        object Label3: TLabel
          Left = 16
          Top = 86
          Width = 51
          Height = 13
          Caption = 'Fullscreen:'
        end
        object LHz: TLabel
          Left = 32
          Top = 118
          Width = 66
          Height = 13
          Caption = 'Refresh Rate:'
        end
        object EWidth: TEdit
          Left = 112
          Top = 24
          Width = 73
          Height = 21
          TabOrder = 0
          OnChange = CBFullScreenClick
        end
        object EHeight: TEdit
          Left = 112
          Top = 48
          Width = 73
          Height = 21
          TabOrder = 1
          OnChange = CBFullScreenClick
        end
        object EHz: TEdit
          Left = 112
          Top = 112
          Width = 49
          Height = 21
          TabOrder = 2
        end
        object CBFullScreen: TCheckBox
          Left = 112
          Top = 86
          Width = 15
          Height = 15
          TabOrder = 3
          OnClick = CBFullScreenClick
        end
      end
      object GroupBox2: TGroupBox
        Left = 16
        Top = 176
        Width = 297
        Height = 97
        Caption = 'Advanced Settings'
        TabOrder = 1
        object LVSync: TLabel
          Left = 16
          Top = 30
          Width = 34
          Height = 13
          Caption = 'VSync:'
        end
        object LGamma: TLabel
          Left = 16
          Top = 62
          Width = 39
          Height = 13
          Caption = 'Gamma:'
        end
        object CBVSync: TCheckBox
          Left = 112
          Top = 30
          Width = 15
          Height = 15
          TabOrder = 0
        end
        object EGamma: TEdit
          Left = 112
          Top = 56
          Width = 73
          Height = 21
          TabOrder = 1
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Sound'
      ImageIndex = 1
      object GroupBox3: TGroupBox
        Left = 16
        Top = 8
        Width = 297
        Height = 97
        Caption = 'Sound'
        TabOrder = 0
        object Label9: TLabel
          Left = 16
          Top = 62
          Width = 115
          Height = 13
          Caption = 'Play Background Music:'
        end
        object Label10: TLabel
          Left = 16
          Top = 30
          Width = 72
          Height = 13
          Caption = 'Sound Volume:'
        end
        object Label4: TLabel
          Left = 208
          Top = 30
          Width = 58
          Height = 13
          Caption = '(1.00 = max)'
        end
        object EVolume: TEdit
          Left = 136
          Top = 24
          Width = 49
          Height = 21
          TabOrder = 0
        end
        object CBBackgroundMusic: TCheckBox
          Left = 168
          Top = 62
          Width = 15
          Height = 15
          TabOrder = 1
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Controls'
      ImageIndex = 2
      object GroupBox4: TGroupBox
        Left = 16
        Top = 8
        Width = 297
        Height = 121
        Caption = 'Player 1'
        TabOrder = 0
        object Label5: TLabel
          Left = 16
          Top = 30
          Width = 74
          Height = 13
          Caption = 'Uses Joypad #:'
        end
        object Label7: TLabel
          Left = 208
          Top = 30
          Width = 69
          Height = 13
          Caption = '(0 = Keyboard)'
        end
        object Label6: TLabel
          Left = 16
          Top = 62
          Width = 66
          Height = 13
          Caption = 'Button for Up:'
        end
        object Label8: TLabel
          Left = 16
          Top = 86
          Width = 80
          Height = 13
          Caption = 'Button for Down:'
        end
        object EPlayer1Joypad: TEdit
          Left = 136
          Top = 24
          Width = 49
          Height = 21
          TabOrder = 0
        end
        object EPlayer1Up: TEdit
          Left = 136
          Top = 56
          Width = 49
          Height = 21
          TabOrder = 1
        end
        object EPlayer1Down: TEdit
          Left = 136
          Top = 80
          Width = 49
          Height = 21
          TabOrder = 2
        end
      end
      object GroupBox5: TGroupBox
        Left = 16
        Top = 144
        Width = 297
        Height = 121
        Caption = 'Player 2'
        TabOrder = 1
        object Label11: TLabel
          Left = 16
          Top = 30
          Width = 74
          Height = 13
          Caption = 'Uses Joypad #:'
        end
        object Label12: TLabel
          Left = 208
          Top = 30
          Width = 69
          Height = 13
          Caption = '(0 = Keyboard)'
        end
        object Label13: TLabel
          Left = 16
          Top = 62
          Width = 66
          Height = 13
          Caption = 'Button for Up:'
        end
        object Label14: TLabel
          Left = 16
          Top = 86
          Width = 80
          Height = 13
          Caption = 'Button for Down:'
        end
        object EPlayer2Joypad: TEdit
          Left = 136
          Top = 24
          Width = 49
          Height = 21
          TabOrder = 0
        end
        object EPlayer2Up: TEdit
          Left = 136
          Top = 56
          Width = 49
          Height = 21
          TabOrder = 1
        end
        object EPlayer2Down: TEdit
          Left = 136
          Top = 80
          Width = 49
          Height = 21
          TabOrder = 2
        end
      end
      object GroupBox6: TGroupBox
        Left = 16
        Top = 280
        Width = 297
        Height = 89
        Caption = 'Menu'
        TabOrder = 2
        object Label17: TLabel
          Left = 16
          Top = 30
          Width = 37
          Height = 13
          Caption = 'Accept:'
        end
        object Label18: TLabel
          Left = 16
          Top = 54
          Width = 66
          Height = 13
          Caption = 'Cancel / Quit:'
        end
        object EMenuAccept: TEdit
          Left = 136
          Top = 24
          Width = 49
          Height = 21
          TabOrder = 0
        end
        object EMenuCancel: TEdit
          Left = 136
          Top = 48
          Width = 49
          Height = 21
          TabOrder = 1
        end
      end
    end
    object TabSheet7: TTabSheet
      Caption = 'Player Settings'
      ImageIndex = 6
      object GroupBox7: TGroupBox
        Left = 16
        Top = 8
        Width = 297
        Height = 145
        Caption = 'Player 1'
        TabOrder = 0
        object Label15: TLabel
          Left = 16
          Top = 30
          Width = 115
          Height = 13
          Caption = 'Name for Human Player:'
        end
        object Label16: TLabel
          Left = 16
          Top = 54
          Width = 103
          Height = 13
          Caption = 'Name for CPU Player:'
        end
        object Label19: TLabel
          Left = 16
          Top = 86
          Width = 183
          Height = 13
          Caption = 'Text to display to invite player to game:'
        end
        object EPlayer1PlayerName: TEdit
          Left = 152
          Top = 24
          Width = 129
          Height = 21
          TabOrder = 0
        end
        object EPlayer1CPUName: TEdit
          Left = 152
          Top = 48
          Width = 129
          Height = 21
          TabOrder = 1
        end
        object EPlayer1TextToEnterGame: TEdit
          Left = 16
          Top = 104
          Width = 265
          Height = 21
          TabOrder = 2
        end
      end
      object GroupBox8: TGroupBox
        Left = 16
        Top = 168
        Width = 297
        Height = 145
        Caption = 'Player 2'
        TabOrder = 1
        object Label20: TLabel
          Left = 16
          Top = 30
          Width = 115
          Height = 13
          Caption = 'Name for Human Player:'
        end
        object Label21: TLabel
          Left = 16
          Top = 54
          Width = 103
          Height = 13
          Caption = 'Name for CPU Player:'
        end
        object Label22: TLabel
          Left = 16
          Top = 86
          Width = 183
          Height = 13
          Caption = 'Text to display to invite player to game:'
        end
        object EPlayer2PlayerName: TEdit
          Left = 152
          Top = 24
          Width = 129
          Height = 21
          TabOrder = 0
        end
        object EPlayer2CPUName: TEdit
          Left = 152
          Top = 48
          Width = 129
          Height = 21
          TabOrder = 1
        end
        object EPlayer2TextToEnterGame: TEdit
          Left = 16
          Top = 104
          Width = 265
          Height = 21
          TabOrder = 2
        end
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Gameplay'
      ImageIndex = 3
      object PageControl1: TPageControl
        Left = 8
        Top = 16
        Width = 313
        Height = 361
        ActivePage = TabSheet8
        TabOrder = 0
        object TabSheet8: TTabSheet
          Caption = 'Paddles'
          object GroupBox12: TGroupBox
            Left = 16
            Top = 16
            Width = 273
            Height = 65
            Caption = 'Paddle Speed'
            TabOrder = 0
            object Label27: TLabel
              Left = 16
              Top = 30
              Width = 173
              Height = 13
              Caption = 'Maximum Speed (Pixels per second):'
            end
            object EMaxPaddleSpeed: TEdit
              Left = 200
              Top = 24
              Width = 57
              Height = 21
              TabOrder = 0
            end
          end
          object GroupBox13: TGroupBox
            Left = 16
            Top = 96
            Width = 273
            Height = 89
            Caption = 'SlowMotion-Movement'
            TabOrder = 1
            object Label26: TLabel
              Left = 16
              Top = 30
              Width = 76
              Height = 13
              Caption = 'Inertia Multiplier:'
            end
            object Label31: TLabel
              Left = 16
              Top = 54
              Width = 115
              Height = 13
              Caption = 'Inertia Decrease Speed:'
            end
            object EInertiaMultiplier: TEdit
              Left = 160
              Top = 24
              Width = 57
              Height = 21
              TabOrder = 0
            end
            object EInertiaDecrease: TEdit
              Left = 160
              Top = 48
              Width = 57
              Height = 21
              TabOrder = 1
            end
          end
          object GroupBox16: TGroupBox
            Left = 16
            Top = 200
            Width = 273
            Height = 89
            Caption = 'Ball reflection'
            TabOrder = 2
            object Label38: TLabel
              Left = 16
              Top = 30
              Width = 85
              Height = 13
              Caption = 'Top-spin intensity:'
            end
            object Label39: TLabel
              Left = 16
              Top = 54
              Width = 120
              Height = 13
              Caption = 'Angle Deviation per pixel:'
            end
            object ETopSpinIntensity: TEdit
              Left = 160
              Top = 24
              Width = 57
              Height = 21
              TabOrder = 0
            end
            object EAngleDeviation: TEdit
              Left = 160
              Top = 48
              Width = 57
              Height = 21
              TabOrder = 1
            end
          end
        end
        object TabSheet9: TTabSheet
          Caption = 'Ball'
          ImageIndex = 1
          object GroupBox14: TGroupBox
            Left = 16
            Top = 16
            Width = 273
            Height = 113
            Caption = 'Movement Speed'
            TabOrder = 0
            object Label32: TLabel
              Left = 16
              Top = 30
              Width = 150
              Height = 13
              Caption = 'Start Speed (pixels per second):'
            end
            object Label33: TLabel
              Left = 16
              Top = 54
              Width = 78
              Height = 13
              Caption = 'Speed-up Timer:'
            end
            object Label34: TLabel
              Left = 16
              Top = 78
              Width = 134
              Height = 13
              Caption = 'Increase per Speed-up step:'
            end
            object EBallStartSpeed: TEdit
              Left = 200
              Top = 24
              Width = 57
              Height = 21
              TabOrder = 0
            end
            object EBallSpeedUpTimer: TEdit
              Left = 200
              Top = 48
              Width = 57
              Height = 21
              TabOrder = 1
            end
            object EBallSpeedUpIncrease: TEdit
              Left = 200
              Top = 72
              Width = 57
              Height = 21
              TabOrder = 2
            end
          end
          object GroupBox15: TGroupBox
            Left = 16
            Top = 144
            Width = 273
            Height = 89
            Caption = 'Angular Speed'
            TabOrder = 1
            object Label35: TLabel
              Left = 16
              Top = 30
              Width = 117
              Height = 13
              Caption = 'Maximum angular speed:'
            end
            object Label36: TLabel
              Left = 16
              Top = 54
              Width = 118
              Height = 13
              Caption = 'Angular speed decrease:'
            end
            object EBallMaximumAngularSpeed: TEdit
              Left = 200
              Top = 24
              Width = 57
              Height = 21
              TabOrder = 0
            end
            object EBallAngularSpeedDecrease: TEdit
              Left = 200
              Top = 48
              Width = 57
              Height = 21
              TabOrder = 1
            end
          end
        end
        object TabSheet10: TTabSheet
          Caption = 'PowerUps'
          ImageIndex = 2
          object GroupBox17: TGroupBox
            Left = 16
            Top = 16
            Width = 273
            Height = 89
            Caption = 'PowerUp Appearance'
            TabOrder = 0
            object Label37: TLabel
              Left = 16
              Top = 30
              Width = 132
              Height = 13
              Caption = 'Appearance time (seconds):'
            end
            object Label40: TLabel
              Left = 16
              Top = 54
              Width = 168
              Height = 13
              Caption = 'Number of simultaneous PowerUps:'
            end
            object EPowerUpAppearanceTime: TEdit
              Left = 200
              Top = 24
              Width = 57
              Height = 21
              TabOrder = 0
            end
            object EPowerUpSimultaneousPowerUps: TEdit
              Left = 200
              Top = 48
              Width = 57
              Height = 21
              TabOrder = 1
            end
          end
          object GroupBox18: TGroupBox
            Left = 16
            Top = 112
            Width = 273
            Height = 209
            Caption = 'PowerUp Type Distribution'
            TabOrder = 1
            object Label41: TLabel
              Left = 16
              Top = 30
              Width = 172
              Height = 13
              Caption = 'Spawn Bomb on Number of Crystals:'
            end
            object Label42: TLabel
              Left = 16
              Top = 62
              Width = 120
              Height = 13
              Caption = 'Chance to spawn Crystal:'
            end
            object Label43: TLabel
              Left = 16
              Top = 86
              Width = 132
              Height = 13
              Caption = 'Chance to spawn Concave:'
            end
            object Label44: TLabel
              Left = 16
              Top = 110
              Width = 111
              Height = 13
              Caption = 'Chance to spawn Pixel:'
            end
            object Label45: TLabel
              Left = 16
              Top = 134
              Width = 125
              Height = 13
              Caption = 'Chance to spawn Flowers:'
            end
            object Label46: TLabel
              Left = 16
              Top = 158
              Width = 144
              Height = 13
              Caption = 'Chance to spawn SlowMotion:'
            end
            object Label47: TLabel
              Left = 16
              Top = 182
              Width = 116
              Height = 13
              Caption = 'Chance to spawn Bomb:'
            end
            object ESpawnBombOnCrystals: TEdit
              Left = 200
              Top = 24
              Width = 57
              Height = 21
              TabOrder = 0
            end
            object ERandomCrystal: TEdit
              Left = 160
              Top = 56
              Width = 57
              Height = 21
              TabOrder = 1
            end
            object ERandomConcave: TEdit
              Left = 160
              Top = 80
              Width = 57
              Height = 21
              TabOrder = 2
            end
            object ERandomPixel: TEdit
              Left = 160
              Top = 104
              Width = 57
              Height = 21
              TabOrder = 3
            end
            object ERandomFlowers: TEdit
              Left = 160
              Top = 128
              Width = 57
              Height = 21
              TabOrder = 4
            end
            object ERandomSlowMotion: TEdit
              Left = 160
              Top = 152
              Width = 57
              Height = 21
              TabOrder = 5
            end
            object ERandomBomb: TEdit
              Left = 160
              Top = 176
              Width = 57
              Height = 21
              TabOrder = 6
            end
          end
        end
        object TabSheet11: TTabSheet
          Caption = 'Demo Mode'
          ImageIndex = 3
          object GroupBox19: TGroupBox
            Left = 16
            Top = 16
            Width = 273
            Height = 113
            Caption = 'Player Timeout'
            TabOrder = 0
            object Label48: TLabel
              Left = 16
              Top = 30
              Width = 224
              Height = 13
              Caption = 'Amount of idle-time until paddle is taken over by'
            end
            object Label49: TLabel
              Left = 16
              Top = 48
              Width = 105
              Height = 13
              Caption = 'CPU player (seconds):'
            end
            object EPlayerTimeout: TEdit
              Left = 200
              Top = 48
              Width = 57
              Height = 21
              TabOrder = 0
            end
          end
        end
      end
    end
    object TabSheet5: TTabSheet
      Caption = 'Menu Access'
      ImageIndex = 4
      object GroupBox9: TGroupBox
        Left = 16
        Top = 8
        Width = 297
        Height = 97
        Caption = 'Access to Menus'
        TabOrder = 0
        object Label23: TLabel
          Left = 16
          Top = 30
          Width = 137
          Height = 13
          Caption = 'Can access / display Menus:'
        end
        object Label24: TLabel
          Left = 16
          Top = 62
          Width = 71
          Height = 13
          Caption = 'Can quit game:'
        end
        object CBCanDisplayMenu: TCheckBox
          Left = 168
          Top = 30
          Width = 15
          Height = 15
          TabOrder = 0
        end
        object CBCanQuit: TCheckBox
          Left = 168
          Top = 62
          Width = 15
          Height = 15
          TabOrder = 1
        end
      end
    end
    object TabSheet6: TTabSheet
      Caption = 'Style'
      ImageIndex = 5
      object GroupBox10: TGroupBox
        Left = 16
        Top = 8
        Width = 297
        Height = 185
        Caption = 'Motion Blur'
        TabOrder = 0
        object Label25: TLabel
          Left = 16
          Top = 30
          Width = 92
          Height = 13
          Caption = 'Enable Motion Blur:'
        end
        object LStoredFrames: TLabel
          Left = 32
          Top = 62
          Width = 125
          Height = 13
          Caption = 'Number Of Stored Frames:'
        end
        object LMotionBlurRAM: TLabel
          Left = 192
          Top = 146
          Width = 80
          Height = 13
          Alignment = taRightJustify
          Caption = 'LMotionBlurRAM'
        end
        object StaticText2: TStaticText
          Left = 16
          Top = 120
          Width = 161
          Height = 49
          AutoSize = False
          Caption = 
            'Amount of memory needed for Motion Blur in current settings (Res' +
            'olution * Number of Frames):'
          TabOrder = 3
        end
        object EStoredFrames: TEdit
          Left = 168
          Top = 56
          Width = 49
          Height = 21
          TabOrder = 0
          OnChange = CBFullScreenClick
        end
        object CBMotionBlur: TCheckBox
          Left = 168
          Top = 30
          Width = 15
          Height = 15
          TabOrder = 1
          OnClick = CBFullScreenClick
        end
        object StaticText1: TStaticText
          Left = 16
          Top = 96
          Width = 265
          Height = 17
          AutoSize = False
          Caption = 'Note: Motion Blur needs a lot of memory on the GPU.'
          TabOrder = 2
        end
      end
      object GroupBox11: TGroupBox
        Left = 16
        Top = 200
        Width = 297
        Height = 113
        Caption = 'Game Color'
        TabOrder = 1
        object Label29: TLabel
          Left = 16
          Top = 30
          Width = 23
          Height = 13
          Caption = 'Red:'
        end
        object Label28: TLabel
          Left = 16
          Top = 54
          Width = 32
          Height = 13
          Caption = 'Green:'
        end
        object Label30: TLabel
          Left = 16
          Top = 78
          Width = 24
          Height = 13
          Caption = 'Blue:'
        end
        object EPingkRed: TEdit
          Left = 72
          Top = 24
          Width = 49
          Height = 21
          TabOrder = 0
        end
        object EPingkGreen: TEdit
          Left = 72
          Top = 48
          Width = 49
          Height = 21
          TabOrder = 1
        end
        object EPingkBlue: TEdit
          Left = 72
          Top = 72
          Width = 49
          Height = 21
          TabOrder = 2
        end
      end
    end
  end
  object BtnSaveAndQuit: TButton
    Left = 160
    Top = 464
    Width = 193
    Height = 33
    Caption = 'Save and Quit'
    TabOrder = 1
    OnClick = BtnSaveAndQuitClick
  end
  object XPManifest: TXPManifest
    Left = 16
    Top = 464
  end
end