unit1.dfm

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

DFM
36
字号
object Form1: TForm1
  Left = 341
  Top = 347
  Width = 290
  Height = 68
  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 Button1: TButton
    Left = 14
    Top = 8
    Width = 121
    Height = 25
    Caption = '弹出CD-ROM'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 149
    Top = 8
    Width = 121
    Height = 25
    Caption = '关闭CD-ROM'
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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