mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-28 13:33:40 +02:00
108 lines
2.2 KiB
Plaintext
108 lines
2.2 KiB
Plaintext
object EditMsgScannersDialog: TEditMsgScannersDialog
|
|
Left = 301
|
|
Height = 354
|
|
Top = 196
|
|
Width = 486
|
|
ActiveControl = ScannersListBox
|
|
Caption = 'EditMsgScannersDialog'
|
|
ClientHeight = 354
|
|
ClientWidth = 486
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
LCLVersion = '0.9.27'
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 26
|
|
Top = 322
|
|
Width = 474
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowBevel = False
|
|
end
|
|
object AvailableGroupBox: TGroupBox
|
|
Left = 271
|
|
Height = 310
|
|
Top = 6
|
|
Width = 209
|
|
Align = alRight
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AvailableGroupBox'
|
|
ClientHeight = 292
|
|
ClientWidth = 205
|
|
TabOrder = 1
|
|
object AvailableListBox: TListBox
|
|
Left = 6
|
|
Height = 280
|
|
Top = 6
|
|
Width = 193
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ScannersGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 310
|
|
Top = 6
|
|
Width = 209
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ScannersGroupBox'
|
|
ClientHeight = 292
|
|
ClientWidth = 205
|
|
TabOrder = 2
|
|
object ScannersListBox: TListBox
|
|
Left = 6
|
|
Height = 280
|
|
Top = 6
|
|
Width = 193
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object MoveBtnPanel: TPanel
|
|
Left = 221
|
|
Height = 316
|
|
Top = 0
|
|
Width = 39
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
ClientHeight = 316
|
|
ClientWidth = 39
|
|
TabOrder = 3
|
|
object AddSpeedButton: TSpeedButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 84
|
|
Width = 23
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = AddSpeedButtonClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object RemoveSpeedButton: TSpeedButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 152
|
|
Width = 23
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = RemoveSpeedButtonClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 260
|
|
Height = 316
|
|
Top = 0
|
|
Width = 5
|
|
Align = alRight
|
|
ResizeAnchor = akRight
|
|
end
|
|
end
|