viewlevel.dfm

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

DFM
115
字号
object frmViewLevel: TfrmViewLevel
  Left = 193
  Top = 232
  Width = 359
  Height = 322
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Level/Class Details'
  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 GroupBox10: TGroupBox
    Left = 10
    Top = 10
    Width = 151
    Height = 61
    Caption = 'Select Level'
    TabOrder = 0
    object Label4: TLabel
      Left = 10
      Top = 25
      Width = 32
      Height = 15
      Caption = 'Level:'
    end
    object EditHumanLevel: TSpinEdit
      Left = 55
      Top = 19
      Width = 56
      Height = 24
      EditorEnabled = False
      MaxValue = 0
      MinValue = 0
      TabOrder = 0
      Value = 1
      OnChange = EditHumanLevelChange
    end
  end
  object GroupBox1: TGroupBox
    Left = 10
    Top = 80
    Width = 151
    Height = 61
    Caption = 'Select Class'
    TabOrder = 1
    object Label1: TLabel
      Left = 10
      Top = 25
      Width = 36
      Height = 15
      Caption = 'Class:'
    end
    object ComboBoxJob: TComboBox
      Left = 50
      Top = 20
      Width = 91
      Height = 23
      Style = csDropDownList
      ItemHeight = 15
      ItemIndex = 0
      TabOrder = 0
      Text = 'Warrior'
      OnChange = ComboBoxJobChange
      Items.Strings = (
        'Warrior'
        'Wizard'
        'Taoist')
    end
  end
  object GridHumanInfo: TStringGrid
    Left = 170
    Top = 10
    Width = 175
    Height = 263
    ColCount = 2
    DefaultRowHeight = 18
    RowCount = 13
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
    TabOrder = 2
    ColWidths = (
      64
      99)
    RowHeights = (
      18
      18
      18
      18
      18
      18
      18
      18
      18
      18
      18
      18
      18)
  end
  object ButtonClose: TButton
    Left = 40
    Top = 190
    Width = 81
    Height = 31
    Caption = '&Close'
    TabOrder = 3
    OnClick = ButtonCloseClick
  end
end

⌨️ 快捷键说明

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