Changeset 430
- Timestamp:
- Apr 28, 2022, 10:07:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.lfm
r426 r430 8 8 ClientHeight = 448 9 9 ClientWidth = 483 10 Color = clBlack 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: TListBox 21 22 Tag = 15360 22 23 Left = 16 23 Height = 26724 Height = 320 24 25 Top = 32 25 26 Width = 144 … … 37 38 TabOrder = 1 38 39 TabStop = False 39 TopIndex = -140 40 end 41 41 object ButtonOk: TButtonA … … 69 69 object Up2Btn: TButtonC 70 70 Tag = 6912 71 Left = 4 3271 Left = 452 72 72 Height = 12 73 Top = 3 2873 Top = 360 74 74 Width = 12 75 75 Down = False … … 80 80 object Down2Btn: TButtonC 81 81 Tag = 6912 82 Left = 4 3282 Left = 452 83 83 Height = 12 84 Top = 3 4084 Top = 372 85 85 Width = 12 86 86 Down = False … … 92 92 Tag = 15360 93 93 Left = 176 94 Height = 19294 Height = 272 95 95 Top = 32 96 96 Width = 288 … … 109 109 TabOrder = 0 110 110 TabStop = False 111 TopIndex = -1112 111 end 113 112 object EditShortCutPrimary: TEdit 114 113 Left = 176 115 Height = 19 116 BorderStyle = bsNone 117 Top = 256 114 Height = 17 115 Top = 334 118 116 Width = 136 117 BorderStyle = bsNone 119 118 Color = clBlack 120 119 Enabled = False 121 Font.Charset = DEFAULT_CHARSET122 120 Font.Color = 4176863 123 121 Font.Height = -15 … … 130 128 object EditShortCutSecondary: TEdit 131 129 Left = 328 132 Height = 19 133 BorderStyle = bsNone 134 Top = 257 130 Height = 17 131 Top = 335 135 132 Width = 136 133 BorderStyle = bsNone 136 134 Color = clBlack 137 135 Enabled = False 138 Font.Charset = DEFAULT_CHARSET139 136 Font.Color = 4176863 140 137 Font.Height = -15
Note:
See TracChangeset
for help on using the changeset viewer.