Changeset 105 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Oct 11, 2016, 3:56:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r96 r105 74 74 TabOrder = 5 75 75 end 76 object CheckBoxAutomaticDPI: TCheckBox 77 Left = 18 78 Height = 24 79 Top = 191 80 Width = 120 81 Caption = 'Automatic DPI' 82 OnChange = CheckBoxAutomaticDPIChange 83 TabOrder = 6 84 Visible = False 85 end 86 object SpinEditDPI: TSpinEdit 87 Left = 96 88 Height = 28 89 Top = 221 90 Width = 97 91 MaxValue = 300 92 MinValue = 96 93 TabOrder = 7 94 Value = 96 95 Visible = False 96 end 97 object Label2: TLabel 98 Left = 48 99 Height = 20 100 Top = 221 101 Width = 26 102 Caption = 'DPI:' 103 ParentColor = False 104 Visible = False 105 end 76 106 end
Note:
See TracChangeset
for help on using the changeset viewer.