viewkernelinfo.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 516 行

DFM
516
字号
object frmViewKernelInfo: TfrmViewKernelInfo
  Left = 222
  Top = 130
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Kernal Information'
  ClientHeight = 279
  ClientWidth = 593
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object PageControl1: TPageControl
    Left = 10
    Top = 10
    Width = 571
    Height = 261
    ActivePage = TabSheet5
    TabOrder = 0
    object TabSheet4: TTabSheet
      Caption = 'Memory'
      ImageIndex = 3
      object GroupBox6: TGroupBox
        Left = 10
        Top = 10
        Width = 241
        Height = 121
        Caption = 'Allocated Memory'
        TabOrder = 0
        object Label25: TLabel
          Left = 10
          Top = 25
          Width = 26
          Height = 15
          Caption = 'Size:'
        end
        object Label26: TLabel
          Left = 10
          Top = 55
          Width = 36
          Height = 15
          Caption = 'Count:'
        end
        object EditAllocMemCount: TEdit
          Left = 110
          Top = 50
          Width = 91
          Height = 23
          ReadOnly = True
          TabOrder = 0
        end
        object EditAllocMemSize: TEdit
          Left = 110
          Top = 20
          Width = 91
          Height = 23
          ReadOnly = True
          TabOrder = 1
        end
      end
    end
    object TabSheet1: TTabSheet
      Caption = 'Databases'
      object GroupBox1: TGroupBox
        Left = 10
        Top = 5
        Width = 191
        Height = 151
        Caption = 'Human DB counts'
        TabOrder = 0
        object Label1: TLabel
          Left = 10
          Top = 25
          Width = 31
          Height = 15
          Caption = 'Load:'
        end
        object Label2: TLabel
          Left = 10
          Top = 55
          Width = 37
          Height = 15
          Caption = 'Errors:'
        end
        object Label3: TLabel
          Left = 10
          Top = 85
          Width = 37
          Height = 15
          Caption = 'Saves:'
        end
        object Label4: TLabel
          Left = 10
          Top = 115
          Width = 35
          Height = 15
          Caption = 'Query:'
        end
        object EditLoadHumanDBCount: TEdit
          Left = 110
          Top = 20
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 0
        end
        object EditLoadHumanDBErrorCoun: TEdit
          Left = 110
          Top = 50
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 1
        end
        object EditSaveHumanDBCount: TEdit
          Left = 110
          Top = 80
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 2
        end
        object EditHumanDBQueryID: TEdit
          Left = 110
          Top = 110
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 3
        end
      end
      object GroupBox4: TGroupBox
        Left = 210
        Top = 5
        Width = 221
        Height = 86
        Caption = 'Items DB'
        TabOrder = 1
        object Label7: TLabel
          Left = 10
          Top = 25
          Width = 44
          Height = 15
          Caption = 'Item no:'
        end
        object Label8: TLabel
          Left = 10
          Top = 55
          Width = 43
          Height = 15
          Caption = 'Item Ex:'
        end
        object EditItemNumber: TEdit
          Left = 110
          Top = 20
          Width = 91
          Height = 23
          ReadOnly = True
          TabOrder = 0
        end
        object EditItemNumberEx: TEdit
          Left = 110
          Top = 50
          Width = 91
          Height = 23
          ReadOnly = True
          TabOrder = 1
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Lottery'
      ImageIndex = 1
      object GroupBox2: TGroupBox
        Left = 10
        Top = 5
        Width = 191
        Height = 96
        Caption = 'Counters'
        TabOrder = 0
        object Label5: TLabel
          Left = 10
          Top = 25
          Width = 59
          Height = 15
          Caption = 'Total wins:'
        end
        object Label6: TLabel
          Left = 10
          Top = 55
          Width = 71
          Height = 15
          Caption = 'Total losses:'
        end
        object EditWinLotteryCount: TEdit
          Left = 110
          Top = 20
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 0
        end
        object EditNoWinLotteryCount: TEdit
          Left = 110
          Top = 50
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 1
        end
      end
      object GroupBox3: TGroupBox
        Left = 210
        Top = 5
        Width = 161
        Height = 206
        Caption = 'Wins'
        TabOrder = 1
        object Label9: TLabel
          Left = 10
          Top = 25
          Width = 50
          Height = 15
          Caption = '1st Prize:'
        end
        object Label10: TLabel
          Left = 10
          Top = 55
          Width = 54
          Height = 15
          Caption = '2nd Prize:'
        end
        object Label11: TLabel
          Left = 10
          Top = 85
          Width = 51
          Height = 15
          Caption = '3rd Prize:'
        end
        object Label12: TLabel
          Left = 10
          Top = 115
          Width = 50
          Height = 15
          Caption = '4th Prize:'
        end
        object Label13: TLabel
          Left = 10
          Top = 145
          Width = 50
          Height = 15
          Caption = '5th Prize:'
        end
        object Label14: TLabel
          Left = 10
          Top = 175
          Width = 50
          Height = 15
          Caption = '6th Prize:'
        end
        object EditWinLotteryLevel1: TEdit
          Left = 70
          Top = 20
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 0
        end
        object EditWinLotteryLevel2: TEdit
          Left = 70
          Top = 50
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 1
        end
        object EditWinLotteryLevel3: TEdit
          Left = 70
          Top = 80
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 2
        end
        object EditWinLotteryLevel4: TEdit
          Left = 70
          Top = 110
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 3
        end
        object EditWinLotteryLevel5: TEdit
          Left = 70
          Top = 140
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 4
        end
        object EditWinLotteryLevel6: TEdit
          Left = 70
          Top = 170
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 5
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Global Values'
      ImageIndex = 2
      object GroupBox5: TGroupBox
        Left = 10
        Top = 5
        Width = 531
        Height = 206
        Caption = 'Global value'
        TabOrder = 0
        object Label15: TLabel
          Left = 10
          Top = 25
          Width = 10
          Height = 15
          Caption = '1:'
        end
        object Label16: TLabel
          Left = 10
          Top = 55
          Width = 10
          Height = 15
          Caption = '2:'
        end
        object Label17: TLabel
          Left = 10
          Top = 85
          Width = 10
          Height = 15
          Caption = '3:'
        end
        object Label18: TLabel
          Left = 10
          Top = 115
          Width = 10
          Height = 15
          Caption = '4:'
        end
        object Label19: TLabel
          Left = 10
          Top = 145
          Width = 10
          Height = 15
          Caption = '5:'
        end
        object Label20: TLabel
          Left = 10
          Top = 175
          Width = 10
          Height = 15
          Caption = '6:'
        end
        object Label21: TLabel
          Left = 150
          Top = 115
          Width = 17
          Height = 15
          Caption = '10:'
        end
        object Label22: TLabel
          Left = 150
          Top = 25
          Width = 10
          Height = 15
          Caption = '7:'
        end
        object Label23: TLabel
          Left = 150
          Top = 55
          Width = 10
          Height = 15
          Caption = '8:'
        end
        object Label24: TLabel
          Left = 150
          Top = 85
          Width = 10
          Height = 15
          Caption = '9:'
        end
        object EditGlobalVal1: TEdit
          Left = 70
          Top = 20
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 0
        end
        object EditGlobalVal2: TEdit
          Left = 70
          Top = 50
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 1
        end
        object EditGlobalVal3: TEdit
          Left = 70
          Top = 80
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 2
        end
        object EditGlobalVal4: TEdit
          Left = 70
          Top = 110
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 3
        end
        object EditGlobalVal5: TEdit
          Left = 70
          Top = 140
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 4
        end
        object EditGlobalVal6: TEdit
          Left = 70
          Top = 170
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 5
        end
        object EditGlobalVal7: TEdit
          Left = 210
          Top = 20
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 6
        end
        object EditGlobalVal8: TEdit
          Left = 210
          Top = 50
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 7
        end
        object EditGlobalVal9: TEdit
          Left = 210
          Top = 80
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 8
        end
        object EditGlobalVal10: TEdit
          Left = 210
          Top = 110
          Width = 71
          Height = 23
          ReadOnly = True
          TabOrder = 9
        end
      end
    end
    object TabSheet5: TTabSheet
      Caption = 'Processes?'
      ImageIndex = 4
      object GroupBox7: TGroupBox
        Left = 10
        Top = 5
        Width = 531
        Height = 206
        Caption = 'Processes?'
        TabOrder = 0
        object GridThread: TStringGrid
          Left = 10
          Top = 20
          Width = 511
          Height = 171
          DefaultRowHeight = 18
          FixedCols = 0
          Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
          TabOrder = 0
          ColWidths = (
            35
            50
            51
            90
            64)
        end
      end
    end
  end
  object Timer: TTimer
    Enabled = False
    OnTimer = TimerTimer
    Left = 400
    Top = 208
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?