Changeset 364 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jan 1, 2025, 1:04:50 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r354 r364 8 8 ClientHeight = 613 9 9 ClientWidth = 857 10 Constraints.MinHeight = 30011 Constraints.MinWidth = 45410 Constraints.MinHeight = 200 11 Constraints.MinWidth = 300 12 12 DesignTimePPI = 144 13 13 OnCreate = FormCreate … … 51 51 object TabSheetGeneral: TTabSheet 52 52 Caption = 'General' 53 ClientHeight = 5 0654 ClientWidth = 83 553 ClientHeight = 512 54 ClientWidth = 831 55 55 ParentFont = False 56 56 object Panel1: TPanel 57 57 Left = 0 58 Height = 5 0658 Height = 512 59 59 Top = 0 60 Width = 83 560 Width = 831 61 61 Align = alClient 62 62 BevelOuter = bvNone 63 ClientHeight = 5 0664 ClientWidth = 83 563 ClientHeight = 512 64 ClientWidth = 831 65 65 ParentFont = False 66 66 TabOrder = 0 67 67 object Label1: TLabel 68 68 Left = 20 69 Height = 2 869 Height = 26 70 70 Top = 32 71 Width = 9671 Width = 88 72 72 Caption = 'Language:' 73 73 ParentColor = False … … 76 76 object ComboBoxLanguage: TComboBox 77 77 Left = 178 78 Height = 4 078 Height = 42 79 79 Top = 24 80 80 Width = 196 … … 86 86 object ComboBoxTheme: TComboBox 87 87 Left = 176 88 Height = 4 088 Height = 42 89 89 Top = 72 90 90 Width = 196 … … 96 96 object Label6: TLabel 97 97 Left = 20 98 Height = 2 898 Height = 26 99 99 Top = 80 100 Width = 6 9100 Width = 63 101 101 Caption = 'Theme:' 102 102 ParentColor = False … … 105 105 object SpinEditAnimSpeed: TSpinEdit 106 106 Left = 232 107 Height = 38107 Height = 43 108 108 Top = 120 109 109 Width = 122 … … 113 113 object Label3: TLabel 114 114 Left = 368 115 Height = 2 8116 Top = 12 4117 Width = 1 7115 Height = 26 116 Top = 128 117 Width = 15 118 118 Caption = '%' 119 119 ParentColor = False … … 122 122 object Label2: TLabel 123 123 Left = 20 124 Height = 2 8125 Top = 12 0126 Width = 1 62124 Height = 26 125 Top = 128 126 Width = 149 127 127 Caption = 'Animation speed:' 128 128 ParentColor = False … … 133 133 object TabSheetDebug: TTabSheet 134 134 Caption = 'Debug' 135 ClientHeight = 5 06136 ClientWidth = 83 5135 ClientHeight = 512 136 ClientWidth = 831 137 137 ParentFont = False 138 138 object Panel2: TPanel 139 139 Left = 0 140 Height = 5 06140 Height = 512 141 141 Top = 0 142 Width = 83 5142 Width = 831 143 143 Align = alClient 144 144 BevelOuter = bvNone 145 ClientHeight = 5 06146 ClientWidth = 83 5145 ClientHeight = 512 146 ClientWidth = 831 147 147 ParentFont = False 148 148 TabOrder = 0 … … 151 151 Height = 24 152 152 Top = 32 153 Width = 803153 Width = 799 154 154 Anchors = [akTop, akLeft, akRight] 155 155 AutoSize = False … … 161 161 object Label4: TLabel 162 162 Left = 14 163 Height = 2 8163 Height = 26 164 164 Top = 67 165 Width = 3 9165 Width = 35 166 166 Caption = 'DPI:' 167 167 ParentColor = False … … 170 170 object SpinEditX: TSpinEdit 171 171 Left = 104 172 Height = 38172 Height = 43 173 173 Top = 64 174 174 Width = 96 … … 181 181 object Label5: TLabel 182 182 Left = 208 183 Height = 2 8183 Height = 26 184 184 Top = 67 185 Width = 1 1185 Width = 10 186 186 Caption = 'x' 187 187 ParentColor = False … … 190 190 object SpinEditY: TSpinEdit 191 191 Left = 232 192 Height = 38192 Height = 43 193 193 Top = 64 194 194 Width = 90 … … 203 203 Height = 26 204 204 Top = 136 205 Width = 80 7205 Width = 803 206 206 Anchors = [akTop, akLeft, akRight] 207 207 AutoSize = False
Note:
See TracChangeset
for help on using the changeset viewer.