source: tags/1.4.0/Packages/Common/Forms/FormItem.lfm

Last change on this file was 401, checked in by chronos, 15 months ago

Merged revision(s) 396-400 from trunk:

  • Fixed: Charts form chart was not drawn on the initial show.
  • Fixed: Run Randomize only once at startup.
  • Fixed: Store current state of RandSeed to game save.
  • Fixed: Load/store RandSeed as its Cardinal type instead of Integer.
  • Modified: Maximum number of player set to 12.
  • Fixed: Standard yellow color is too bright and not readable with white text. Used darker yellow instead.
  • Fixed: Integrity checks for id references loaded from game file.
  • Fixed: Wrong players and units id recalculation during game save causing bad references.
  • Modified: Set new created players as computer.
  • Fixed: Scale charts line width.
  • Fixed: Item form made bigger to avoid showing scrollbars.
  • Fixed: Item form string control made shorter.
File size: 908 bytes
Line 
1object FormItem: TFormItem
2 Left = 441
3 Height = 446
4 Top = 395
5 Width = 577
6 Caption = 'Item'
7 ClientHeight = 446
8 ClientWidth = 577
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 LCLVersion = '3.6.0.0'
13 object ButtonOk: TButton
14 Left = 332
15 Height = 38
16 Top = 402
17 Width = 113
18 Anchors = [akRight, akBottom]
19 Caption = 'OK'
20 ModalResult = 1
21 ParentFont = False
22 TabOrder = 0
23 OnClick = ButtonOkClick
24 end
25 object ButtonCancel: TButton
26 Left = 456
27 Height = 38
28 Top = 402
29 Width = 113
30 Anchors = [akRight, akBottom]
31 Caption = 'Cancel'
32 ModalResult = 2
33 ParentFont = False
34 TabOrder = 1
35 end
36 object ScrollBox1: TScrollBox
37 Left = 8
38 Height = 383
39 Top = 8
40 Width = 561
41 HorzScrollBar.Page = 1
42 VertScrollBar.Page = 1
43 Anchors = [akTop, akLeft, akRight, akBottom]
44 TabOrder = 2
45 end
46end
Note: See TracBrowser for help on using the repository browser.