messagefilterconfig.dfm

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

DFM
73
字号
object frmMessageFilterConfig: TfrmMessageFilterConfig
  Left = 351
  Top = 250
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #28040#24687#25991#23383#36807#28388#35774#32622
  ClientHeight = 174
  ClientWidth = 230
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 2
    Top = 10
    Width = 54
    Height = 12
    Caption = #36807#28388#25991#26412':'
  end
  object ListBoxFilterText: TListBox
    Left = 2
    Top = 22
    Width = 159
    Height = 147
    ItemHeight = 12
    TabOrder = 0
    OnClick = ListBoxFilterTextClick
    OnDblClick = ListBoxFilterTextDblClick
  end
  object ButtonAdd: TButton
    Left = 165
    Top = 48
    Width = 60
    Height = 25
    Caption = #22686#21152'(&A)'
    TabOrder = 1
    OnClick = ButtonAddClick
  end
  object ButtonDel: TButton
    Left = 165
    Top = 80
    Width = 60
    Height = 25
    Caption = #21024#38500'(&D)'
    TabOrder = 2
    OnClick = ButtonDelClick
  end
  object ButtonOK: TButton
    Left = 165
    Top = 144
    Width = 60
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 3
    OnClick = ButtonOKClick
  end
  object ButtonMod: TButton
    Left = 165
    Top = 112
    Width = 60
    Height = 25
    Caption = #20462#25913'(&M)'
    TabOrder = 4
    OnClick = ButtonModClick
  end
end

⌨️ 快捷键说明

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