unit1.dfm

来自「C++Builder高级应用开发指南随书源码」· DFM 代码 · 共 39 行

DFM
39
字号
object Form1: TForm1
  Left = 422
  Top = 261
  Width = 292
  Height = 143
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 200
    Top = 48
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 185
    Height = 97
    Caption = '选择'
    Items.Strings = (
      '注销当前用户'
      '关闭Windows'
      '重新启动')
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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