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

📄 unit1.dfm

📁 delphi制作的点灯游戏
💻 DFM
字号:
object Form1: TForm1
  Left = 258
  Top = 178
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #28857#28783#28216#25103
  ClientHeight = 328
  ClientWidth = 330
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 0
    OnClick = Panel9Click
  end
  object Panel2: TPanel
    Left = 72
    Top = 8
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 1
    OnClick = Panel9Click
  end
  object Panel3: TPanel
    Left = 136
    Top = 8
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 2
    OnClick = Panel9Click
  end
  object Panel4: TPanel
    Left = 200
    Top = 8
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 3
    OnClick = Panel9Click
  end
  object Panel5: TPanel
    Left = 264
    Top = 8
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 4
    OnClick = Panel9Click
  end
  object Panel6: TPanel
    Left = 8
    Top = 72
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 5
    OnClick = Panel9Click
  end
  object Panel7: TPanel
    Left = 72
    Top = 72
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 6
    OnClick = Panel9Click
  end
  object Panel8: TPanel
    Left = 136
    Top = 72
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 7
    OnClick = Panel9Click
  end
  object Panel9: TPanel
    Left = 200
    Top = 72
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 8
    OnClick = Panel9Click
  end
  object Panel10: TPanel
    Left = 264
    Top = 72
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 9
    OnClick = Panel9Click
  end
  object Panel11: TPanel
    Left = 8
    Top = 136
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 10
    OnClick = Panel9Click
  end
  object Panel12: TPanel
    Left = 72
    Top = 136
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 11
    OnClick = Panel9Click
  end
  object Panel13: TPanel
    Left = 136
    Top = 136
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 12
    OnClick = Panel9Click
  end
  object Panel14: TPanel
    Left = 200
    Top = 136
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 13
    OnClick = Panel9Click
  end
  object Panel15: TPanel
    Left = 264
    Top = 136
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 14
    OnClick = Panel9Click
  end
  object Panel16: TPanel
    Left = 8
    Top = 200
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 15
    OnClick = Panel9Click
  end
  object Panel17: TPanel
    Left = 72
    Top = 200
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 16
    OnClick = Panel9Click
  end
  object Panel18: TPanel
    Left = 136
    Top = 200
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 17
    OnClick = Panel9Click
  end
  object Panel19: TPanel
    Left = 200
    Top = 200
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 18
    OnClick = Panel9Click
  end
  object Panel20: TPanel
    Left = 264
    Top = 200
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 19
    OnClick = Panel9Click
  end
  object Panel21: TPanel
    Left = 8
    Top = 264
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 20
    OnClick = Panel9Click
  end
  object Panel22: TPanel
    Left = 72
    Top = 264
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 21
    OnClick = Panel9Click
  end
  object Panel23: TPanel
    Left = 136
    Top = 264
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 22
    OnClick = Panel9Click
  end
  object Panel24: TPanel
    Left = 200
    Top = 264
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 23
    OnClick = Panel9Click
  end
  object Panel25: TPanel
    Left = 264
    Top = 264
    Width = 60
    Height = 60
    Color = clWhite
    TabOrder = 24
    OnClick = Panel9Click
  end
end

⌨️ 快捷键说明

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