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

MTK

开发平台:

C++ Builder

  1. object frmPMICReg: TfrmPMICReg
  2.   Left = 198
  3.   Top = 167
  4.   Width = 746
  5.   Height = 489
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object sbPMICReg: TStatusBar
  19.     Left = 0
  20.     Top = 433
  21.     Width = 738
  22.     Height = 29
  23.     Panels = <
  24.       item
  25.         Width = 50
  26.       end>
  27.     SimplePanel = False
  28.   end
  29.   object lblHint: TStaticText
  30.     Left = 344
  31.     Top = 32
  32.     Width = 33
  33.     Height = 17
  34.     BorderStyle = sbsSingle
  35.     Caption = 'lblHint'
  36.     Color = clYellow
  37.     ParentColor = False
  38.     TabOrder = 1
  39.     Visible = False
  40.   end
  41.   object HintTimer: TTimer
  42.     Enabled = False
  43.     Interval = 4000
  44.     OnTimer = HintTimerTimer
  45.     Left = 384
  46.     Top = 24
  47.   end
  48. end