importlbas.dfm

来自「N年前有个法国小组用Delphi写了一个2D网游(AD&D类型)」· DFM 代码 · 共 77 行

DFM
77
字号
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 + =
减小字号Ctrl + -
显示快捷键?