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

📄 importlbas.dfm

📁 N年前有个法国小组用Delphi写了一个2D网游(AD&D类型)
💻 DFM
字号:
object ImportLBA: TImportLBA
  Left = 388
  Top = 251
  BorderStyle = bsDialog
  Caption = 'Importation LBA en cours...'
  ClientHeight = 142
  ClientWidth = 286
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 64
    Width = 62
    Height = 13
    Caption = 'Recherche...'
  end
  object Button1: TButton
    Left = 112
    Top = 112
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Annuler'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Animate1: TAnimate
    Left = 8
    Top = 0
    Width = 272
    Height = 60
    Active = True
    CommonAVI = aviCopyFiles
    StopFrame = 34
  end
  object ProgressBar1: TProgressBar
    Left = 8
    Top = 80
    Width = 273
    Height = 9
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 2
  end
  object ProgressBar2: TProgressBar
    Left = 8
    Top = 88
    Width = 273
    Height = 9
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 3
  end
  object ProgressBar3: TProgressBar
    Left = 8
    Top = 96
    Width = 273
    Height = 9
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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