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

📄 magnetdialog.dfm

📁 Last change: 2008-02-03 This is the source code of KCeasy。
💻 DFM
字号:
object MagnetForm: TMagnetForm
  Left = 465
  Top = 727
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '{AppName} Magnet Handler'
  ClientHeight = 178
  ClientWidth = 520
  Color = clBtnFace
  DefaultMonitor = dmMainForm
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  DesignSize = (
    520
    178)
  PixelsPerInch = 96
  TextHeight = 13
  object MagnetStrLbl: TLabel
    Left = 12
    Top = 8
    Width = 39
    Height = 13
    Caption = 'Magnet:'
  end
  object FileNameLbl: TLabel
    Left = 12
    Top = 30
    Width = 31
    Height = 13
    Caption = 'Name:'
  end
  object TopBevel: TBevel
    Left = 8
    Top = 54
    Width = 505
    Height = 4
    Shape = bsTopLine
  end
  object BottomBevel: TBevel
    Left = 7
    Top = 134
    Width = 505
    Height = 4
    Shape = bsTopLine
  end
  object CancelBtn: TButton
    Left = 368
    Top = 146
    Width = 89
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 7
  end
  object DownloadBtn: TButton
    Left = 264
    Top = 146
    Width = 89
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Download'
    Default = True
    TabOrder = 6
    OnClick = DownloadBtnClick
  end
  object SearchBtn: TButton
    Left = 160
    Top = 146
    Width = 89
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Search'
    TabOrder = 5
    OnClick = SearchBtnClick
  end
  object MagnetStrEdit: TEdit
    Left = 56
    Top = 8
    Width = 453
    Height = 13
    TabStop = False
    Anchors = [akLeft, akTop, akRight]
    AutoSelect = False
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 0
    Text = '123'
  end
  object FileNameEdit: TEdit
    Left = 56
    Top = 26
    Width = 453
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    AutoSelect = False
    AutoSize = False
    TabOrder = 1
  end
  object NetworksListView: TListView
    Left = 288
    Top = 62
    Width = 221
    Height = 65
    Anchors = [akLeft, akTop, akRight]
    Checkboxes = True
    Columns = <>
    IconOptions.Arrangement = iaLeft
    IconOptions.WrapText = False
    ReadOnly = True
    SmallImages = MainForm.FileImageList
    TabOrder = 3
    ViewStyle = vsList
  end
  object DescrStatic: TStaticText
    Left = 12
    Top = 62
    Width = 265
    Height = 65
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    Caption = 
      'If there is more than one network supporting this magnet you can' +
      ' pick the ones to use on the right. Then  choose one of the butt' +
      'ons below to either search for the file or directly download it.'
    TabOrder = 2
  end
  object StreamBtn: TButton
    Left = 56
    Top = 146
    Width = 89
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Stream in Player'
    TabOrder = 4
    OnClick = StreamBtnClick
  end
end

⌨️ 快捷键说明

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