Changeset 206 for trunk/Forms
- Timestamp:
- May 21, 2018, 2:50:02 PM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.lfm
r203 r206 1 1 object FormClient: TFormClient 2 Left = 6622 Left = 528 3 3 Height = 621 4 Top = 4134 Top = 280 5 5 Width = 775 6 6 Caption = 'Client' 7 7 ClientHeight = 621 8 8 ClientWidth = 775 9 DesignTimePPI = 1 449 DesignTimePPI = 120 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 17 17 object StatusBar1: TStatusBar 18 18 Left = 0 19 Height = 3020 Top = 59 119 Height = 28 20 Top = 593 21 21 Width = 775 22 22 Panels = < … … 34 34 object ToolBar1: TToolBar 35 35 Left = 0 36 Height = 59 136 Height = 593 37 37 Top = 0 38 38 Width = 32 … … 75 75 object PaintBox1: TPaintBox 76 76 Left = 32 77 Height = 59 177 Height = 593 78 78 Top = 0 79 79 Width = 743 -
trunk/Forms/UFormClient.pas
r205 r206 217 217 Caption := NewCaption; 218 218 Drawing := False; 219 AGameEndTurn.Enabled := Core.Game.Running;220 219 end; 221 220 end; … … 299 298 TimerPeriod := 0; 300 299 LastTimerTime := Now; 300 Core.CoolTranslator1.TranslateComponentRecursive(Self); 301 301 end; 302 302 -
trunk/Forms/UFormMain.lfm
r203 r206 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 5 877 ClientHeight = 596 8 8 ClientWidth = 775 9 DesignTimePPI = 1 449 DesignTimePPI = 120 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 77 77 object PanelMain: TPanel 78 78 Left = 0 79 Height = 5 4779 Height = 556 80 80 Top = 40 81 81 Width = 775 … … 92 92 object MenuItem2: TMenuItem 93 93 Action = Core.AGameNew 94 Caption = 'New...'95 94 end 96 95 object MenuItem3: TMenuItem … … 108 107 object MenuItem15: TMenuItem 109 108 Action = Core.AGameSave 110 ShortCut = 16467111 109 end 112 110 object MenuItem29: TMenuItem 113 111 Action = Core.AGameSaveAs 114 Caption = 'Save as'115 ShortCut = 24659116 112 end 117 113 object MenuItem5: TMenuItem … … 177 173 object MenuItem23: TMenuItem 178 174 Action = Core.AHelp 175 end 176 object MenuItem4: TMenuItem 177 Action = Core.AShowKeyShortcuts 179 178 end 180 179 object MenuItem17: TMenuItem -
trunk/Forms/UFormMain.pas
r203 r206 44 44 MenuItem28: TMenuItem; 45 45 MenuItem29: TMenuItem; 46 MenuItem4: TMenuItem; 46 47 MenuItemLoadRecent: TMenuItem; 47 48 MenuItem3: TMenuItem;
Note:
See TracChangeset
for help on using the changeset viewer.