humaninfo.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 663 行 · 第 1/2 页

DFM
663
字号
object frmHumanInfo: TfrmHumanInfo
  Left = 197
  Top = 222
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'User information'
  ClientHeight = 419
  ClientWidth = 806
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object PageControl1: TPageControl
    Left = 10
    Top = 10
    Width = 791
    Height = 301
    ActivePage = TabSheet4
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'General'
      object GroupBox1: TGroupBox
        Left = 10
        Top = 16
        Width = 271
        Height = 242
        Caption = 'Details'
        TabOrder = 0
        object Label1: TLabel
          Left = 10
          Top = 24
          Width = 62
          Height = 15
          Caption = 'Username:'
        end
        object Label2: TLabel
          Left = 10
          Top = 54
          Width = 26
          Height = 15
          Caption = 'Map:'
        end
        object Label3: TLabel
          Left = 10
          Top = 84
          Width = 75
          Height = 15
          Caption = 'Co-ordinates:'
        end
        object Label4: TLabel
          Left = 10
          Top = 114
          Width = 46
          Height = 15
          Caption = 'Account:'
        end
        object Label5: TLabel
          Left = 10
          Top = 144
          Width = 63
          Height = 15
          Caption = 'IP address:'
        end
        object Label6: TLabel
          Left = 10
          Top = 174
          Width = 75
          Height = 15
          Caption = 'Logged on at:'
        end
        object Label7: TLabel
          Left = 10
          Top = 204
          Width = 79
          Height = 15
          Caption = 'Logged on for:'
        end
        object EditName: TEdit
          Left = 96
          Top = 20
          Width = 161
          Height = 23
          Hint = 'The users name'
          ReadOnly = True
          TabOrder = 0
          Text = 'EditName'
        end
        object EditMap: TEdit
          Left = 96
          Top = 50
          Width = 161
          Height = 23
          Hint = 'The map that the user is logged in to'
          ReadOnly = True
          TabOrder = 1
          Text = 'Edit1'
        end
        object EditXY: TEdit
          Left = 96
          Top = 80
          Width = 161
          Height = 23
          ReadOnly = True
          TabOrder = 2
          Text = 'Edit1'
        end
        object EditAccount: TEdit
          Left = 96
          Top = 110
          Width = 161
          Height = 23
          ReadOnly = True
          TabOrder = 3
          Text = 'Edit1'
        end
        object EditIPaddr: TEdit
          Left = 96
          Top = 140
          Width = 161
          Height = 23
          ReadOnly = True
          TabOrder = 4
          Text = 'Edit1'
        end
        object EditLogonTime: TEdit
          Left = 96
          Top = 170
          Width = 161
          Height = 23
          Hint = 'The time thatlet us corner '
          ReadOnly = True
          TabOrder = 5
          Text = 'Edit1'
        end
        object EditLogonLong: TEdit
          Left = 96
          Top = 200
          Width = 161
          Height = 23
          Hint = 'Length of time the player has bveen logged on for'
          ReadOnly = True
          TabOrder = 6
          Text = 'Edit1'
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Points'
      ImageIndex = 1
      object GroupBox2: TGroupBox
        Left = 10
        Top = 10
        Width = 191
        Height = 151
        Caption = 'Main details'
        TabOrder = 0
        object Label12: TLabel
          Left = 10
          Top = 23
          Width = 32
          Height = 15
          Caption = 'Level:'
        end
        object Label8: TLabel
          Left = 10
          Top = 53
          Width = 29
          Height = 15
          Caption = 'Gold:'
        end
        object Label9: TLabel
          Left = 10
          Top = 83
          Width = 56
          Height = 15
          Caption = 'PK points:'
        end
        object Label10: TLabel
          Left = 10
          Top = 113
          Width = 23
          Height = 15
          Caption = 'Exp:'
        end
        object EditLevel: TSpinEdit
          Left = 85
          Top = 19
          Width = 86
          Height = 24
          MaxValue = 20000
          MinValue = 0
          TabOrder = 0
          Value = 0
        end
        object EditGold: TSpinEdit
          Left = 85
          Top = 49
          Width = 86
          Height = 24
          Increment = 1000
          MaxValue = 200000000
          MinValue = 0
          TabOrder = 1
          Value = 0
        end
        object EditPKPoint: TSpinEdit
          Left = 85
          Top = 79
          Width = 86
          Height = 24
          Increment = 50
          MaxValue = 20000
          MinValue = 0
          TabOrder = 2
          Value = 0
        end
        object EditExp: TSpinEdit
          Left = 85
          Top = 109
          Width = 86
          Height = 24
          EditorEnabled = False
          Enabled = False
          MaxValue = 0
          MinValue = 0
          TabOrder = 3
          Value = 0
        end
      end
      object GroupBox6: TGroupBox
        Left = 10
        Top = 170
        Width = 191
        Height = 91
        Caption = 'Admin abilities'
        TabOrder = 1
        object CheckBoxGameMaster: TCheckBox
          Left = 10
          Top = 20
          Width = 175
          Height = 21
          Caption = 'GM mode (Invisible to mobs)'
          TabOrder = 0
        end
        object CheckBoxSuperMan: TCheckBox
          Left = 10
          Top = 40
          Width = 141
          Height = 21
          Caption = 'Superman (Invincible)'
          TabOrder = 1
        end
        object CheckBoxObserver: TCheckBox
          Left = 10
          Top = 60
          Width = 159
          Height = 21
          Caption = 'Observer (Invisible to all)'
          TabOrder = 2
        end
      end
      object GroupBox9: TGroupBox
        Left = 210
        Top = 10
        Width = 191
        Height = 251
        Caption = 'Points'
        TabOrder = 2
        object Label26: TLabel
          Left = 10
          Top = 23
          Width = 64
          Height = 15
          Caption = 'Game gold:'
        end
        object Label27: TLabel
          Left = 10
          Top = 53
          Width = 74
          Height = 15
          Caption = 'Game points:'
        end
        object Label28: TLabel
          Left = 10
          Top = 83
          Width = 73
          Height = 15
          Caption = 'Credit points:'
        end
        object Label29: TLabel
          Left = 10
          Top = 113
          Width = 76
          Height = 15
          Caption = 'Bonus points:'
        end
        object Label19: TLabel
          Left = 10
          Top = 143
          Width = 76
          Height = 30
          Hint = '????????'
          Caption = 'Bonus points used:'
          WordWrap = True
        end
        object EditGameGold: TSpinEdit
          Left = 93
          Top = 19
          Width = 86
          Height = 24
          MaxValue = 20000000
          MinValue = 0
          TabOrder = 0
          Value = 0
        end
        object EditGamePoint: TSpinEdit
          Left = 93
          Top = 49
          Width = 86
          Height = 24
          MaxValue = 200000000
          MinValue = 0
          TabOrder = 1
          Value = 0

⌨️ 快捷键说明

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