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

📄 fbatlist.dfm

📁 千年源代码,只缺少控件,可以做二次开发用,好不容易得来的
💻 DFM
字号:
object FrmbatList: TFrmbatList
  Left = 608
  Top = 456
  BorderStyle = bsNone
  Caption = 'FrmbatList'
  ClientHeight = 329
  ClientWidth = 400
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object A2ButtonOK: TA2Button
    Left = 37
    Top = 243
    Width = 68
    Height = 26
    AutoSize = False
    Color = clHighlight
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Transparent = True
    Visible = False
    OnClick = A2ButtonOKClick
    ADXForm = A2Form
  end
  object A2ButtonCanCel: TA2Button
    Left = 293
    Top = 243
    Width = 67
    Height = 25
    AutoSize = False
    Color = clHighlight
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Transparent = True
    Visible = False
    OnClick = A2ButtonCanCelClick
    ADXForm = A2Form
  end
  object A2ButtonFight: TA2Button
    Left = 127
    Top = 242
    Width = 61
    Height = 26
    AutoSize = False
    Color = clHighlight
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Transparent = True
    Visible = False
    OnClick = A2ButtonFightClick
    ADXForm = A2Form
  end
  object A2ButtonShow: TA2Button
    Left = 210
    Top = 243
    Width = 61
    Height = 26
    AutoSize = False
    Color = clHighlight
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Transparent = True
    Visible = False
    OnClick = A2ButtonShowClick
    ADXForm = A2Form
  end
  object A2ButtonRanking: TA2Button
    Left = 165
    Top = 245
    Width = 67
    Height = 24
    AutoSize = False
    Color = clHighlight
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = 'Arial'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Transparent = True
    Visible = False
    OnClick = A2ButtonRankingClick
    ADXForm = A2Form
  end
  object A2ListBox: TA2ListBox
    Left = 50
    Top = 64
    Width = 300
    Height = 168
    ADXForm = A2Form
    FontColor = 3171
    FontSelColor = 54272
    ItemHeight = 12
    ItemMerginX = 10
    ItemMerginY = 3
    FontEmphasis = False
    ScrollBarView = True
    OnClick = A2ListBoxClick
    OnDblClick = A2ListBoxDblClick
    OnKeyDown = A2ListBoxKeyDown
  end
  object A2Form: TA2Form
    Color = clBlack
    ImageFileName = 'mubase.bmp'
    ShowMethod = FSM_NONE
    TransParent = True
    Left = 8
    Top = 8
  end
end

⌨️ 快捷键说明

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