lazarus/ide/keymapschemedlg.lfm
tombo 5f3b8ef645 IDE: added key mapping scheme for Mac OS X
git-svn-id: trunk@12827 -
2007-11-11 16:42:07 +00:00

72 lines
1.6 KiB
Plaintext

object ChooseKeySchemeDlg: TChooseKeySchemeDlg
Left = 406
Height = 219
Top = 307
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 218
ActiveControl = OkButton
Caption = 'ChooseKeySchemeDlg'
ClientHeight = 219
ClientWidth = 400
OnCreate = ChooseKeySchemeDlgCREATE
Position = poScreenCenter
object NoteLabel: TLabel
Left = 8
Height = 44
Top = 10
Width = 382
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'NoteLabel'
ParentColor = False
WordWrap = True
end
object OkButton: TButton
Left = 108
Height = 25
Top = 186
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Ok'
ModalResult = 1
TabOrder = 0
end
object CancelButton: TButton
Left = 216
Height = 25
Top = 186
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object SchemeRadiogroup: TRadioGroup
Left = 8
Height = 116
Top = 56
Width = 384
Anchors = [akTop, akLeft, akRight, akBottom]
AutoFill = True
Caption = 'Scheme'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 98
ClientWidth = 380
ItemIndex = 0
Items.Strings = (
'Default (Lazarus)'
'Classic (TP)'
'Mac OS X'
)
TabOrder = 1
end
end