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

📄 frmminiupdate.dfm

📁 delphi 开发的自动升级源码
💻 DFM
字号:
object MiniUpdateForm: TMiniUpdateForm
  Left = 283
  Top = 289
  BorderStyle = bsNone
  Caption = 'MiniUpdateForm'
  ClientHeight = 68
  ClientWidth = 345
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object RzPanel4: TRzPanel
    Left = 0
    Top = 0
    Width = 345
    Height = 68
    Align = alClient
    BorderInner = fsGroove
    BorderOuter = fsGroove
    TabOrder = 0
    object Notebook1: TNotebook
      Left = 4
      Top = 4
      Width = 337
      Height = 60
      Align = alClient
      TabOrder = 0
      OnPageChanged = Notebook1PageChanged
      object TPage
        Left = 0
        Top = 0
        Caption = 'First'
        object pnlFirst: TRzPanel
          Left = 0
          Top = 0
          Width = 337
          Height = 60
          Align = alClient
          BorderOuter = fsNone
          TabOrder = 0
          object lblDownloadTip: TRzLabel
            Left = 16
            Top = 8
            Width = 138
            Height = 12
            Caption = #27491#22312#26816#26597#26159#21542#26377#26032#29256#26412'...'
          end
          object pbDownload: TRzProgressBar
            Left = 16
            Top = 28
            Width = 309
            Height = 18
            BorderWidth = 0
            InteriorOffset = 0
            PartsComplete = 0
            Percent = 0
            TotalParts = 0
          end
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Second'
        object pnlSecond: TRzPanel
          Left = 0
          Top = 0
          Width = 337
          Height = 60
          Align = alClient
          BorderOuter = fsNone
          TabOrder = 0
          object RzLabel1: TRzLabel
            Left = 20
            Top = 20
            Width = 192
            Height = 12
            Caption = #26356#26032#23436#27605#65292#27491#22312#37325#26032#21551#21160#31243#24207#12290#12290#12290
          end
        end
      end
    end
  end
end

⌨️ 快捷键说明

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