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

📄 unit2.dfm

📁 N年前有个法国小组用Delphi写了一个2D网游(AD&D类型)
💻 DFM
字号:
object Form2: TForm2
  Left = 351
  Top = 177
  Width = 357
  Height = 195
  Caption = 'ADK Walker demo'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = [fsBold]
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 330
    Height = 14
    Caption = 'Cette fen'#234'tre correspond '#224' l'#39#233'cran principal de ADKCenter...'
  end
  object Label2: TLabel
    Left = 8
    Top = 32
    Width = 36
    Height = 14
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 8
    Top = 72
    Width = 184
    Height = 14
    Caption = '(rend le jeu sensiblement plus fluide)'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Arial'
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 112
    Width = 258
    Height = 14
    Caption = '(remplace les tramages par des fondus de couleurs)'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Arial'
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 8
    Top = 152
    Width = 283
    Height = 14
    Caption = '(le MediaPlayer Windows doit supporter les fichiers MP3)'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Arial'
    Font.Style = [fsItalic]
    ParentFont = False
  end
  object Button1: TButton
    Left = 264
    Top = 32
    Width = 75
    Height = 25
    Caption = 'GO !'
    TabOrder = 0
    OnClick = Button1Click
  end
  object useDirectX: TCheckBox
    Left = 8
    Top = 56
    Width = 177
    Height = 17
    Caption = 'utiliser DirectX'
    Checked = True
    State = cbChecked
    TabOrder = 1
    OnClick = useDirectXClick
  end
  object UseDirect3D: TCheckBox
    Left = 8
    Top = 96
    Width = 177
    Height = 17
    Caption = 'utiliser Direct3D'
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
  object UseSound: TCheckBox
    Left = 8
    Top = 136
    Width = 177
    Height = 17
    Caption = 'Joueur la musique'
    Checked = True
    State = cbChecked
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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