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

📄 upclient.dfm

📁 自动升级控件源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 251
  Top = 195
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 138
  ClientWidth = 434
  Color = clAppWorkSpace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 8
    Top = 38
    Width = 419
    Height = 95
    Color = 15974600
    TabOrder = 0
    object Label1: TLabel
      Left = 18
      Top = 12
      Width = 90
      Height = 12
      Caption = #27491#22312#36830#25509#26381#21153#31471':'
    end
    object Label2: TLabel
      Left = 124
      Top = 12
      Width = 24
      Height = 12
      Caption = '****'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 18
      Top = 50
      Width = 102
      Height = 12
      Caption = #27491#22312#19979#36733#26368#26032#36719#20214':'
    end
    object Label5: TLabel
      Left = 18
      Top = 70
      Width = 90
      Height = 12
      Caption = #27491#22312#21551#21160#26032#31243#24207':'
    end
    object Label7: TLabel
      Left = 124
      Top = 50
      Width = 66
      Height = 12
      Caption = #31561#24453#23436#25104'...'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 124
      Top = 70
      Width = 66
      Height = 12
      Caption = #31561#24453#23436#25104'...'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 18
      Top = 30
      Width = 102
      Height = 12
      Caption = #27491#22312#39564#35777#36719#20214#29256#26412':'
    end
    object Label6: TLabel
      Left = 124
      Top = 30
      Width = 66
      Height = 12
      Caption = #31561#24453#23436#25104'...'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
  end
  object Panel2: TPanel
    Left = 8
    Top = 10
    Width = 417
    Height = 23
    Caption = #26356#26032#23458#25143#31471
    Color = 5626305
    TabOrder = 1
    OnMouseMove = Panel2MouseMove
    object SpeedButton1: TSpeedButton
      Left = 370
      Top = 0
      Width = 47
      Height = 22
      Caption = #36864#20986'(&Q)'
      Flat = True
      OnClick = SpeedButton1Click
    end
  end
  object SS1: TServerSocket
    Active = True
    Port = 7000
    ServerType = stNonBlocking
    OnClientRead = SS1ClientRead
    Left = 318
    Top = 65534
  end
  object CS1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnRead = CS1Read
    OnError = CS1Error
    Left = 398
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 500
    OnTimer = Timer1Timer
    Left = 396
    Top = 42
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer2Timer
    Left = 396
    Top = 84
  end
  object Timer3: TTimer
    Enabled = False
    Interval = 5000
    OnTimer = Timer3Timer
    Left = 290
    Top = 88
  end
end

⌨️ 快捷键说明

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