mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 05:20:36 +01:00
152 lines
3.0 KiB
Plaintext
152 lines
3.0 KiB
Plaintext
object CheckGroupEditorDlg: TCheckGroupEditorDlg
|
|
ActiveControl = FBtnOK
|
|
BorderStyle = bsDialog
|
|
Caption = 'CheckGroupEditorDlg'
|
|
ClientHeight = 300
|
|
ClientWidth = 593
|
|
PixelsPerInch = 96
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 592
|
|
VertScrollBar.Page = 299
|
|
Left = 290
|
|
Height = 300
|
|
Top = 149
|
|
Width = 593
|
|
object FPanelOKCancel: TPanel
|
|
Align = alBottom
|
|
AutoSize = True
|
|
ClientHeight = 36
|
|
ClientWidth = 593
|
|
TabOrder = 0
|
|
Height = 36
|
|
Top = 264
|
|
Width = 593
|
|
object FBtnOK: TBitBtn
|
|
AutoSize = True
|
|
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
Left = 1
|
|
Height = 34
|
|
Top = 1
|
|
Width = 68
|
|
end
|
|
object FBtnCancel: TBitBtn
|
|
AutoSize = True
|
|
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
AnchorSideLeft.Control = FBtnOK
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 69
|
|
Height = 34
|
|
Top = 1
|
|
Width = 80
|
|
end
|
|
end
|
|
object FPanelButtons: TPanel
|
|
Align = alTop
|
|
AutoSize = True
|
|
ClientHeight = 31
|
|
ClientWidth = 593
|
|
TabOrder = 1
|
|
Height = 31
|
|
Width = 593
|
|
object LabelDisable: TLabel
|
|
Caption = 'clbDisable'
|
|
Color = clBtnFace
|
|
Font.Color = clHotLight
|
|
ParentColor = False
|
|
Transparent = False
|
|
Left = 368
|
|
Height = 14
|
|
Top = 8
|
|
Width = 48
|
|
end
|
|
object FBtnAdd: TButton
|
|
AutoSize = True
|
|
|
|
Caption = 'FBtnAdd'
|
|
OnClick = AddItem
|
|
TabOrder = 0
|
|
Left = 1
|
|
Height = 29
|
|
Top = 1
|
|
Width = 65
|
|
end
|
|
object FBtnDelete: TButton
|
|
AutoSize = True
|
|
|
|
Caption = 'FBtnDelete'
|
|
OnClick = DeleteItem
|
|
TabOrder = 1
|
|
AnchorSideLeft.Control = FBtnAdd
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 66
|
|
Height = 29
|
|
Top = 1
|
|
Width = 77
|
|
end
|
|
object FBtnUp: TButton
|
|
AutoSize = True
|
|
|
|
Caption = 'FBtnUp'
|
|
OnClick = MoveUpItem
|
|
TabOrder = 2
|
|
AnchorSideLeft.Control = FBtnDelete
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 143
|
|
Height = 29
|
|
Top = 1
|
|
Width = 60
|
|
end
|
|
object FBtnDown: TButton
|
|
AutoSize = True
|
|
|
|
Caption = 'FBtnDown'
|
|
OnClick = MoveDownItem
|
|
TabOrder = 3
|
|
AnchorSideLeft.Control = FBtnUp
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 203
|
|
Height = 29
|
|
Top = 1
|
|
Width = 74
|
|
end
|
|
object FBtnModify: TButton
|
|
AutoSize = True
|
|
|
|
Caption = 'FBtnModify'
|
|
OnClick = ModifyItem
|
|
TabOrder = 4
|
|
AnchorSideLeft.Control = FBtnDown
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 277
|
|
Height = 29
|
|
Top = 1
|
|
Width = 77
|
|
end
|
|
end
|
|
object FCheck: TCheckGroup
|
|
Align = alClient
|
|
OnItemClick = ItemClick
|
|
PopupMenu = FPopupMenu
|
|
TabOrder = 2
|
|
Height = 233
|
|
Top = 31
|
|
Width = 593
|
|
end
|
|
object FPopupMenu: TPopupMenu
|
|
OnPopup = CreateItems
|
|
left = 113
|
|
top = 111
|
|
end
|
|
end
|