new.~dfm

来自「我用Delphi做了一个PLC上机位的框架」· ~DFM 代码 · 共 76 行

~DFM
76
字号
object Form2: TForm2
  Left = 192
  Top = 107
  Width = 488
  Height = 264
  Caption = #26032#24314
  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 GroupBox1: TGroupBox
    Left = 64
    Top = 40
    Width = 241
    Height = 145
    Caption = #25991#20214#31867#22411
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 56
      Top = 40
      Width = 113
      Height = 17
      Caption = #26799#24418#22270
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 56
      Top = 96
      Width = 113
      Height = 17
      Caption = #25351#21629#34920
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 352
    Top = 56
    Width = 97
    Height = 33
    Caption = #30830#23450
    TabOrder = 1
  end
  object Button2: TButton
    Left = 352
    Top = 144
    Width = 97
    Height = 33
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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