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

📄 nativecomp.dfm

📁 Delphi 7组件与分布式应用开发源码,介绍了基础的组件应用实例
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 133
  Width = 343
  Height = 196
  Caption = #26412#22320#32452#20214
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object TimeLabel: TLabel
    Left = 200
    Top = 48
    Width = 105
    Height = 25
    Alignment = taCenter
    AutoSize = False
    Caption = 'time'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = 22
    Font.Name = 'MS Serif'
    Font.Style = []
    ParentFont = False
  end
  object ProgressBar1: TProgressBar
    Left = 32
    Top = 112
    Width = 273
    Height = 33
    TabOrder = 0
  end
  object Button1: TButton
    Left = 32
    Top = 48
    Width = 75
    Height = 25
    Caption = #22797#20301
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 18
    Font.Name = 'ResetButton'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = ProgressTimer
    Left = 148
    Top = 48
  end
end

⌨️ 快捷键说明

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