form_Progress.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:1k
源码类别:

MTK

开发平台:

C++ Builder

  1. object m_frmProgress: Tm_frmProgress
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 71
  6.   Caption = 'NVRAM Database File Initilization Status'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object m_pbStatus: TProgressBar
  19.     Left = 16
  20.     Top = 16
  21.     Width = 505
  22.     Height = 16
  23.     Min = 0
  24.     Max = 100
  25.     Smooth = True
  26.     TabOrder = 0
  27.   end
  28.   object m_Timer: TTimer
  29.     OnTimer = m_TimerTimer
  30.     Left = 168
  31.     Top = 8
  32.   end
  33. end