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

📄 unit1.~dfm

📁 是用回朔法实现跳马程序。数据结构入门的好例子
💻 ~DFM
字号:
object Form1: TForm1
  Left = 238
  Top = 83
  Width = 742
  Height = 616
  Caption = #36339#39532
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 32
    Top = 56
    Width = 143
    Height = 16
    Caption = #36755#20837#26041#38453#30340#38454#27425'N          '
  end
  object Label2: TLabel
    Left = 16
    Top = 280
    Width = 90
    Height = 16
    Caption = #36215#22987#22352#26631'X       '
  end
  object Label3: TLabel
    Left = 16
    Top = 312
    Width = 91
    Height = 16
    Caption = #36215#22987#22352#26631'Y       '
  end
  object Label4: TLabel
    Left = 128
    Top = 560
    Width = 448
    Height = 16
    Caption = #27880#65306#21487#36755#20837#38454#25968'N'#21518#30452#25509#36755#20837#20219#24847#36215#22987#22352#26631#26174#31034#36339#39532#36335#32463'                               '
  end
  object Edit1: TEdit
    Left = 64
    Top = 88
    Width = 65
    Height = 24
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 112
    Top = 280
    Width = 41
    Height = 24
    TabOrder = 1
  end
  object Button1: TButton
    Left = 32
    Top = 360
    Width = 113
    Height = 41
    Caption = #26174#31034#36339#39532#36335#24452'      '
    TabOrder = 2
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 176
    Top = 288
    Width = 537
    Height = 257
    Lines.Strings = (
      'Memo1')
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 112
    Top = 312
    Width = 41
    Height = 24
    TabOrder = 4
  end
  object Button2: TButton
    Left = 24
    Top = 128
    Width = 145
    Height = 41
    Caption = #26174#31034#21487#34892#30340#36215#22987#28857'      '
    TabOrder = 5
    OnClick = Button2Click
  end
  object Memo2: TMemo
    Left = 176
    Top = 8
    Width = 537
    Height = 265
    Lines.Strings = (
      'Memo2')
    TabOrder = 6
  end
  object Button3: TButton
    Left = 48
    Top = 416
    Width = 75
    Height = 25
    Caption = #37325#26469
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 48
    Top = 464
    Width = 75
    Height = 25
    Caption = #25512#20986#31243#24207'    '
    TabOrder = 8
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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