Changeset 153 for trunk/Forms/FormOptions.lfm
- Timestamp:
- Aug 14, 2024, 1:05:13 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormOptions.lfm
r149 r153 1 1 object FormOptions: TFormOptions 2 Left = 4012 Left = 916 3 3 Height = 427 4 Top = 2364 Top = 506 5 5 Width = 728 6 6 Caption = 'Options' … … 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 LCLVersion = ' 2.2.6.0'11 LCLVersion = '3.4.0.0' 12 12 object ButtonOk: TButton 13 13 Left = 631 … … 96 96 AutoSize = False 97 97 Caption = 'Automatic DPI' 98 ParentFont = False 99 TabOrder = 2 98 100 OnChange = CheckBoxDPIAutoChange 99 ParentFont = False100 TabOrder = 2101 101 end 102 102 object LabelDPI: TLabel … … 196 196 'Normal' 197 197 ) 198 OnSelect = CheckBoxDPIAutoChange199 198 ParentFont = False 200 199 Style = csDropDownList 201 200 TabOrder = 0 201 OnSelect = CheckBoxDPIAutoChange 202 202 end 203 203 object CheckBoxOptimizeAddSub: TCheckBox … … 225 225 Width = 142 226 226 Caption = 'Copy multiply' 227 ParentFont = False 228 TabOrder = 3 227 229 OnChange = CheckBoxOptimizeCopyMultiplyChange 228 ParentFont = False229 TabOrder = 3230 230 end 231 231 object CheckBoxOptimizeRelativeIndexes: TCheckBox … … 235 235 Width = 162 236 236 Caption = 'Relative indexes' 237 ParentFont = False 238 TabOrder = 4 237 239 OnChange = CheckBoxOptimizeRelativeIndexesChange 238 ParentFont = False239 TabOrder = 4240 240 end 241 241 object Label2: TLabel
Note:
See TracChangeset
for help on using the changeset viewer.