Changeset 325 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jun 25, 2024, 11:18:40 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r317 r325 16 16 LCLVersion = '3.4.0.0' 17 17 object ButtonOk: TButton 18 Left = 7 7519 Height = 2520 Top = 5 7421 Width = 7418 Left = 735 19 Height = 38 20 Top = 568 21 Width = 114 22 22 Anchors = [akRight, akBottom] 23 23 Caption = 'Ok' … … 27 27 end 28 28 object ButtonCancel: TButton 29 Left = 6 8030 Height = 2531 Top = 5 7432 Width = 7429 Left = 600 30 Height = 38 31 Top = 568 32 Width = 114 33 33 Anchors = [akRight, akBottom] 34 34 Caption = 'Cancel' … … 39 39 object PageControl1: TPageControl 40 40 Left = 8 41 Height = 55 841 Height = 552 42 42 Top = 8 43 43 Width = 841 … … 51 51 object TabSheetGeneral: TTabSheet 52 52 Caption = 'General' 53 ClientHeight = 51 853 ClientHeight = 512 54 54 ClientWidth = 831 55 55 ParentFont = False 56 56 object Panel1: TPanel 57 57 Left = 0 58 Height = 51 858 Height = 512 59 59 Top = 0 60 60 Width = 831 61 61 Align = alClient 62 62 BevelOuter = bvNone 63 ClientHeight = 51 863 ClientHeight = 512 64 64 ClientWidth = 831 65 65 ParentFont = False … … 151 151 object TabSheetDebug: TTabSheet 152 152 Caption = 'Debug' 153 ClientHeight = 51 8153 ClientHeight = 512 154 154 ClientWidth = 831 155 155 ParentFont = False 156 156 object Panel2: TPanel 157 157 Left = 0 158 Height = 51 8158 Height = 512 159 159 Top = 0 160 160 Width = 831 161 161 Align = alClient 162 162 BevelOuter = bvNone 163 ClientHeight = 51 8163 ClientHeight = 512 164 164 ClientWidth = 831 165 165 ParentFont = False
Note:
See TracChangeset
for help on using the changeset viewer.