ubreakpoint.dfm

来自「断点续传的整理演示代码 断点续传的整理演示代码」· DFM 代码 · 共 127 行

DFM
127
字号
object frmBreakPoint: TfrmBreakPoint
  Left = 171
  Top = 77
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #26029#28857#32493#20256
  ClientHeight = 348
  ClientWidth = 504
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Memo1: TMemo
    Left = 0
    Top = 121
    Width = 504
    Height = 227
    Align = alClient
    Lines.Strings = (
      #22836#20449#24687
      '--------------------------')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object pnlMain: TPanel
    Left = 0
    Top = 0
    Width = 504
    Height = 121
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    object Label2: TLabel
      Left = 16
      Top = 7
      Width = 98
      Height = 14
      Caption = #19979#36733#30340#25991#20214#22320#22336
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 16
      Top = 52
      Width = 154
      Height = 14
      Caption = #19979#36733#20445#23384#21040#26412#22320#30340#25991#20214#21517
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object lblStatusInfo: TLabel
      Left = 16
      Top = 96
      Width = 60
      Height = 12
      Caption = #29366#24577#25552#31034#65306
    end
    object edtHostAddr: TEdit
      Left = 16
      Top = 25
      Width = 289
      Height = 20
      TabOrder = 0
      OnChange = edtHostAddrChange
      OnClick = edtHostAddrClick
    end
    object btnStartDownload: TButton
      Left = 312
      Top = 24
      Width = 92
      Height = 25
      Caption = #24320#22987#19979#36733
      TabOrder = 1
      OnClick = btnStartDownloadClick
    end
    object edtSaveFile: TEdit
      Left = 16
      Top = 71
      Width = 289
      Height = 20
      TabOrder = 2
      OnChange = edtSaveFileChange
    end
    object btnStopDownload: TButton
      Left = 409
      Top = 24
      Width = 92
      Height = 25
      Caption = #20572#27490
      TabOrder = 3
      OnClick = btnStopDownloadClick
    end
  end
  object btnGetHeadInfo: TButton
    Left = 312
    Top = 65
    Width = 92
    Height = 25
    Caption = #21462#24471#22836#20449#24687
    TabOrder = 2
    OnClick = btnGetHeadInfoClick
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctBlocking
    Port = 0
    OnRead = ClientSocket1Read
    Left = 24
    Top = 152
  end
end

⌨️ 快捷键说明

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