mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 22:02:40 +02:00
322 lines
7.7 KiB
Plaintext
322 lines
7.7 KiB
Plaintext
object EditMsgScannersDialog: TEditMsgScannersDialog
|
|
Left = 301
|
|
Height = 354
|
|
Top = 196
|
|
Width = 486
|
|
HelpContext = 0
|
|
ActiveControl = ScannersListBox
|
|
Align = alNone
|
|
AllowDropFiles = False
|
|
AutoScroll = True
|
|
AutoSize = False
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'EditMsgScannersDialog'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 354
|
|
ClientWidth = 486
|
|
DockSite = False
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
Font.Height = 0
|
|
Font.Style = []
|
|
FormStyle = fsNormal
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
ParentBiDiMode = True
|
|
ParentFont = False
|
|
Position = poDesigned
|
|
ShowInTaskBar = stDefault
|
|
UseDockManager = False
|
|
LCLVersion = '0.9.27'
|
|
WindowState = wsNormal
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 48
|
|
Top = 306
|
|
Width = 474
|
|
HelpContext = 0
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ButtonOrder = boDefault
|
|
TabOrder = 0
|
|
DefaultButton = pbOK
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
Visible = True
|
|
end
|
|
object AvailableGroupBox: TGroupBox
|
|
Left = 271
|
|
Height = 294
|
|
Top = 6
|
|
Width = 209
|
|
HelpContext = 0
|
|
Align = alRight
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'AvailableGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 275
|
|
ClientWidth = 205
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 1
|
|
TabStop = False
|
|
Visible = True
|
|
object AvailableListBox: TListBox
|
|
Left = 6
|
|
Height = 263
|
|
Top = 6
|
|
Width = 193
|
|
HelpContext = 0
|
|
Align = alClient
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BorderStyle = bsSingle
|
|
ClickOnSelChange = True
|
|
Columns = 0
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
ExtendedSelect = True
|
|
Enabled = True
|
|
IntegralHeight = False
|
|
ItemHeight = 0
|
|
MultiSelect = False
|
|
ParentBidiMode = True
|
|
ParentShowHint = True
|
|
ParentFont = True
|
|
Sorted = False
|
|
Style = lbStandard
|
|
TabOrder = 0
|
|
TabStop = True
|
|
TopIndex = -1
|
|
Visible = True
|
|
end
|
|
end
|
|
object ScannersGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 294
|
|
Top = 6
|
|
Width = 209
|
|
HelpContext = 0
|
|
Align = alClient
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Caption = 'ScannersGroupBox'
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 275
|
|
ClientWidth = 205
|
|
Ctl3D = False
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
ParentBidiMode = True
|
|
ParentColor = True
|
|
ParentCtl3D = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 2
|
|
TabStop = False
|
|
Visible = True
|
|
object ScannersListBox: TListBox
|
|
Left = 6
|
|
Height = 263
|
|
Top = 6
|
|
Width = 193
|
|
HelpContext = 0
|
|
Align = alClient
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BorderStyle = bsSingle
|
|
ClickOnSelChange = True
|
|
Columns = 0
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
ExtendedSelect = True
|
|
Enabled = True
|
|
IntegralHeight = False
|
|
ItemHeight = 0
|
|
MultiSelect = False
|
|
ParentBidiMode = True
|
|
ParentShowHint = True
|
|
ParentFont = True
|
|
Sorted = False
|
|
Style = lbStandard
|
|
TabOrder = 0
|
|
TabStop = True
|
|
TopIndex = -1
|
|
Visible = True
|
|
end
|
|
end
|
|
object MoveBtnPanel: TPanel
|
|
Left = 221
|
|
Height = 306
|
|
Top = 0
|
|
Width = 39
|
|
HelpContext = 0
|
|
Align = alRight
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
BevelInner = bvNone
|
|
BevelOuter = bvNone
|
|
BevelWidth = 1
|
|
BorderWidth = 0
|
|
BorderStyle = bsNone
|
|
ChildSizing.LeftRightSpacing = 0
|
|
ChildSizing.TopBottomSpacing = 0
|
|
ChildSizing.HorizontalSpacing = 0
|
|
ChildSizing.VerticalSpacing = 0
|
|
ChildSizing.ControlsPerLine = 0
|
|
ClientHeight = 306
|
|
ClientWidth = 39
|
|
DockSite = False
|
|
DragCursor = crDrag
|
|
DragKind = dkDrag
|
|
DragMode = dmManual
|
|
Enabled = True
|
|
FullRepaint = True
|
|
ParentColor = True
|
|
ParentFont = True
|
|
ParentShowHint = True
|
|
TabOrder = 3
|
|
TabStop = False
|
|
Visible = True
|
|
object AddSpeedButton: TSpeedButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 84
|
|
Width = 23
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowAllUp = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Color = clBtnFace
|
|
Down = False
|
|
Enabled = True
|
|
Flat = False
|
|
GroupIndex = 0
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
NumGlyphs = 0
|
|
Spacing = 4
|
|
Transparent = True
|
|
Visible = True
|
|
OnClick = AddSpeedButtonClick
|
|
ShowCaption = True
|
|
ShowHint = True
|
|
ParentFont = True
|
|
ParentShowHint = False
|
|
end
|
|
object RemoveSpeedButton: TSpeedButton
|
|
Left = 8
|
|
Height = 22
|
|
Top = 152
|
|
Width = 23
|
|
HelpContext = 0
|
|
Align = alNone
|
|
AllowAllUp = False
|
|
BorderSpacing.Left = 0
|
|
BorderSpacing.Top = 0
|
|
BorderSpacing.Right = 0
|
|
BorderSpacing.Bottom = 0
|
|
BorderSpacing.Around = 0
|
|
BorderSpacing.CellAlignHorizontal = ccaFill
|
|
BorderSpacing.CellAlignVertical = ccaFill
|
|
Color = clBtnFace
|
|
Down = False
|
|
Enabled = True
|
|
Flat = False
|
|
GroupIndex = 0
|
|
Layout = blGlyphLeft
|
|
Margin = -1
|
|
NumGlyphs = 0
|
|
Spacing = 4
|
|
Transparent = True
|
|
Visible = True
|
|
OnClick = RemoveSpeedButtonClick
|
|
ShowCaption = True
|
|
ShowHint = True
|
|
ParentFont = True
|
|
ParentShowHint = False
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Cursor = crHSplit
|
|
Left = 260
|
|
Height = 306
|
|
Top = 0
|
|
Width = 5
|
|
HelpContext = 0
|
|
Align = alRight
|
|
AutoSnap = True
|
|
Beveled = False
|
|
MinSize = 30
|
|
ParentColor = True
|
|
ParentShowHint = True
|
|
ResizeAnchor = akRight
|
|
ResizeStyle = rsUpdate
|
|
Visible = True
|
|
end
|
|
end
|