Changeset 409
- Timestamp:
- Nov 3, 2021, 5:46:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.lfm
r385 r409 113 113 object EditShortCutPrimary: TEdit 114 114 Left = 176 115 Height = 4 2115 Height = 40 116 116 Top = 256 117 117 Width = 136 118 Color = clBlack 118 119 Enabled = False 120 Font.Charset = DEFAULT_CHARSET 121 Font.Color = 4176863 122 Font.Height = -15 123 Font.Name = 'Times New Roman' 124 Font.Style = [fsBold] 119 125 OnKeyUp = EditShortCutPrimaryKeyUp 126 ParentFont = False 120 127 TabOrder = 2 121 128 end 122 129 object EditShortCutSecondary: TEdit 123 130 Left = 328 124 Height = 4 2131 Height = 40 125 132 Top = 257 126 133 Width = 136 134 Color = clBlack 127 135 Enabled = False 136 Font.Charset = DEFAULT_CHARSET 137 Font.Color = 4176863 138 Font.Height = -15 139 Font.Name = 'Times New Roman' 140 Font.Style = [fsBold] 128 141 OnKeyUp = EditShortCutSecondaryKeyUp 142 ParentFont = False 129 143 TabOrder = 3 130 144 end
Note:
See TracChangeset
for help on using the changeset viewer.