unit1.~dfm

来自「五子棋游戏」· ~DFM 代码 · 共 53 行

~DFM
53
字号
object MainForm: TMainForm
  Left = 257
  Top = 115
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20116#23376#26827
  ClientHeight = 550
  ClientWidth = 550
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu: TMainMenu
    Left = 184
    Top = 192
    object N1: TMenuItem
      Caption = #21021#22987#21270
      object N3: TMenuItem
        Caption = #29992#25143#20808
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #35745#31639#26426#20808
        OnClick = N4Click
      end
      object N5: TMenuItem
        Caption = #33258#21160#19979#26827
        OnClick = N5Click
      end
    end
    object N2: TMenuItem
      Caption = #20851#20110'...'
      OnClick = N2Click
    end
  end
  object ShanShuoTimer: TTimer
    Enabled = False
    Interval = 300
    OnTimer = ShanShuoTimerTimer
    Left = 72
    Top = 152
  end
end

⌨️ 快捷键说明

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