Changeset 107 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Feb 17, 2016, 1:17:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r99 r107 1 1 object FormSettings: TFormSettings 2 2 Left = 404 3 Height = 5634 Top = 3385 Width = 7003 Height = 327 4 Top = 574 5 Width = 554 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Settings' 8 ClientHeight = 563 9 ClientWidth = 700 8 ClientHeight = 327 9 ClientWidth = 554 10 Constraints.MinHeight = 327 11 Constraints.MinWidth = 554 10 12 OnCreate = FormCreate 11 13 OnShow = FormShow 12 14 Position = poMainFormCenter 13 LCLVersion = '1. 3'15 LCLVersion = '1.4.4.0' 14 16 object ButtonOk: TButton 15 Left = 59017 Left = 444 16 18 Height = 25 17 Top = 52019 Top = 284 18 20 Width = 75 19 21 Anchors = [akRight, akBottom] … … 23 25 end 24 26 object ButtonCancel: TButton 25 Left = 46827 Left = 322 26 28 Height = 25 27 Top = 52029 Top = 284 28 30 Width = 75 29 31 Anchors = [akRight, akBottom] … … 34 36 object PageControl1: TPageControl 35 37 Left = 4 36 Height = 50038 Height = 264 37 39 Top = 4 38 Width = 69239 ActivePage = TabSheet Debug40 Width = 546 41 ActivePage = TabSheetGeneral 40 42 Align = alTop 41 43 Anchors = [akTop, akLeft, akRight, akBottom] 42 44 BorderSpacing.Around = 4 43 TabIndex = 145 TabIndex = 0 44 46 TabOrder = 2 45 47 object TabSheetGeneral: TTabSheet 46 48 Caption = 'General' 47 ClientHeight = 46048 ClientWidth = 68649 ClientHeight = 226 50 ClientWidth = 538 49 51 object Label2: TLabel 50 52 Left = 27 51 Height = 2 253 Height = 25 52 54 Top = 78 53 Width = 1 4555 Width = 139 54 56 Caption = 'Animation speed:' 55 57 ParentColor = False … … 57 59 object SpinEditAnimSpeed: TSpinEdit 58 60 Left = 232 59 Height = 3 261 Height = 33 60 62 Top = 72 61 63 Width = 122 … … 64 66 object Label3: TLabel 65 67 Left = 368 66 Height = 2 268 Height = 25 67 69 Top = 82 68 70 Width = 15 … … 74 76 Height = 27 75 77 Top = 112 76 Width = 73278 Width = 584 77 79 Anchors = [akTop, akLeft, akRight] 78 80 AutoSize = False … … 82 84 object Label1: TLabel 83 85 Left = 20 84 Height = 2 286 Height = 25 85 87 Top = 26 86 Width = 8 588 Width = 81 87 89 Caption = 'Language:' 88 90 ParentColor = False … … 90 92 object ComboBoxLanguage: TComboBox 91 93 Left = 178 92 Height = 3 494 Height = 33 93 95 Top = 24 94 96 Width = 196 95 ItemHeight = 097 ItemHeight = 25 96 98 Style = csDropDownList 97 99 TabOrder = 2 … … 100 102 object TabSheetDebug: TTabSheet 101 103 Caption = 'Debug' 102 ClientHeight = 460103 ClientWidth = 686104 ClientHeight = 226 105 ClientWidth = 538 104 106 object CheckBoxDevelMode: TCheckBox 105 107 Left = 16 106 108 Height = 27 107 109 Top = 136 108 Width = 660110 Width = 512 109 111 Anchors = [akTop, akLeft, akRight] 110 112 AutoSize = False … … 114 116 object Label4: TLabel 115 117 Left = 14 116 Height = 2 2118 Height = 25 117 119 Top = 67 118 Width = 3 3120 Width = 32 119 121 Caption = 'DPI:' 120 122 ParentColor = False … … 122 124 object SpinEditX: TSpinEdit 123 125 Left = 104 124 Height = 3 2126 Height = 33 125 127 Top = 64 126 128 Width = 96 … … 132 134 object SpinEditY: TSpinEdit 133 135 Left = 232 134 Height = 3 2136 Height = 33 135 137 Top = 64 136 138 Width = 90 … … 142 144 object Label5: TLabel 143 145 Left = 208 144 Height = 2 2146 Height = 25 145 147 Top = 67 146 Width = 9148 Width = 8 147 149 Caption = 'x' 148 150 ParentColor = False … … 152 154 Height = 24 153 155 Top = 32 154 Width = 656156 Width = 508 155 157 Anchors = [akTop, akLeft, akRight] 156 158 AutoSize = False
Note:
See TracChangeset
for help on using the changeset viewer.