unitfrmmain.dfm

来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 47 行

DFM
47
字号
object Form1: TForm1
  Left = 192
  Top = 103
  Width = 696
  Height = 480
  Caption = '获取驱动器的容量'
  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 Label1: TLabel
    Left = 219
    Top = 144
    Width = 229
    Height = 33
    AutoSize = False
  end
  object Label2: TLabel
    Left = 216
    Top = 192
    Width = 233
    Height = 33
    AutoSize = False
  end
  object Button2: TButton
    Left = 208
    Top = 256
    Width = 161
    Height = 25
    Caption = '显示驱动器容量'
    TabOrder = 0
    OnClick = Button2Click
  end
  object DriveComboBox1: TDriveComboBox
    Left = 216
    Top = 64
    Width = 145
    Height = 19
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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