faccountview.~dfm

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

~DFM
66
字号
object FrmAccountView: TFrmAccountView
  Left = 377
  Top = 120
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Account View'
  ClientHeight = 570
  ClientWidth = 509
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 8
    Top = 514
    Width = 42
    Height = 15
    Caption = 'Find ID:'
  end
  object Label2: TLabel
    Left = 264
    Top = 514
    Width = 41
    Height = 15
    Caption = 'Find IP:'
  end
  object EdFindID: TEdit
    Left = 56
    Top = 510
    Width = 195
    Height = 23
    TabOrder = 0
    OnKeyPress = EdFindIDKeyPress
  end
  object EdFindIP: TEdit
    Left = 312
    Top = 510
    Width = 193
    Height = 23
    MaxLength = 15
    TabOrder = 1
    OnKeyPress = EdFindIPKeyPress
  end
  object ListBox1: TListBox
    Left = 10
    Top = 10
    Width = 241
    Height = 491
    ItemHeight = 15
    TabOrder = 2
  end
  object ListBox2: TListBox
    Left = 260
    Top = 10
    Width = 241
    Height = 491
    ItemHeight = 15
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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