source: branches/zoom/LocalPlayer/Battle.lfm

Last change on this file was 717, checked in by chronos, 5 weeks ago

Merged revision(s) 705-716 from trunk:

  • Fixed: Subversion properties.
  • Fixed: Better start screen location calculation for lower than 800x600 resolutions to make visible entire window.
  • Fixed: Memory overflow in minimap drawing with some higher DPI settings.
  • Fixed: Crashes with mini map drawing in Start screen with some DPI resolutions.
  • Added: Enter key confirms battle dialog window.
  • Fixed: Potential battle dialog drawing issue.
  • Modified: Code cleanup.
  • Fixed: Disable auto selection of input text in message dialog.
  • Fixed: Edit boxes to have black background and blue selection.
  • Fixed: Automatically create Saved and Maps user data directories if they don't exist yet.
  • Modified: Code cleanup.
  • Fixed: Wrong unit models opened after click on Military report foreign units.
  • Modified: Do not store .png file extension in graphics names in book files. This is for compatibility with older C-evo versions.
  • Fixed: Support both books with graphics name with and without .png file extensions.
File size: 901 bytes
Line 
1object BattleDlg: TBattleDlg
2 Left = 246
3 Height = 288
4 Top = 122
5 Width = 300
6 BorderIcons = []
7 BorderStyle = bsNone
8 ClientHeight = 288
9 ClientWidth = 300
10 Color = clBtnFace
11 DesignTimePPI = 144
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 FormStyle = fsStayOnTop
16 OnCreate = FormCreate
17 OnDeactivate = FormDeactivate
18 OnDestroy = FormDestroy
19 OnKeyDown = FormKeyDown
20 OnMouseDown = FormMouseDown
21 OnPaint = FormPaint
22 OnShow = FormShow
23 LCLVersion = '2.0.12.0'
24 Scaled = False
25 object OKBtn: TButtonA
26 Left = 46
27 Height = 25
28 Top = 251
29 Width = 100
30 Down = False
31 Permanent = False
32 OnClick = OKBtnClick
33 end
34 object CancelBtn: TButtonA
35 Left = 154
36 Height = 25
37 Top = 251
38 Width = 100
39 Down = False
40 Permanent = False
41 OnClick = CancelBtnClick
42 end
43end
Note: See TracBrowser for help on using the repository browser.