unit14.~dfm

来自「用户可选择不同权限进入系统。当以管理员权限进入系统时」· ~DFM 代码 · 共 49 行

~DFM
49
字号
object Form14: TForm14
  Left = 633
  Top = 230
  Width = 471
  Height = 279
  Caption = #36873#25321#28155#21152#30340#29992#25143#31867#22411
  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 RadioGroup1: TRadioGroup
    Left = 72
    Top = 32
    Width = 121
    Height = 129
    Caption = #29992#25143#31867#22411
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    Items.Strings = (
      #31649#29702#21592
      #23398#29983)
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 248
    Top = 120
    Width = 105
    Height = 33
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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