BSOne.SFC/eCrmHE/EXE_eCrmHomeEdition/DDummyMain.dfm

30 lines
562 B
Plaintext

object DlgDummyMain: TDlgDummyMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'DummyMain'
ClientHeight = 156
ClientWidth = 224
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object tInit: TTimer
Enabled = False
OnTimer = tInitTimer
Left = 16
Top = 40
end
object tMtx: TTimer
Enabled = False
Interval = 800
OnTimer = tMtxTimer
Left = 72
Top = 40
end
end