mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 05:52:38 +02:00
265 lines
6.3 KiB
Plaintext
265 lines
6.3 KiB
Plaintext
object CheckGroupEditorDlg: TCheckGroupEditorDlg
|
|
Left = 238
|
|
Height = 300
|
|
Top = 170
|
|
Width = 608
|
|
HorzScrollBar.Page = 607
|
|
VertScrollBar.Page = 299
|
|
ActiveControl = BtnAdd
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'CheckGroupEditorDlg'
|
|
ClientHeight = 300
|
|
ClientWidth = 608
|
|
object ColumnsLabel: TLabel
|
|
Left = 369
|
|
Height = 20
|
|
Top = 80
|
|
Width = 91
|
|
Caption = 'ColumnsLabel'
|
|
ParentColor = False
|
|
end
|
|
object FCheck: TCheckGroup
|
|
Height = 217
|
|
Top = 35
|
|
Width = 360
|
|
Align = alLeft
|
|
AutoFill = True
|
|
Caption = 'FCheck'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
OnItemClick = ItemClick
|
|
PopupMenu = FPopupMenu
|
|
TabOrder = 0
|
|
end
|
|
object FPanelButtons: TPanel
|
|
Height = 35
|
|
Width = 608
|
|
Align = alTop
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
ClientHeight = 35
|
|
ClientWidth = 608
|
|
TabOrder = 1
|
|
object LabelDisable: TLabel
|
|
AnchorSideLeft.Control = BtnModify
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BtnModify
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 355
|
|
Height = 20
|
|
Top = 10
|
|
Width = 82
|
|
BorderSpacing.Left = 6
|
|
Caption = 'LabelDisable'
|
|
Font.Color = clHotLight
|
|
ParentColor = False
|
|
end
|
|
object BtnAdd: TButton
|
|
AnchorSideLeft.Control = FPanelButtons
|
|
AnchorSideTop.Control = FPanelButtons
|
|
Left = 6
|
|
Height = 29
|
|
Top = 6
|
|
Width = 59
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'BtnAdd'
|
|
OnClick = AddItem
|
|
TabOrder = 0
|
|
end
|
|
object BtnDelete: TButton
|
|
AnchorSideLeft.Control = BtnAdd
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FPanelButtons
|
|
Left = 65
|
|
Height = 29
|
|
Top = 6
|
|
Width = 76
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'BtnDelete'
|
|
OnClick = DeleteItem
|
|
TabOrder = 1
|
|
end
|
|
object BtnUp: TButton
|
|
AnchorSideLeft.Control = BtnDelete
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FPanelButtons
|
|
Left = 147
|
|
Height = 29
|
|
Top = 6
|
|
Width = 52
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'BtnUp'
|
|
OnClick = MoveUpItem
|
|
TabOrder = 2
|
|
end
|
|
object BtnDown: TButton
|
|
AnchorSideLeft.Control = BtnUp
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FPanelButtons
|
|
Left = 199
|
|
Height = 29
|
|
Top = 6
|
|
Width = 69
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'BtnDown'
|
|
OnClick = MoveDownItem
|
|
TabOrder = 3
|
|
end
|
|
object BtnModify: TButton
|
|
AnchorSideLeft.Control = BtnDown
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FPanelButtons
|
|
Left = 274
|
|
Height = 29
|
|
Top = 6
|
|
Width = 75
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'BtnModify'
|
|
OnClick = ModifyItem
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object FPanelOKCancel: TPanel
|
|
Height = 48
|
|
Top = 252
|
|
Width = 608
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
ClientHeight = 48
|
|
ClientWidth = 608
|
|
TabOrder = 2
|
|
object BtnHelp: TBitBtn
|
|
AnchorSideTop.Control = FPanelOKCancel
|
|
AnchorSideRight.Control = FPanelOKCancel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FPanelOKCancel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 512
|
|
Height = 36
|
|
Top = 6
|
|
Width = 90
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Help'
|
|
Constraints.MinWidth = 90
|
|
Kind = bkHelp
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
end
|
|
object BtnApply: TBitBtn
|
|
AnchorSideTop.Control = FPanelOKCancel
|
|
AnchorSideRight.Control = BtnHelp
|
|
AnchorSideBottom.Control = FPanelOKCancel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 416
|
|
Height = 36
|
|
Top = 6
|
|
Width = 90
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Apply'
|
|
Constraints.MinWidth = 90
|
|
NumGlyphs = 0
|
|
OnClick = ApplyCheck
|
|
TabOrder = 1
|
|
end
|
|
object BtnCancel: TBitBtn
|
|
AnchorSideTop.Control = FPanelOKCancel
|
|
AnchorSideRight.Control = BtnApply
|
|
AnchorSideBottom.Control = FPanelOKCancel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 320
|
|
Height = 36
|
|
Top = 6
|
|
Width = 90
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 90
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 2
|
|
end
|
|
object BtnOK: TBitBtn
|
|
AnchorSideTop.Control = FPanelOKCancel
|
|
AnchorSideRight.Control = BtnCancel
|
|
AnchorSideBottom.Control = FPanelOKCancel
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 224
|
|
Height = 36
|
|
Top = 6
|
|
Width = 90
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Constraints.MinWidth = 90
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object DuplicateCheckBox: TCheckBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 368
|
|
Height = 22
|
|
Top = 48
|
|
Width = 234
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'DuplicateCheckBox'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 3
|
|
end
|
|
object ColumnsEdit: TEdit
|
|
Left = 368
|
|
Height = 23
|
|
Top = 97
|
|
Width = 34
|
|
Color = clBtnFace
|
|
OnChange = ColumnsEditChange
|
|
OnKeyDown = nil
|
|
ReadOnly = True
|
|
TabOrder = 4
|
|
Text = '1'
|
|
end
|
|
object ColumnsUpDown: TUpDown
|
|
Left = 402
|
|
Height = 23
|
|
Top = 97
|
|
Width = 17
|
|
Associate = ColumnsEdit
|
|
Min = 1
|
|
Position = 1
|
|
end
|
|
object FPopupMenu: TPopupMenu
|
|
OnPopup = CreateItems
|
|
left = 480
|
|
top = 145
|
|
end
|
|
end
|