freg.dfm

来自「a voice guide client ,it is the second p」· DFM 代码 · 共 70 行

DFM
70
字号
object frmReg: TfrmReg
  Left = 192
  Top = 138
  ActiveControl = edtKeyId
  BorderStyle = bsDialog
  Caption = #27880#20876
  ClientHeight = 123
  ClientWidth = 402
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 3
    Width = 401
    Height = 85
    Caption = #27880#20876
    TabOrder = 0
    object Label1: TLabel
      Left = 15
      Top = 24
      Width = 39
      Height = 13
      Caption = #27880#20876#20018':'
    end
    object Label2: TLabel
      Left = 15
      Top = 54
      Width = 39
      Height = 13
      Caption = #38053#21273#20018':'
    end
    object edtUserId: TEdit
      Left = 63
      Top = 18
      Width = 330
      Height = 21
      Color = clBtnFace
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ReadOnly = True
      TabOrder = 0
    end
    object edtKeyId: TEdit
      Left = 63
      Top = 49
      Width = 330
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
  end
  object btnReg: TButton
    Left = 132
    Top = 94
    Width = 112
    Height = 25
    Caption = #27880#20876'(&R)'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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