Changeset 195 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- May 15, 2018, 4:30:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r145 r195 10 10 Constraints.MinHeight = 327 11 11 Constraints.MinWidth = 554 12 DesignTimePPI = 120 12 13 OnCreate = FormCreate 13 14 OnShow = FormShow 14 15 Position = poMainFormCenter 15 LCLVersion = '1.8. 0.4'16 LCLVersion = '1.8.2.0' 16 17 object ButtonOk: TButton 17 18 Left = 444 … … 47 48 object TabSheetGeneral: TTabSheet 48 49 Caption = 'General' 49 ClientHeight = 2 2050 ClientWidth = 5 4050 ClientHeight = 231 51 ClientWidth = 538 51 52 object Label2: TLabel 52 Left = 2 753 Height = 2 653 Left = 20 54 Height = 20 54 55 Top = 78 55 Width = 1 5056 Width = 116 56 57 Caption = 'Animation speed:' 57 58 ParentColor = False … … 59 60 object SpinEditAnimSpeed: TSpinEdit 60 61 Left = 232 61 Height = 3662 Height = 28 62 63 Top = 72 63 64 Width = 122 … … 66 67 object Label3: TLabel 67 68 Left = 368 68 Height = 2 669 Height = 20 69 70 Top = 82 70 Width = 1 571 Width = 12 71 72 Caption = '%' 72 73 ParentColor = False 73 74 end 74 75 object CheckBoxAutoSaveTurn: TCheckBox 75 Left = 876 Left = 20 76 77 Height = 27 77 78 Top = 112 78 Width = 58 679 Width = 584 79 80 Anchors = [akTop, akLeft, akRight] 80 81 AutoSize = False … … 84 85 object Label1: TLabel 85 86 Left = 20 86 Height = 2 687 Height = 20 87 88 Top = 26 88 Width = 8889 Width = 68 89 90 Caption = 'Language:' 90 91 ParentColor = False … … 92 93 object ComboBoxLanguage: TComboBox 93 94 Left = 178 94 Height = 4095 Height = 28 95 96 Top = 24 96 97 Width = 196 97 ItemHeight = 098 ItemHeight = 20 98 99 Style = csDropDownList 99 100 TabOrder = 2 101 end 102 object CheckBoxReopenLastFile: TCheckBox 103 Left = 20 104 Height = 24 105 Top = 152 106 Width = 198 107 Caption = 'Reopen last game on start' 108 TabOrder = 3 100 109 end 101 110 end
Note:
See TracChangeset
for help on using the changeset viewer.