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

📄 mazefrm.dfm

📁 用C++BUILDER做的一个迷宫,可以实现深度优先,广度优先和启发式搜索算法
💻 DFM
字号:
object FrmInterface: TFrmInterface
  Left = 293
  Top = 113
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #36855#23467'----'#20316#32773':'#26519#30805'  '#23398#21495': 2402176 '
  ClientHeight = 527
  ClientWidth = 607
  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 = 400
    Width = 401
    Height = 127
    Caption = #35774#32622#36873#39033
    TabOrder = 0
    object Panel1: TPanel
      Left = 212
      Top = 14
      Width = 185
      Height = 107
      BevelInner = bvLowered
      TabOrder = 0
      object Button1: TButton
        Left = 14
        Top = 15
        Width = 75
        Height = 25
        Caption = #29983#25104#36855#23467
        Default = True
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button3: TButton
        Left = 102
        Top = 15
        Width = 75
        Height = 25
        Caption = #25628#32034#36335#24452
        TabOrder = 1
        OnClick = Button3Click
      end
      object Button2: TButton
        Left = 14
        Top = 64
        Width = 75
        Height = 25
        Caption = #35774#32622#27604#20363
        TabOrder = 2
        OnClick = Button2Click
      end
      object Button4: TButton
        Left = 103
        Top = 64
        Width = 75
        Height = 25
        Caption = #24110#21161
        TabOrder = 3
        OnClick = Button4Click
      end
    end
    object Panel2: TPanel
      Left = 4
      Top = 14
      Width = 206
      Height = 107
      BevelInner = bvLowered
      TabOrder = 1
      object Label1: TLabel
        Left = 23
        Top = 27
        Width = 54
        Height = 13
        Caption = #34892#25968'          '
      end
      object Label2: TLabel
        Left = 23
        Top = 66
        Width = 63
        Height = 13
        Caption = #21015#25968'             '
      end
      object edty: TEdit
        Left = 58
        Top = 63
        Width = 121
        Height = 21
        TabOrder = 0
        Text = '24'
        OnChange = edtyChange
      end
      object edtx: TEdit
        Left = 58
        Top = 23
        Width = 121
        Height = 21
        TabOrder = 1
        Text = '24'
        OnChange = edtxChange
      end
    end
  end
  object rg: TRadioGroup
    Left = 408
    Top = 400
    Width = 199
    Height = 127
    Caption = #36873#25321#31639#27861
    ItemIndex = 0
    Items.Strings = (
      #24191#24230#20248#20808
      #28145#24230#20248#20808
      'A *'#31639#27861)
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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