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

📄 unit2.dfm

📁 自编的华容道小游戏
💻 DFM
字号:
object Form2: TForm2
  Left = 203
  Top = 148
  Width = 549
  Height = 400
  Caption = '华容道'
  Color = clHighlight
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 328
    Top = 8
    Width = 113
    Height = 33
    AutoSize = False
    Caption = '华容道'
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -35
    Font.Name = '隶书'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 248
    Top = 56
    Width = 273
    Height = 169
    AutoSize = False
    Caption = 
      '         华容道游戏源于三国时期著名的历史故事。东汉末年,曹操、' +
      '孙权以及刘备在赤壁交战,结果曹操大败,带领残兵败将逃至华容道,遇' +
      '到在此等候的关羽,关羽为报当年曹操的知遇之恩,放其离开华容道。'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clYellow
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object Label3: TLabel
    Left = 248
    Top = 232
    Width = 281
    Height = 89
    AutoSize = False
    Caption = 
      '          华容道游戏作为一个经典游戏,各部分设计都恰到好处,非常' +
      '巧妙,世界游戏界的三大不可思议。'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clYellow
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object PaintBox1: TPaintBox
    Left = 8
    Top = 8
    Width = 233
    Height = 361
    Color = clBlue
    ParentColor = False
  end
  object Button1: TButton
    Left = 336
    Top = 336
    Width = 75
    Height = 33
    Caption = '开始'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 176
    Top = 56
  end
end

⌨️ 快捷键说明

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