Changeset 412 for branches/highdpi/Settings.lfm
- Timestamp:
- Nov 4, 2021, 2:59:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Settings.lfm
r405 r412 113 113 object EditShortCutPrimary: TDpiEdit 114 114 Left = 176 115 Height = 42 115 Height = 19 116 BorderStyle = bsNone 116 117 Top = 256 117 118 Width = 136 119 Color = clBlack 118 120 Enabled = False 121 Font.Charset = DEFAULT_CHARSET 122 Font.Color = 4176863 123 Font.Height = -15 124 Font.Name = 'Times New Roman' 125 Font.Style = [fsBold] 119 126 OnKeyUp = EditShortCutPrimaryKeyUp 127 ParentFont = False 120 128 TabOrder = 2 121 129 end 122 130 object EditShortCutSecondary: TDpiEdit 123 131 Left = 328 124 Height = 42 132 Height = 19 133 BorderStyle = bsNone 125 134 Top = 257 126 135 Width = 136 136 Color = clBlack 127 137 Enabled = False 138 Font.Charset = DEFAULT_CHARSET 139 Font.Color = 4176863 140 Font.Height = -15 141 Font.Name = 'Times New Roman' 142 Font.Style = [fsBold] 128 143 OnKeyUp = EditShortCutSecondaryKeyUp 144 ParentFont = False 129 145 TabOrder = 3 130 146 end
Note:
See TracChangeset
for help on using the changeset viewer.