register.~dfm

来自「DEILPHI写的QQ安全软件源码!功能全套,该有的全有了,欢迎交流」· ~DFM 代码 · 共 57 行

~DFM
57
字号
object RegForm: TRegForm
  Left = 115
  Top = 216
  Width = 391
  Height = 133
  Caption = #39564#35777#31383#21475
  Color = cl3DLight
  Ctl3D = False
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 42
    Height = 14
    Caption = #26426#22120#30721
  end
  object Label2: TLabel
    Left = 8
    Top = 40
    Width = 42
    Height = 14
    Caption = #27880#20876#30721
  end
  object Edit1: TEdit
    Left = 64
    Top = 8
    Width = 313
    Height = 20
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 64
    Top = 40
    Width = 313
    Height = 20
    TabOrder = 1
  end
  object Button1: TButton
    Left = 24
    Top = 72
    Width = 75
    Height = 25
    Caption = #39564#35777
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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