monsterconfig.dfm

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

DFM
77
字号
object frmMonsterConfig: TfrmMonsterConfig
  Left = 227
  Top = 251
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Monster config'
  ClientHeight = 320
  ClientWidth = 616
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 601
    Height = 297
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Gold'
      object GroupBox1: TGroupBox
        Left = 8
        Top = 8
        Width = 577
        Height = 257
        TabOrder = 0
        object GroupBox8: TGroupBox
          Left = 8
          Top = 16
          Width = 153
          Height = 57
          Caption = 'Gold drops'
          TabOrder = 0
          object Label23: TLabel
            Left = 11
            Top = 24
            Width = 47
            Height = 13
            Caption = 'Maximum:'
          end
          object EditMonOneDropGoldCount: TSpinEdit
            Left = 68
            Top = 20
            Width = 77
            Height = 22
            Hint = 
              'The maximum gold that will drop from a mob in one pile before cr' +
              'eating a new one'
            MaxValue = 99999999
            MinValue = 1
            TabOrder = 0
            Value = 5000
            OnChange = EditMonOneDropGoldCountChange
          end
        end
        object ButtonGeneralSave: TButton
          Left = 504
          Top = 221
          Width = 65
          Height = 25
          Hint = 'Save settings'
          Caption = '&Save'
          TabOrder = 1
          OnClick = ButtonGeneralSaveClick
        end
      end
    end
  end
end

⌨️ 快捷键说明

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