BSOne.SFC/Tocsg.Module/TrayIconStream/DTisMain.dfm

33 lines
617 B
Plaintext

object DlgTisMain: TDlgTisMain
Left = 0
Top = 0
Caption = 'TrayIconStream'
ClientHeight = 302
ClientWidth = 370
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object btnGetData: TButton
Left = 24
Top = 24
Width = 75
Height = 25
Caption = 'btnGetData'
TabOrder = 0
OnClick = btnGetDataClick
end
object mmData: TMemo
Left = 24
Top = 64
Width = 321
Height = 217
ScrollBars = ssVertical
TabOrder = 1
end
end