Changeset 388 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Jan 4, 2025, 11:08:13 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormSettings.lfm
r386 r388 1 1 object FormSettings: TFormSettings 2 2 Left = 545 3 Height = 3533 Height = 426 4 4 Top = 203 5 Width = 6 895 Width = 614 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Settings' 8 ClientHeight = 3539 ClientWidth = 6 898 ClientHeight = 426 9 ClientWidth = 614 10 10 Constraints.MinHeight = 200 11 11 Constraints.MinWidth = 300 … … 16 16 LCLVersion = '3.6.0.0' 17 17 object ButtonOk: TButton 18 Left = 44018 Left = 365 19 19 Height = 38 20 Top = 3 0820 Top = 381 21 21 Width = 114 22 22 Anchors = [akRight, akBottom] … … 27 27 end 28 28 object ButtonCancel: TButton 29 Left = 56729 Left = 492 30 30 Height = 38 31 Top = 3 0831 Top = 381 32 32 Width = 114 33 33 Anchors = [akRight, akBottom] … … 39 39 object PageControl1: TPageControl 40 40 Left = 8 41 Height = 29241 Height = 365 42 42 Top = 8 43 Width = 67343 Width = 598 44 44 ActivePage = TabSheetGeneral 45 45 Align = alTop … … 51 51 object TabSheetGeneral: TTabSheet 52 52 Caption = 'General' 53 ClientHeight = 25254 ClientWidth = 66353 ClientHeight = 325 54 ClientWidth = 588 55 55 ParentFont = False 56 object Panel1: TPanel56 object ScrollBoxGeneral: TScrollBox 57 57 Left = 0 58 Height = 25258 Height = 325 59 59 Top = 0 60 Width = 663 60 Width = 588 61 HorzScrollBar.Page = 383 62 VertScrollBar.Page = 163 61 63 Align = alClient 62 BevelOuter = bvNone 63 ClientHeight = 252 64 ClientWidth = 663 64 ClientHeight = 323 65 ClientWidth = 586 65 66 ParentFont = False 66 67 TabOrder = 0 … … 133 134 object TabSheetDebug: TTabSheet 134 135 Caption = 'Debug' 135 ClientHeight = 252136 ClientWidth = 663136 ClientHeight = 325 137 ClientWidth = 588 137 138 ParentFont = False 138 object Panel2: TPanel139 object ScrollBoxDebug: TScrollBox 139 140 Left = 0 140 Height = 252141 Height = 325 141 142 Top = 0 142 Width = 663 143 Width = 588 144 HorzScrollBar.Page = 322 145 VertScrollBar.Page = 162 143 146 Align = alClient 144 BevelOuter = bvNone 145 ClientHeight = 252 146 ClientWidth = 663 147 ClientHeight = 321 148 ClientWidth = 584 147 149 ParentFont = False 148 150 TabOrder = 0 … … 151 153 Height = 24 152 154 Top = 32 153 Width = 631155 Width = 552 154 156 Anchors = [akTop, akLeft, akRight] 155 157 AutoSize = False … … 170 172 object SpinEditX: TSpinEdit 171 173 Left = 104 172 Height = 43174 Height = 34 173 175 Top = 64 174 176 Width = 96 … … 190 192 object SpinEditY: TSpinEdit 191 193 Left = 232 192 Height = 43194 Height = 34 193 195 Top = 64 194 196 Width = 90 … … 203 205 Height = 26 204 206 Top = 136 205 Width = 635207 Width = 556 206 208 Anchors = [akTop, akLeft, akRight] 207 209 AutoSize = False
Note:
See TracChangeset
for help on using the changeset viewer.