unit1.dfm

来自「获得硬盘信息的不错控件」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 192
  Top = 109
  BorderStyle = bsDialog
  Caption = 'Hard Disk Detection'
  ClientHeight = 276
  ClientWidth = 673
  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 = 8
    Top = 256
    Width = 322
    Height = 13
    Caption = 
      #1052#1072#1090#1074#1077#1077#1074' '#1048'.'#1042'. for expert.delphi.int.ru, 14/08/2007, wyfinger@mail' +
      '.ru'
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 593
    Height = 241
    Font.Charset = RUSSIAN_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier New'
    Font.Style = []
    Lines.Strings = (
      'n/a')
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Button1: TButton
    Left = 608
    Top = 8
    Width = 57
    Height = 33
    Caption = 'GET'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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