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

📄 unit1.dfm

📁 大家都知道的井字棋delphi实现
💻 DFM
字号:
object Form1: TForm1
  Left = 276
  Top = 138
  Width = 303
  Height = 267
  Caption = #20117#23376#26827' '
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 51
    Top = 144
    Width = 7
    Height = 14
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 96
    Top = 24
    Width = 97
    Height = 105
    BevelInner = bvRaised
    Color = clBlue
    TabOrder = 0
    object StringGrid1: TStringGrid
      Left = 13
      Top = 21
      Width = 68
      Height = 68
      Color = clYellow
      ColCount = 3
      DefaultColWidth = 20
      DefaultRowHeight = 20
      FixedColor = clSkyBlue
      FixedCols = 0
      RowCount = 3
      FixedRows = 0
      TabOrder = 0
      OnMouseDown = StringGrid1MouseDown
      OnMouseUp = StringGrid1MouseUp
    end
  end
  object MainMenu1: TMainMenu
    object N1: TMenuItem
      Caption = #28216#25103
      object N2: TMenuItem
        Caption = #26032#28216#25103
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #20132#25442#20808#21518#25163
        OnClick = N3Click
      end
      object N8: TMenuItem
        Caption = '-'
      end
      object N4: TMenuItem
        Caption = #20004#20154#23545#22418
        OnClick = N4Click
      end
      object N5: TMenuItem
        Caption = #35266#30475#21095#24773#21457#23637
        OnClick = N5Click
      end
      object N6: TMenuItem
        Caption = '-'
      end
      object N7: TMenuItem
        Caption = #36864#20986
        OnClick = N7Click
      end
    end
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 32
  end
end

⌨️ 快捷键说明

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