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

MTK

开发平台:

C++ Builder

  1. object frmRFReg: TfrmRFReg
  2.   Left = 192
  3.   Top = 114
  4.   Width = 773
  5.   Height = 480
  6.   Caption = 'frmRFReg'
  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.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object m_sbRfReg: TStatusBar
  20.     Left = 0
  21.     Top = 424
  22.     Width = 765
  23.     Height = 29
  24.     Panels = <
  25.       item
  26.         Width = 50
  27.       end>
  28.     SimplePanel = False
  29.   end
  30.   object lblHint: TStaticText
  31.     Left = 344
  32.     Top = 32
  33.     Width = 33
  34.     Height = 17
  35.     BorderStyle = sbsSingle
  36.     Caption = 'lblHint'
  37.     Color = clYellow
  38.     ParentColor = False
  39.     TabOrder = 1
  40.     Visible = False
  41.   end
  42.   object HintTimer: TTimer
  43.     Enabled = False
  44.     Interval = 4000
  45.     OnTimer = HintTimerTimer
  46.     Left = 384
  47.     Top = 24
  48.   end
  49. end