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

📄 banlistupdate.dfm

📁 Last change: 2008-02-03 This is the source code of KCeasy。
💻 DFM
字号:
object BanlistUpdateForm: TBanlistUpdateForm
  Left = 381
  Top = 608
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '{AppName} - Banlist Update'
  ClientHeight = 316
  ClientWidth = 460
  Color = clBtnFace
  DefaultMonitor = dmMainForm
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  DesignSize = (
    460
    316)
  PixelsPerInch = 96
  TextHeight = 13
  object InfoLbl: TLabel
    Left = 8
    Top = 8
    Width = 444
    Height = 13
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = 'Here you can automatically update your banlists and node files.'
  end
  object FilesLbl: TLabel
    Left = 8
    Top = 44
    Width = 444
    Height = 13
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = 'Please select which files to update:'
  end
  object ImportantLbl: TLabel
    Left = 8
    Top = 24
    Width = 444
    Height = 13
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = 
      'Important: Only update the node files of networks which have pro' +
      'blems connecting!'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object FilesListView: TListView
    Left = 8
    Top = 64
    Width = 444
    Height = 164
    Anchors = [akLeft, akTop, akRight, akBottom]
    Columns = <
      item
        Caption = 'Description'
        MaxWidth = 150
        MinWidth = 150
        Width = 150
      end
      item
        Caption = 'Status'
        MaxWidth = 125
        MinWidth = 125
        Width = 125
      end
      item
        Caption = 'Network'
        MaxWidth = 80
        MinWidth = 80
        Width = 80
      end
      item
        Caption = 'Filename'
        MaxWidth = 85
        MinWidth = 85
        Width = 85
      end>
    IconOptions.Arrangement = iaLeft
    IconOptions.WrapText = False
    ReadOnly = True
    ParentShowHint = False
    ShowHint = False
    SmallImages = MainForm.FileImageList
    SortType = stText
    TabOrder = 0
    ViewStyle = vsReport
  end
  object UpdateBtn: TButton
    Left = 72
    Top = 281
    Width = 89
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Update'
    Default = True
    TabOrder = 1
    OnClick = UpdateBtnClick
  end
  object CancelBtn: TButton
    Left = 297
    Top = 281
    Width = 89
    Height = 25
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = 'Cancel'
    TabOrder = 2
    OnClick = CancelBtnClick
  end
  object ProgressBar: TProgressBar
    Left = 8
    Top = 245
    Width = 444
    Height = 21
    Anchors = [akLeft, akRight, akBottom]
    Min = 0
    Max = 100
    Step = 5
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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