2020-02-09 16:31:45 +01:00
|
|
|
|
object MainForm: TMainForm
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Left = 0
|
|
|
|
|
Top = 0
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Caption = 'Initializing. Please, wait...'
|
2021-06-20 13:08:37 +02:00
|
|
|
|
ClientHeight = 703
|
2020-02-09 16:31:45 +01:00
|
|
|
|
ClientWidth = 991
|
|
|
|
|
Color = clBtnFace
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Font.Color = clWindowText
|
|
|
|
|
Font.Height = -11
|
|
|
|
|
Font.Name = 'Tahoma'
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Font.Style = []
|
|
|
|
|
Position = poScreenCenter
|
2020-02-09 16:31:45 +01:00
|
|
|
|
OnCloseQuery = FormCloseQuery
|
|
|
|
|
OnCreate = FormCreate
|
2021-06-20 13:08:37 +02:00
|
|
|
|
OnDestroy = FormDestroy
|
2020-02-09 16:31:45 +01:00
|
|
|
|
OnShow = FormShow
|
2021-06-20 13:08:37 +02:00
|
|
|
|
PixelsPerInch = 96
|
2020-02-09 16:31:45 +01:00
|
|
|
|
object BrowserPageCtrl: TPageControl
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Left = 32
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Top = 0
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Width = 959
|
|
|
|
|
Height = 703
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Align = alClient
|
|
|
|
|
TabOrder = 0
|
2021-06-20 13:08:37 +02:00
|
|
|
|
TabWidth = 150
|
2020-02-09 16:31:45 +01:00
|
|
|
|
end
|
|
|
|
|
object ButtonPnl: TPanel
|
|
|
|
|
Left = 0
|
|
|
|
|
Top = 0
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Width = 32
|
|
|
|
|
Height = 703
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Align = alLeft
|
|
|
|
|
BevelOuter = bvNone
|
|
|
|
|
Enabled = False
|
|
|
|
|
TabOrder = 1
|
|
|
|
|
object AddTabBtn: TSpeedButton
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Left = 1
|
|
|
|
|
Top = 1
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Width = 26
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Height = 26
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Caption = '+'
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Font.Color = clWindowText
|
|
|
|
|
Font.Height = -24
|
|
|
|
|
Font.Name = 'Arial Black'
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Font.Style = []
|
2020-02-09 16:31:45 +01:00
|
|
|
|
ParentFont = False
|
2021-06-20 13:08:37 +02:00
|
|
|
|
OnClick = AddTabBtnClick
|
2020-02-09 16:31:45 +01:00
|
|
|
|
end
|
|
|
|
|
object RemoveTabBtn: TSpeedButton
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Left = 1
|
|
|
|
|
Top = 30
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Width = 26
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Height = 26
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Caption = '−'
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
2020-02-09 16:31:45 +01:00
|
|
|
|
Font.Color = clWindowText
|
|
|
|
|
Font.Height = -24
|
|
|
|
|
Font.Name = 'Arial Black'
|
2021-06-20 13:08:37 +02:00
|
|
|
|
Font.Style = []
|
2020-02-09 16:31:45 +01:00
|
|
|
|
ParentFont = False
|
2021-06-20 13:08:37 +02:00
|
|
|
|
OnClick = RemoveTabBtnClick
|
2020-02-09 16:31:45 +01:00
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|