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

📄 setupfrm.dfm

📁 用C++BUILDER做的一个迷宫,可以实现深度优先,广度优先和启发式搜索算法
💻 DFM
字号:
object FrmSetUp: TFrmSetUp
  Left = 367
  Top = 248
  Width = 379
  Height = 221
  Caption = #35774#32622#24378#19982#31354#30333#30340#27604#20363
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 371
    Height = 187
    Align = alClient
    Caption = #35774#32622#22681#19982#31354#30333#30340#27604#20363
    TabOrder = 0
    object Label1: TLabel
      Left = 90
      Top = 74
      Width = 66
      Height = 13
      Caption = #27604#20363#31995#25968'      '
    end
    object edtbili: TEdit
      Left = 143
      Top = 71
      Width = 121
      Height = 21
      TabOrder = 0
      Text = '0.25'
    end
    object Button1: TButton
      Left = 80
      Top = 128
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 216
      Top = 128
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 2
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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