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

📄 step2unit.dfm

📁 这是在磁疗用DELPHI编写一套安装软件的程序源码
💻 DFM
字号:
object Step2Frm: TStep2Frm
  Left = 228
  Top = 275
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 47
  ClientWidth = 512
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TPanel
    Left = 0
    Top = 0
    Width = 512
    Height = 47
    Align = alClient
    BevelWidth = 2
    Caption = '888888'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 4000
    OnTimer = Timer1Timer
    Left = 120
    Top = 16
  end
  object VCLZip1: TVCLZip
    MultiZipInfo.BlockSize = 1457600
    Left = 130
    Top = 30
  end
  object GetADO: TADOQuery
    Connection = ADOC
    Parameters = <>
    Left = 80
    Top = 96
  end
  object ADOC: TADOConnection
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 52
    Top = 96
  end
end

⌨️ 快捷键说明

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