Changeset 77 for trunk/Forms
- Timestamp:
- Oct 5, 2014, 7:13:38 PM (10 years ago)
- Location:
- trunk/Forms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r68 r77 29 29 object Label1: TLabel 30 30 Left = 20 31 Height = 2 231 Height = 25 32 32 Top = 26 33 Width = 8033 Width = 95 34 34 Caption = 'Language:' 35 35 ParentColor = False … … 37 37 object ComboBoxLanguage: TComboBox 38 38 Left = 178 39 Height = 3 439 Height = 37 40 40 Top = 24 41 41 Width = 196 … … 46 46 object CheckBoxDevelMode: TCheckBox 47 47 Left = 16 48 Height = 2 448 Height = 27 49 49 Top = 80 50 Width = 1 5750 Width = 176 51 51 Caption = 'Developer mode' 52 52 TabOrder = 3 … … 54 54 object SpinEditAnimSpeed: TSpinEdit 55 55 Left = 184 56 Height = 3 256 Height = 35 57 57 Top = 120 58 58 Width = 122 … … 61 61 object Label2: TLabel 62 62 Left = 19 63 Height = 2 263 Height = 25 64 64 Top = 126 65 Width = 1 4065 Width = 162 66 66 Caption = 'Animation speed:' 67 67 ParentColor = False … … 69 69 object Label3: TLabel 70 70 Left = 311 71 Height = 2 271 Height = 25 72 72 Top = 128 73 Width = 1 573 Width = 17 74 74 Caption = '%' 75 75 ParentColor = False 76 76 end 77 object CheckBox1: TCheckBox 78 Left = 16 79 Height = 27 80 Top = 160 81 Width = 287 82 Caption = 'Autosave game on each turn' 83 TabOrder = 5 84 end 77 85 end -
trunk/Forms/UFormSettings.lrt
r68 r77 6 6 TFORMSETTINGS.LABEL2.CAPTION=Animation speed: 7 7 TFORMSETTINGS.LABEL3.CAPTION=% 8 TFORMSETTINGS.CHECKBOX1.CAPTION=Autosave game on each turn -
trunk/Forms/UFormSettings.pas
r68 r77 16 16 ButtonOk: TButton; 17 17 ButtonCancel: TButton; 18 CheckBox1: TCheckBox; 18 19 CheckBoxDevelMode: TCheckBox; 19 20 ComboBoxLanguage: TComboBox;
Note:
See TracChangeset
for help on using the changeset viewer.