⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 最小生成树程序。使用克鲁斯卡尔(Kruskal)算法
💻 DFM
字号:
object Form1: TForm1
  Left = 208
  Top = 155
  Width = 545
  Height = 375
  Caption = #38472#29747' S0407553'
  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 = 24
    Top = 32
    Width = 132
    Height = 13
    Caption = #35831#36755#20837#39030#28857#25968#65306'                '
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 114
    Height = 13
    Caption = #35831#36755#20837#26435#20540#30697#38453' '#65306'     '
  end
  object Label3: TLabel
    Left = 24
    Top = 168
    Width = 180
    Height = 13
    Caption = #27880#65306#24403#23545#35282#32447#25968#25454#19981#19968#33268#26102#65292'        '
  end
  object Label4: TLabel
    Left = 56
    Top = 192
    Width = 132
    Height = 13
    Caption = #40664#35748#20197#24038#19979#35282#20026#20934' '#65281'       '
  end
  object Label5: TLabel
    Left = 24
    Top = 136
    Width = 162
    Height = 13
    Caption = #27599#20010#25968#25454#38388#29992#36887#21495#38548#24320#65307'          '
  end
  object Label6: TLabel
    Left = 24
    Top = 88
    Width = 131
    Height = 13
    Caption = #25353#34892#36755#20837#65307' '#22914'A00,A01     '
  end
  object Label7: TLabel
    Left = 96
    Top = 104
    Width = 56
    Height = 13
    Caption = '     A10,A11'
  end
  object Label8: TLabel
    Left = 552
    Top = 225
    Width = 153
    Height = 13
    Caption = #27880#65306#39030#28857#24207#21495#20174'0'#24320#22987'             '
  end
  object Label9: TLabel
    Left = 552
    Top = 32
    Width = 72
    Height = 13
    Caption = '  '#32467#26524#36755#20986#65306'  '
  end
  object Edit1: TEdit
    Left = 200
    Top = 32
    Width = 217
    Height = 21
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 200
    Top = 64
    Width = 217
    Height = 145
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object Button1: TButton
    Left = 200
    Top = 232
    Width = 217
    Height = 33
    Caption = #36755#20837#25968#25454
    TabOrder = 2
    OnClick = Button1Click
  end
  object Memo2: TMemo
    Left = 520
    Top = 64
    Width = 217
    Height = 145
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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