Changeset 465 for branches/highdpi/Settings.lfm
- Timestamp:
- Nov 30, 2023, 10:16:14 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Settings.lfm
r412 r465 5 5 Width = 483 6 6 BorderStyle = bsNone 7 Caption = ' LocaleDlg'7 Caption = 'Settings' 8 8 ClientHeight = 448 9 9 ClientWidth = 483 10 Color = clBtnFace 10 11 DesignTimePPI = 144 11 12 FormStyle = fsStayOnTop … … 16 17 OnShow = FormShow 17 18 Position = poScreenCenter 18 LCLVersion = '2. 0.12.0'19 LCLVersion = '2.2.0.4' 19 20 Scaled = False 20 21 object ListLanguages: TDpiListBox 21 22 Tag = 15360 22 23 Left = 16 23 Height = 26724 Height = 320 24 25 Top = 32 25 26 Width = 144 … … 69 70 object Up2Btn: TButtonC 70 71 Tag = 6912 71 Left = 4 3272 Left = 452 72 73 Height = 12 73 Top = 3 2874 Top = 360 74 75 Width = 12 75 76 Down = False … … 80 81 object Down2Btn: TButtonC 81 82 Tag = 6912 82 Left = 4 3283 Left = 452 83 84 Height = 12 84 Top = 3 4085 Top = 372 85 86 Width = 12 86 87 Down = False … … 92 93 Tag = 15360 93 94 Left = 176 94 Height = 19295 Height = 264 95 96 Top = 32 96 97 Width = 288 … … 113 114 object EditShortCutPrimary: TDpiEdit 114 115 Left = 176 115 Height = 19 116 BorderStyle = bsNone 117 Top = 256 116 Height = 27 117 Top = 325 118 118 Width = 136 119 BorderStyle = bsNone 119 120 Color = clBlack 120 121 Enabled = False 121 Font.Charset = DEFAULT_CHARSET122 122 Font.Color = 4176863 123 123 Font.Height = -15 … … 130 130 object EditShortCutSecondary: TDpiEdit 131 131 Left = 328 132 Height = 19 133 BorderStyle = bsNone 134 Top = 257 132 Height = 27 133 Top = 325 135 134 Width = 136 135 BorderStyle = bsNone 136 136 Color = clBlack 137 137 Enabled = False 138 Font.Charset = DEFAULT_CHARSET139 138 Font.Color = 4176863 140 139 Font.Height = -15
Note:
See TracChangeset
for help on using the changeset viewer.