ychatu20.dfm

来自「Yahoo Messenger for Mobile」· DFM 代码 · 共 83 行

DFM
83
字号
object Form20: TForm20
  Left = 200
  Top = 227
  Width = 444
  Height = 162
  Caption = 'HotKey Options'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 14
    Width = 109
    Height = 13
    Caption = 'Hot Key F6 Chat Room'
  end
  object Label2: TLabel
    Left = 10
    Top = 46
    Width = 109
    Height = 13
    Caption = 'Hot Key F7 Chat Room'
  end
  object Label3: TLabel
    Left = 10
    Top = 78
    Width = 109
    Height = 13
    Caption = 'Hot Key F8 Chat Room'
  end
  object Label4: TLabel
    Left = 10
    Top = 110
    Width = 109
    Height = 13
    Caption = 'Hot Key F9 Chat Room'
  end
  object Edit1: TEdit
    Left = 132
    Top = 8
    Width = 193
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 133
    Top = 39
    Width = 191
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 133
    Top = 70
    Width = 192
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 132
    Top = 102
    Width = 193
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 346
    Top = 98
    Width = 77
    Height = 25
    Caption = 'Save'
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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