unit1.dfm

来自「最小生成树的算法范例」· DFM 代码 · 共 40 行

DFM
40
字号
object frmMain: TfrmMain
  Left = 193
  Top = 128
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #26368#23567#29983#25104#26641
  ClientHeight = 540
  ClientWidth = 501
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object imgGraph: TImage
    Left = 0
    Top = 0
    Width = 500
    Height = 500
    Cursor = crHandPoint
    OnMouseDown = imgGraphMouseDown
    OnMouseMove = imgGraphMouseMove
    OnMouseUp = imgGraphMouseUp
  end
  object btnFindPath: TButton
    Left = 0
    Top = 504
    Width = 497
    Height = 33
    Caption = #20135#29983#26368#23567#29983#25104#26641
    Default = True
    TabOrder = 0
    OnClick = btnFindPathClick
  end
end

⌨️ 快捷键说明

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