faccountview.dfm

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

DFM
66
字号
object FrmAccountView: TFrmAccountView
  Left = 377
  Top = 120
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20805#20540#35760#24405
  ClientHeight = 350
  ClientWidth = 390
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 514
    Width = 48
    Height = 12
    Caption = 'Find ID:'
  end
  object Label2: TLabel
    Left = 264
    Top = 514
    Width = 48
    Height = 12
    Caption = 'Find IP:'
  end
  object EdFindID: TEdit
    Left = 0
    Top = 326
    Width = 193
    Height = 20
    TabOrder = 0
    OnKeyPress = EdFindIDKeyPress
  end
  object EdFindIP: TEdit
    Left = 196
    Top = 326
    Width = 189
    Height = 20
    MaxLength = 15
    TabOrder = 1
    OnKeyPress = EdFindIPKeyPress
  end
  object ListBox1: TListBox
    Left = 2
    Top = 10
    Width = 189
    Height = 311
    ItemHeight = 12
    TabOrder = 2
  end
  object ListBox2: TListBox
    Left = 196
    Top = 10
    Width = 189
    Height = 311
    ItemHeight = 12
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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