unit1.dfm

来自「Delphi6编程大师_多媒体」· DFM 代码 · 共 47 行

DFM
47
字号
object Form1: TForm1
  Left = 287
  Top = 229
  Width = 265
  Height = 156
  Caption = '检测CD-ROM是否自动运行'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object RadioGroup1: TRadioGroup
    Left = 7
    Top = 5
    Width = 242
    Height = 84
    Caption = '检测/设置'
    Items.Strings = (
      '允许自动运行'
      '禁止自动运行')
    TabOrder = 0
  end
  object Button1: TButton
    Left = 16
    Top = 96
    Width = 97
    Height = 25
    Caption = '检测'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 96
    Width = 97
    Height = 25
    Caption = '设置'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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