unit1.~dfm

来自「获取网络邻居信息的小程序」· ~DFM 代码 · 共 58 行

~DFM
58
字号
object frmMain: TfrmMain
  Left = 197
  Top = 108
  Width = 233
  Height = 263
  Caption = #33719#21462#32593#32476#37051#23621
  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 GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 225
    Height = 185
    Caption = #32593#32476#37051#23621#20449#24687
    TabOrder = 0
    object TreeView1: TTreeView
      Left = 4
      Top = 16
      Width = 217
      Height = 161
      Indent = 19
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 185
    Width = 225
    Height = 49
    TabOrder = 1
    object btnRun: TButton
      Left = 16
      Top = 16
      Width = 75
      Height = 25
      Caption = #25191#34892
      TabOrder = 0
      OnClick = btnRunClick
    end
    object btnExit: TButton
      Left = 128
      Top = 16
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = btnExitClick
    end
  end
end

⌨️ 快捷键说明

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