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

📄 unit1.~dfm

📁 通过builder实现的数据结构各种算法 由于本人编程技术还没成熟
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 633
  Height = 626
  Caption = 'Form1'
  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 = 8
    Top = 8
    Width = 289
    Height = 81
    Caption = #36755#20837#26694'1'
    TabOrder = 0
    object Edit1: TEdit
      Left = 40
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 0
      Text = #36755#20837#22270#30340#33410#28857#20010#25968
    end
    object Button2: TButton
      Left = 184
      Top = 32
      Width = 65
      Height = 25
      Caption = #36755#20837
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 352
    Top = 8
    Width = 265
    Height = 81
    Caption = #36755#20837#26694'2'
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20986#24230#33410#28857
    end
    object Label2: TLabel
      Left = 80
      Top = 16
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20837#24230#33410#28857
    end
    object Label3: TLabel
      Left = 152
      Top = 16
      Width = 17
      Height = 13
      AutoSize = False
      Caption = #26435
    end
    object Edit2: TEdit
      Left = 16
      Top = 40
      Width = 41
      Height = 21
      TabOrder = 0
    end
    object Edit3: TEdit
      Left = 88
      Top = 40
      Width = 41
      Height = 21
      TabOrder = 1
    end
    object Edit4: TEdit
      Left = 144
      Top = 40
      Width = 33
      Height = 21
      TabOrder = 2
      Text = '1'
    end
    object Button3: TButton
      Left = 200
      Top = 32
      Width = 33
      Height = 33
      Caption = #36755#20837
      TabOrder = 3
      OnClick = Button3Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 8
    Top = 96
    Width = 289
    Height = 233
    Caption = #37051#25509#30697#38453#23384#20648#24773#20917
    TabOrder = 2
    object Label10: TLabel
      Left = 8
      Top = 16
      Width = 273
      Height = 209
      AutoSize = False
    end
  end
  object GroupBox4: TGroupBox
    Left = 352
    Top = 96
    Width = 265
    Height = 233
    Caption = #37051#25509#34920#23384#20648#24773#20917
    TabOrder = 3
    object Label11: TLabel
      Left = 8
      Top = 16
      Width = 249
      Height = 209
      AutoSize = False
    end
  end
  object Button1: TButton
    Left = 304
    Top = 176
    Width = 41
    Height = 25
    Caption = #29983#25104'='#12297
    TabOrder = 4
    OnClick = Button1Click
  end
  object GroupBox5: TGroupBox
    Left = 8
    Top = 336
    Width = 609
    Height = 49
    Caption = #31639#27861#26174#31034
    TabOrder = 5
    object Label4: TLabel
      Left = 184
      Top = 16
      Width = 417
      Height = 25
      AutoSize = False
    end
    object Button6: TButton
      Left = 144
      Top = 16
      Width = 33
      Height = 25
      Caption = 'BFS'
      TabOrder = 0
      OnClick = Button6Click
    end
    object Button4: TButton
      Left = 8
      Top = 16
      Width = 57
      Height = 25
      Caption = #36882#24402'dfs'
      TabOrder = 1
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 72
      Top = 16
      Width = 65
      Height = 25
      Caption = #38750#36882#24402'dfs'
      TabOrder = 2
    end
  end
  object GroupBox6: TGroupBox
    Left = 8
    Top = 392
    Width = 609
    Height = 49
    Caption = #25490#24207#26174#31034
    TabOrder = 6
    object Label5: TLabel
      Left = 160
      Top = 16
      Width = 441
      Height = 25
      AutoSize = False
    end
    object Button7: TButton
      Left = 8
      Top = 16
      Width = 65
      Height = 25
      Caption = #25299#25169#25490#24207
      TabOrder = 0
      OnClick = Button7Click
    end
    object Button8: TButton
      Left = 80
      Top = 16
      Width = 73
      Height = 25
      Caption = #36870#25299#25169#25490#24207
      TabOrder = 1
      OnClick = Button8Click
    end
  end
  object GroupBox7: TGroupBox
    Left = 8
    Top = 448
    Width = 337
    Height = 145
    Caption = #21028#26029#31616#21333#36335#24452#25110#22238#36335
    TabOrder = 7
    object Label6: TLabel
      Left = 8
      Top = 16
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #31532#19968#33410#28857
    end
    object Label7: TLabel
      Left = 72
      Top = 16
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #31532#20108#33410#28857
    end
    object Label8: TLabel
      Left = 168
      Top = 72
      Width = 160
      Height = 57
      AutoSize = False
    end
    object Label12: TLabel
      Left = 8
      Top = 80
      Width = 89
      Height = 17
      AutoSize = False
      Caption = #26816#26597#22238#36335#33410#28857
    end
    object Button9: TButton
      Left = 128
      Top = 40
      Width = 65
      Height = 25
      Caption = #31616#21333#36335#24452
      TabOrder = 0
      OnClick = Button9Click
    end
    object Button10: TButton
      Left = 64
      Top = 104
      Width = 65
      Height = 25
      Caption = #31616#21333#22238#36335
      TabOrder = 1
      OnClick = Button10Click
    end
    object Edit5: TEdit
      Left = 16
      Top = 40
      Width = 41
      Height = 21
      TabOrder = 2
    end
    object Edit6: TEdit
      Left = 80
      Top = 40
      Width = 41
      Height = 21
      TabOrder = 3
    end
    object Edit7: TEdit
      Left = 16
      Top = 104
      Width = 41
      Height = 21
      TabOrder = 4
    end
  end
  object GroupBox8: TGroupBox
    Left = 352
    Top = 448
    Width = 265
    Height = 145
    Caption = #24378#36830#36890#20998#37327
    TabOrder = 8
    object Label9: TLabel
      Left = 8
      Top = 48
      Width = 249
      Height = 89
      AutoSize = False
    end
    object Button11: TButton
      Left = 8
      Top = 16
      Width = 97
      Height = 25
      Caption = #26174#31034#36830#36890#20998#37327
      TabOrder = 0
      OnClick = Button11Click
    end
  end
end

⌨️ 快捷键说明

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