BSOne.SFC/Tocsg.Module/FasooDRM/EXE_bs1fsg/Dbs1fsgMain.dfm

31 lines
578 B
Plaintext

object Dlgbs1fsgMain: TDlgbs1fsgMain
Left = 0
Top = 0
Caption = 'Dlgbs1fsgMain'
ClientHeight = 130
ClientWidth = 247
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object Button1: TButton
Left = 88
Top = 48
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object tMtx: TTimer
Enabled = False
OnTimer = tMtxTimer
Left = 24
Top = 40
end
end