1object ChooseKeySchemeDlg: TChooseKeySchemeDlg
2  Left = 406
3  Height = 226
4  Top = 307
5  Width = 433
6  BorderStyle = bsDialog
7  Caption = 'ChooseKeySchemeDlg'
8  ClientHeight = 226
9  ClientWidth = 433
10  OnCreate = ChooseKeySchemeDlgCREATE
11  Position = poScreenCenter
12  LCLVersion = '1.7'
13  object NoteLabel: TLabel
14    Left = 6
15    Height = 17
16    Top = 6
17    Width = 421
18    Align = alTop
19    BorderSpacing.Around = 6
20    Caption = 'NoteLabel'
21    ParentColor = False
22    WordWrap = True
23  end
24  object SchemeRadiogroup: TRadioGroup
25    Left = 6
26    Height = 149
27    Top = 29
28    Width = 421
29    Align = alClient
30    AutoFill = True
31    BorderSpacing.Around = 6
32    Caption = 'Scheme'
33    ChildSizing.LeftRightSpacing = 6
34    ChildSizing.TopBottomSpacing = 6
35    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
36    ChildSizing.EnlargeVertical = crsHomogenousChildResize
37    ChildSizing.ShrinkHorizontal = crsScaleChilds
38    ChildSizing.ShrinkVertical = crsScaleChilds
39    ChildSizing.Layout = cclLeftToRightThenTopToBottom
40    ChildSizing.ControlsPerLine = 1
41    ClientHeight = 131
42    ClientWidth = 413
43    ItemIndex = 0
44    Items.Strings = (
45      'Default (Lazarus)'
46      'Classic (TP)'
47      'Mac OS X (Apple style)'
48      'Mac OS X (Lazarus style)'
49      'Default to OSX'
50    )
51    TabOrder = 0
52    TabStop = True
53  end
54  object ButtonPanel: TButtonPanel
55    Left = 6
56    Height = 36
57    Top = 184
58    Width = 421
59    OKButton.Name = 'OKButton'
60    OKButton.DefaultCaption = True
61    HelpButton.Name = 'HelpButton'
62    HelpButton.DefaultCaption = True
63    CloseButton.Name = 'CloseButton'
64    CloseButton.DefaultCaption = True
65    CancelButton.Name = 'CancelButton'
66    CancelButton.DefaultCaption = True
67    TabOrder = 1
68    ShowButtons = [pbOK, pbCancel, pbHelp]
69    ShowBevel = False
70  end
71end
72