unithddisk.dfm

来自「ARM处理器硬盘参数读取程序完整的程序源代码。」· DFM 代码 · 共 57 行

DFM
57
字号
object FormHdParams: TFormHdParams
  Left = 445
  Top = 358
  Width = 505
  Height = 341
  Caption = #30828#30424#21442#25968
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 497
    Height = 281
    Align = alClient
    HideSelection = False
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 0
    WordWrap = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 281
    Width = 497
    Height = 33
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 1
    object ButtonHdParams: TButton
      Left = 4
      Top = 4
      Width = 75
      Height = 25
      Caption = #30828#30424#21442#25968
      TabOrder = 0
      OnClick = ButtonHdParamsClick
    end
    object ButtonExit: TButton
      Left = 88
      Top = 4
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = ButtonExitClick
    end
  end
end

⌨️ 快捷键说明

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