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

📄 hwupgrade.dfm.svn-base

📁 这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
💻 SVN-BASE
字号:
object HwUpgradeForm: THwUpgradeForm
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22312#32447#26234#33021#21319#32423
  ClientHeight = 151
  ClientWidth = 393
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Pitch = fpFixed
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 48
    Height = 12
    Caption = #25991#20214#19979#36733
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 36
    Height = 12
    Caption = #24635#36827#24230
  end
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 377
    Height = 105
    Shape = bsFrame
  end
  object ProgressBar1: TProgressBar
    Left = 24
    Top = 40
    Width = 345
    Height = 17
    Min = 0
    Max = 100
    ParentShowHint = False
    Smooth = True
    ShowHint = False
    TabOrder = 0
  end
  object bbtnExit: TBitBtn
    Left = 304
    Top = 120
    Width = 75
    Height = 25
    Caption = #36864#20986'(&X)'
    TabOrder = 1
    OnClick = bbtnExitClick
  end
  object ProgressBar2: TProgressBar
    Left = 24
    Top = 80
    Width = 345
    Height = 17
    Min = 0
    Max = 100
    Smooth = True
    TabOrder = 2
  end
  object bbtnUpgrade: TBitBtn
    Left = 216
    Top = 120
    Width = 75
    Height = 25
    Caption = #21319#32423'(&U)'
    TabOrder = 3
    OnClick = bbtnUpgradeClick
  end
  object IdHTTP1: TIdHTTP
    OnWork = IdHTTP1Work
    OnWorkBegin = IdHTTP1WorkBegin
    OnWorkEnd = IdHTTP1WorkEnd
    Request.Accept = 'text/html, */*'
    Request.ContentLength = 0
    Request.ContentRangeEnd = 0
    Request.ContentRangeStart = 0
    Request.ProxyPort = 0
    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    Left = 152
    Top = 120
  end
end

⌨️ 快捷键说明

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