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

📄 filetranunt.dfm

📁 絮语2007视频聊天软件源程序.仅供参考
💻 DFM
字号:
object filetranfrm: Tfiletranfrm
  Left = 203
  Top = 183
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '文件传输'
  ClientHeight = 176
  ClientWidth = 335
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object trans_status_label: TLabel
    Left = 24
    Top = 134
    Width = 52
    Height = 13
    Caption = '已准备好'
    Transparent = True
  end
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 321
    Height = 46
    Shape = bsFrame
  end
  object Bevel3: TBevel
    Left = 8
    Top = 64
    Width = 321
    Height = 57
    Shape = bsFrame
  end
  object Label2: TLabel
    Left = 24
    Top = 74
    Width = 46
    Height = 13
    Caption = '总进度:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 24
    Top = 96
    Width = 46
    Height = 13
    Caption = '子进度:'
    Transparent = True
  end
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 46
    Height = 13
    Caption = '发送给:'
    Transparent = True
  end
  object maxbar: TGauge
    Left = 80
    Top = 72
    Width = 241
    Height = 17
    ForeColor = clInactiveCaptionText
    Progress = 0
  end
  object minbar: TGauge
    Left = 80
    Top = 96
    Width = 241
    Height = 17
    ForeColor = clInactiveCaptionText
    Progress = 0
  end
  object Label4: TLabel
    Left = 264
    Top = 24
    Width = 56
    Height = 13
    Caption = '00:00:00'
    Transparent = True
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 157
    Width = 335
    Height = 19
    Panels = <
      item
        Alignment = taCenter
        Text = '文件名:'
        Width = 50
      end
      item
        Width = 220
      end
      item
        Alignment = taRightJustify
        Text = '10240K/秒'
        Width = 60
      end>
    SimplePanel = False
  end
  object Edit1: TEdit
    Left = 80
    Top = 20
    Width = 177
    Height = 21
    Color = clSilver
    Enabled = False
    ReadOnly = True
    TabOrder = 1
  end
  object okbtn: TxpButton
    Left = 200
    Top = 128
    Width = 60
    Height = 25
    Caption = '开始传送'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 2
    TabStop = True
    OnClick = okbtnClick
  end
  object cancelbtn: TxpButton
    Left = 259
    Top = 128
    Width = 60
    Height = 25
    Caption = '中止传送'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 3
    TabStop = True
    OnClick = cancelbtnClick
  end
  object UDPServer: TIdUDPServer
    BufferSize = 65536
    Bindings = <
      item
        IP = '0.0.0.0'
        Port = 0
      end>
    DefaultPort = 9999
    ThreadedEvent = True
    Left = 136
    Top = 128
  end
  object AntiFreeze: TIdAntiFreeze
    Left = 108
    Top = 128
  end
end

⌨️ 快捷键说明

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