Changeset 145 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- Nov 12, 2017, 1:47:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r107 r145 13 13 OnShow = FormShow 14 14 Position = poMainFormCenter 15 LCLVersion = '1. 4.4.0'15 LCLVersion = '1.8.0.4' 16 16 object ButtonOk: TButton 17 17 Left = 444 … … 47 47 object TabSheetGeneral: TTabSheet 48 48 Caption = 'General' 49 ClientHeight = 22 650 ClientWidth = 5 3849 ClientHeight = 220 50 ClientWidth = 540 51 51 object Label2: TLabel 52 52 Left = 27 53 Height = 2 553 Height = 26 54 54 Top = 78 55 Width = 1 3955 Width = 150 56 56 Caption = 'Animation speed:' 57 57 ParentColor = False … … 59 59 object SpinEditAnimSpeed: TSpinEdit 60 60 Left = 232 61 Height = 3 361 Height = 36 62 62 Top = 72 63 63 Width = 122 … … 66 66 object Label3: TLabel 67 67 Left = 368 68 Height = 2 568 Height = 26 69 69 Top = 82 70 70 Width = 15 … … 72 72 ParentColor = False 73 73 end 74 object CheckBox 1: TCheckBox74 object CheckBoxAutoSaveTurn: TCheckBox 75 75 Left = 8 76 76 Height = 27 77 77 Top = 112 78 Width = 58 478 Width = 586 79 79 Anchors = [akTop, akLeft, akRight] 80 80 AutoSize = False … … 84 84 object Label1: TLabel 85 85 Left = 20 86 Height = 2 586 Height = 26 87 87 Top = 26 88 Width = 8 188 Width = 88 89 89 Caption = 'Language:' 90 90 ParentColor = False … … 92 92 object ComboBoxLanguage: TComboBox 93 93 Left = 178 94 Height = 3394 Height = 40 95 95 Top = 24 96 96 Width = 196 97 ItemHeight = 2597 ItemHeight = 0 98 98 Style = csDropDownList 99 99 TabOrder = 2 … … 102 102 object TabSheetDebug: TTabSheet 103 103 Caption = 'Debug' 104 ClientHeight = 22 6105 ClientWidth = 5 38104 ClientHeight = 220 105 ClientWidth = 540 106 106 object CheckBoxDevelMode: TCheckBox 107 107 Left = 16
Note:
See TracChangeset
for help on using the changeset viewer.