close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/Forms/UFormCharts.lfm

Last change on this file was 170, checked in by chronos, 6 years ago
  • Modified: UGeometry unit rewritten to use generics and define own TPoint and TRect types.
File size: 1.0 KB
Line 
1object FormCharts: TFormCharts
2 Left = 562
3 Height = 709
4 Top = 333
5 Width = 944
6 Caption = 'Charts'
7 ClientHeight = 709
8 ClientWidth = 944
9 OnClose = FormClose
10 OnShow = FormShow
11 LCLVersion = '1.6.4.0'
12 object Chart1: TChart
13 Left = 8
14 Height = 648
15 Top = 56
16 Width = 932
17 AxisList = <
18 item
19 Minors = <>
20 Title.LabelFont.Orientation = 900
21 end
22 item
23 Alignment = calBottom
24 Minors = <>
25 end>
26 Foot.Brush.Color = clBtnFace
27 Foot.Font.Color = clBlue
28 Title.Brush.Color = clBtnFace
29 Title.Font.Color = clBlue
30 Title.Text.Strings = (
31 'TAChart'
32 )
33 Anchors = [akTop, akLeft, akRight, akBottom]
34 end
35 object ComboBox1: TComboBox
36 Left = 24
37 Height = 28
38 Top = 8
39 Width = 392
40 ItemHeight = 20
41 ItemIndex = 0
42 Items.Strings = (
43 'Occupied cells'
44 'Military power'
45 'Discovered cells'
46 'Cities count'
47 )
48 OnChange = ComboBox1Change
49 Style = csDropDownList
50 TabOrder = 1
51 Text = 'Occupied cells'
52 end
53end
Note: See TracBrowser for help on using the repository browser.