unit5.~dfm

来自「射频卡发卡管理系统的PC端软件」· ~DFM 代码 · 共 54 行

~DFM
54
字号
object Form5: TForm5
  Left = 301
  Top = 140
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #36164#26009#26597#25214
  ClientHeight = 213
  ClientWidth = 401
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 40
    Top = 80
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 208
    Top = 80
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 136
    Top = 32
    Width = 169
    Height = 21
    TabOrder = 2
  end
  object RadioButton1: TRadioButton
    Left = 24
    Top = 32
    Width = 113
    Height = 17
    Caption = #25353#23398#21495#26597#25214
    Checked = True
    TabOrder = 3
    TabStop = True
  end
end

⌨️ 快捷键说明

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