Changeset 386 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jan 4, 2025, 10:18:42 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r365 r386 1 1 object FormSettings: TFormSettings 2 2 Left = 545 3 Height = 6133 Height = 353 4 4 Top = 203 5 Width = 8575 Width = 689 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Settings' 8 ClientHeight = 6139 ClientWidth = 8578 ClientHeight = 353 9 ClientWidth = 689 10 10 Constraints.MinHeight = 200 11 11 Constraints.MinWidth = 300 … … 16 16 LCLVersion = '3.6.0.0' 17 17 object ButtonOk: TButton 18 Left = 60818 Left = 440 19 19 Height = 38 20 Top = 56820 Top = 308 21 21 Width = 114 22 22 Anchors = [akRight, akBottom] … … 27 27 end 28 28 object ButtonCancel: TButton 29 Left = 73529 Left = 567 30 30 Height = 38 31 Top = 56831 Top = 308 32 32 Width = 114 33 33 Anchors = [akRight, akBottom] … … 39 39 object PageControl1: TPageControl 40 40 Left = 8 41 Height = 55241 Height = 292 42 42 Top = 8 43 Width = 84143 Width = 673 44 44 ActivePage = TabSheetGeneral 45 45 Align = alTop … … 51 51 object TabSheetGeneral: TTabSheet 52 52 Caption = 'General' 53 ClientHeight = 51254 ClientWidth = 83153 ClientHeight = 252 54 ClientWidth = 663 55 55 ParentFont = False 56 56 object Panel1: TPanel 57 57 Left = 0 58 Height = 51258 Height = 252 59 59 Top = 0 60 Width = 83160 Width = 663 61 61 Align = alClient 62 62 BevelOuter = bvNone 63 ClientHeight = 51264 ClientWidth = 83163 ClientHeight = 252 64 ClientWidth = 663 65 65 ParentFont = False 66 66 TabOrder = 0 … … 85 85 end 86 86 object ComboBoxTheme: TComboBox 87 Left = 17 687 Left = 178 88 88 Height = 42 89 89 Top = 72 … … 133 133 object TabSheetDebug: TTabSheet 134 134 Caption = 'Debug' 135 ClientHeight = 512136 ClientWidth = 831135 ClientHeight = 252 136 ClientWidth = 663 137 137 ParentFont = False 138 138 object Panel2: TPanel 139 139 Left = 0 140 Height = 512140 Height = 252 141 141 Top = 0 142 Width = 831142 Width = 663 143 143 Align = alClient 144 144 BevelOuter = bvNone 145 ClientHeight = 512146 ClientWidth = 831145 ClientHeight = 252 146 ClientWidth = 663 147 147 ParentFont = False 148 148 TabOrder = 0 … … 151 151 Height = 24 152 152 Top = 32 153 Width = 799153 Width = 631 154 154 Anchors = [akTop, akLeft, akRight] 155 155 AutoSize = False … … 203 203 Height = 26 204 204 Top = 136 205 Width = 803205 Width = 635 206 206 Anchors = [akTop, akLeft, akRight] 207 207 AutoSize = False
Note:
See TracChangeset
for help on using the changeset viewer.