mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 22:17:59 +02:00
57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
object ShortCutDialog: TShortCutDialog
|
|
Left = 290
|
|
Height = 260
|
|
Top = 189
|
|
Width = 545
|
|
ActiveControl = BtnPanel
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'ShortCutDialog'
|
|
ClientHeight = 260
|
|
ClientWidth = 545
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.5'
|
|
object PrimaryGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 93
|
|
Top = 6
|
|
Width = 533
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'PrimaryGroupBox'
|
|
TabOrder = 0
|
|
end
|
|
object SecondaryGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 105
|
|
Top = 105
|
|
Width = 533
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SecondaryGroupBox'
|
|
TabOrder = 1
|
|
end
|
|
object BtnPanel: TButtonPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 26
|
|
Top = 216
|
|
Width = 533
|
|
Align = alTop
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 2
|
|
ShowButtons = [pbOK, pbCancel]
|
|
ShowBevel = False
|
|
end
|
|
end
|