Changeset 220 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Jun 10, 2018, 12:18:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r195 r220 10 10 Constraints.MinHeight = 327 11 11 Constraints.MinWidth = 554 12 DesignTimePPI = 1 2012 DesignTimePPI = 144 13 13 OnCreate = FormCreate 14 14 OnShow = FormShow … … 40 40 Top = 4 41 41 Width = 546 42 ActivePage = TabSheet General42 ActivePage = TabSheetDebug 43 43 Align = alTop 44 44 Anchors = [akTop, akLeft, akRight, akBottom] 45 45 BorderSpacing.Around = 4 46 TabIndex = 046 TabIndex = 1 47 47 TabOrder = 2 48 48 object TabSheetGeneral: TTabSheet 49 49 Caption = 'General' 50 ClientHeight = 2 3151 ClientWidth = 5 3850 ClientHeight = 220 51 ClientWidth = 540 52 52 object Label2: TLabel 53 53 Left = 20 54 Height = 2 054 Height = 26 55 55 Top = 78 56 Width = 1 1656 Width = 150 57 57 Caption = 'Animation speed:' 58 58 ParentColor = False … … 60 60 object SpinEditAnimSpeed: TSpinEdit 61 61 Left = 232 62 Height = 2862 Height = 36 63 63 Top = 72 64 64 Width = 122 … … 67 67 object Label3: TLabel 68 68 Left = 368 69 Height = 2 069 Height = 26 70 70 Top = 82 71 Width = 1 271 Width = 15 72 72 Caption = '%' 73 73 ParentColor = False … … 77 77 Height = 27 78 78 Top = 112 79 Width = 58 479 Width = 586 80 80 Anchors = [akTop, akLeft, akRight] 81 81 AutoSize = False … … 85 85 object Label1: TLabel 86 86 Left = 20 87 Height = 2 087 Height = 26 88 88 Top = 26 89 Width = 6889 Width = 88 90 90 Caption = 'Language:' 91 91 ParentColor = False … … 93 93 object ComboBoxLanguage: TComboBox 94 94 Left = 178 95 Height = 2895 Height = 40 96 96 Top = 24 97 97 Width = 196 98 ItemHeight = 2098 ItemHeight = 0 99 99 Style = csDropDownList 100 100 TabOrder = 2 … … 102 102 object CheckBoxReopenLastFile: TCheckBox 103 103 Left = 20 104 Height = 24104 Height = 30 105 105 Top = 152 106 Width = 198106 Width = 249 107 107 Caption = 'Reopen last game on start' 108 108 TabOrder = 3 … … 125 125 object Label4: TLabel 126 126 Left = 14 127 Height = 2 5127 Height = 26 128 128 Top = 67 129 Width = 3 2129 Width = 35 130 130 Caption = 'DPI:' 131 131 ParentColor = False … … 133 133 object SpinEditX: TSpinEdit 134 134 Left = 104 135 Height = 3 3135 Height = 36 136 136 Top = 64 137 137 Width = 96 … … 143 143 object SpinEditY: TSpinEdit 144 144 Left = 232 145 Height = 3 3145 Height = 36 146 146 Top = 64 147 147 Width = 90 … … 153 153 object Label5: TLabel 154 154 Left = 208 155 Height = 2 5155 Height = 26 156 156 Top = 67 157 Width = 8157 Width = 10 158 158 Caption = 'x' 159 159 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.