Changeset 385 for trunk/Settings.lfm
- Timestamp:
- Apr 27, 2021, 6:42:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.lfm
r317 r385 10 10 DesignTimePPI = 144 11 11 FormStyle = fsStayOnTop 12 OnClose = FormClose 12 13 OnCreate = FormCreate 13 14 OnDestroy = FormDestroy … … 17 18 LCLVersion = '2.0.12.0' 18 19 Scaled = False 19 object List : TListBox20 object ListLanguages: TListBox 20 21 Tag = 15360 21 Left = 24 22 Height = 304 23 Top = 16 24 Width = 424 25 Anchors = [akTop, akLeft, akRight, akBottom] 22 Left = 16 23 Height = 267 24 Top = 32 25 Width = 144 26 26 BorderStyle = bsNone 27 27 Color = clBlack … … 34 34 ItemHeight = 0 35 35 ParentFont = False 36 ScrollWidth = 42437 TabOrder = 036 ScrollWidth = 144 37 TabOrder = 1 38 38 TabStop = False 39 39 TopIndex = -1 40 40 end 41 object OKBtn: TButtonA42 Left = 27241 object ButtonOk: TButtonA 42 Left = 364 43 43 Height = 25 44 44 Top = 400 … … 46 46 Down = False 47 47 Permanent = False 48 OnClick = OKBtnClick48 OnClick = ButtonOkClick 49 49 end 50 object CancelBtn: TButtonA51 Left = 9650 object ButtonCancel: TButtonA 51 Left = 244 52 52 Height = 25 53 53 Top = 400 … … 55 55 Down = False 56 56 Permanent = False 57 OnClick = CancelBtnClick57 OnClick = ButtonCancelClick 58 58 end 59 59 object ButtonFullscreen: TButtonC … … 89 89 ButtonIndex = 0 90 90 end 91 object ListKeyBindings: TListBox 92 Tag = 15360 93 Left = 176 94 Height = 192 95 Top = 32 96 Width = 288 97 BorderStyle = bsNone 98 Color = clBlack 99 ExtendedSelect = False 100 Font.Color = 4176863 101 Font.Height = -15 102 Font.Name = 'Times New Roman' 103 Font.Style = [fsBold] 104 IntegralHeight = True 105 ItemHeight = 0 106 OnSelectionChange = ListKeyBindingsSelectionChange 107 ParentFont = False 108 ScrollWidth = 288 109 TabOrder = 0 110 TabStop = False 111 TopIndex = -1 112 end 113 object EditShortCutPrimary: TEdit 114 Left = 176 115 Height = 42 116 Top = 256 117 Width = 136 118 Enabled = False 119 OnKeyUp = EditShortCutPrimaryKeyUp 120 TabOrder = 2 121 end 122 object EditShortCutSecondary: TEdit 123 Left = 328 124 Height = 42 125 Top = 257 126 Width = 136 127 Enabled = False 128 OnKeyUp = EditShortCutSecondaryKeyUp 129 TabOrder = 3 130 end 131 object ButtonReset: TButtonA 132 Left = 16 133 Height = 25 134 Top = 400 135 Width = 100 136 Down = False 137 Permanent = False 138 OnClick = ButtonResetClick 139 end 91 140 end
Note:
See TracChangeset
for help on using the changeset viewer.