unit1.~dfm

来自「智能人机对弈五子棋游戏,由delphi7编写,赢棋时出现闪烁效果,采用结构优先算」· ~DFM 代码 · 共 42 行

~DFM
42
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 558
  Height = 604
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 96
    Top = 56
    object N1: TMenuItem
      Caption = #28216#25103'(&G)'
      object N2: TMenuItem
        Caption = #29992#25143#20808
      end
      object N3: TMenuItem
        Caption = #35745#31639#26426#20808
      end
      object N4: TMenuItem
        Caption = #33258#21160#19979#26827
      end
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 128
    Top = 56
  end
end

⌨️ 快捷键说明

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