⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 《Delphi 7应用编程150例》源码(全)
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 181
  Height = 195
  Caption = 'ExitWindowsEx'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object btnOK: TButton
    Left = 96
    Top = 136
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = btnOKClick
  end
  object RadioButton1: TRadioButton
    Left = 24
    Top = 32
    Width = 97
    Height = 25
    Caption = #27880#38144
    Checked = True
    TabOrder = 1
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 24
    Top = 64
    Width = 97
    Height = 25
    Caption = #37325#26032#21551#21160
    TabOrder = 2
  end
  object RadioButton3: TRadioButton
    Left = 24
    Top = 96
    Width = 97
    Height = 25
    Caption = #20851#38381#35745#31639#26426
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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