sj_third.~dfm

来自「学员管理的软件」· ~DFM 代码 · 共 86 行

~DFM
86
字号
object Form5: TForm5
  Left = 414
  Top = 246
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #26032#24314#35797#39064#21521#23548#31532#19977#27493
  ClientHeight = 185
  ClientWidth = 293
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 293
    Height = 24
    Align = alTop
    Alignment = taCenter
    Caption = #35831#25277#39064#36873#25321#27169#24335
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 0
    Top = 156
    Width = 293
    Height = 13
    Align = alBottom
    Visible = False
  end
  object RadioGroup1: TRadioGroup
    Left = 0
    Top = 24
    Width = 293
    Height = 113
    Align = alTop
    Caption = #35831#36873#25321
    ItemIndex = 1
    Items.Strings = (
      #38543#26426#25277#39064
      #25163#24037#25277#39064#65288#25512#33616#65289)
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 138
    Width = 65
    Height = 25
    Caption = #19978#19968#27493
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 168
    Top = 139
    Width = 57
    Height = 25
    Caption = #19979#19968#27493
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 169
    Width = 293
    Height = 16
    Align = alBottom
    Min = 0
    Max = 100
    TabOrder = 3
    Visible = False
  end
end

⌨️ 快捷键说明

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