2020-02-10 16:36:15 +01:00
|
|
|
object MainForm: TMainForm
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Caption = 'Initializing. Please, wait...'
|
2020-04-09 18:43:03 +02:00
|
|
|
ClientHeight = 700
|
|
|
|
ClientWidth = 1032
|
2020-02-10 16:36:15 +01:00
|
|
|
Position = ScreenCenter
|
|
|
|
FormFactor.Width = 320
|
|
|
|
FormFactor.Height = 480
|
|
|
|
FormFactor.Devices = [Desktop]
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnCloseQuery = FormCloseQuery
|
|
|
|
OnResize = FormResize
|
|
|
|
OnShow = FormShow
|
|
|
|
DesignerMasterStyle = 0
|
|
|
|
object ButtonLay: TLayout
|
|
|
|
Align = Left
|
|
|
|
Enabled = False
|
|
|
|
Padding.Left = 5.000000000000000000
|
|
|
|
Padding.Right = 5.000000000000000000
|
|
|
|
Size.Width = 32.000000000000000000
|
2020-04-09 18:43:03 +02:00
|
|
|
Size.Height = 700.000000000000000000
|
2020-02-10 16:36:15 +01:00
|
|
|
Size.PlatformDefault = False
|
|
|
|
TabOrder = 0
|
|
|
|
object AddTabBtn: TSpeedButton
|
|
|
|
Action = AddTabAction
|
|
|
|
Align = Top
|
|
|
|
Enabled = True
|
|
|
|
ImageIndex = -1
|
|
|
|
Margins.Top = 5.000000000000000000
|
|
|
|
Position.X = 5.000000000000000000
|
|
|
|
Position.Y = 5.000000000000000000
|
|
|
|
Size.Width = 22.000000000000000000
|
|
|
|
Size.Height = 22.000000000000000000
|
|
|
|
Size.PlatformDefault = False
|
|
|
|
StyleLookup = 'additembutton'
|
|
|
|
end
|
|
|
|
object RemoveTabBtn: TSpeedButton
|
|
|
|
Action = RemoveTabAction
|
|
|
|
Align = Top
|
|
|
|
Enabled = True
|
|
|
|
ImageIndex = -1
|
|
|
|
Margins.Top = 5.000000000000000000
|
|
|
|
Position.X = 5.000000000000000000
|
|
|
|
Position.Y = 32.000000000000000000
|
|
|
|
Size.Width = 22.000000000000000000
|
|
|
|
Size.Height = 22.000000000000000000
|
|
|
|
Size.PlatformDefault = False
|
|
|
|
StyleLookup = 'deleteitembutton'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object BrowserTabCtrl: TTabControl
|
|
|
|
Align = Client
|
2020-04-09 18:43:03 +02:00
|
|
|
Size.Width = 1000.000000000000000000
|
|
|
|
Size.Height = 700.000000000000000000
|
2020-02-10 16:36:15 +01:00
|
|
|
Size.PlatformDefault = False
|
|
|
|
TabOrder = 1
|
|
|
|
TabPosition = PlatformDefault
|
|
|
|
OnChange = BrowserTabCtrlChange
|
|
|
|
end
|
|
|
|
object ActionList1: TActionList
|
|
|
|
Left = 72
|
|
|
|
Top = 80
|
|
|
|
object AddTabAction: TAction
|
|
|
|
Text = 'AddTabAction'
|
|
|
|
OnExecute = AddTabActionExecute
|
|
|
|
end
|
|
|
|
object RemoveTabAction: TAction
|
|
|
|
Text = 'RemoveTabAction'
|
|
|
|
OnExecute = RemoveTabActionExecute
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|