source: trunk/Forms/FormCharts.lfm

Last change on this file was 317, checked in by chronos, 6 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Use TFormEx for all forms for code simplification.
File size: 1.2 KB
Line 
1object FormCharts: TFormCharts
2 Left = 808
3 Height = 709
4 Top = 365
5 Width = 944
6 Caption = 'Charts'
7 ClientHeight = 709
8 ClientWidth = 944
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '3.4.0.0'
12 object Chart1: TChart
13 Left = 10
14 Height = 636
15 Top = 67
16 Width = 929
17 AxisList = <
18 item
19 Marks.LabelBrush.Style = bsClear
20 Minors = <>
21 Title.LabelFont.Orientation = 900
22 Title.LabelBrush.Style = bsClear
23 end
24 item
25 Alignment = calBottom
26 Marks.LabelBrush.Style = bsClear
27 Minors = <>
28 Title.LabelBrush.Style = bsClear
29 end>
30 Foot.Brush.Color = clBtnFace
31 Foot.Font.Color = clBlue
32 Title.Brush.Color = clBtnFace
33 Title.Font.Color = clBlue
34 Title.Text.Strings = (
35 'TAChart'
36 )
37 Anchors = [akTop, akLeft, akRight, akBottom]
38 end
39 object ComboBox1: TComboBox
40 Left = 29
41 Height = 38
42 Top = 10
43 Width = 470
44 ItemHeight = 0
45 ItemIndex = 0
46 Items.Strings = (
47 'Occupied cells'
48 'Military power'
49 'Discovered cells'
50 'Cities count'
51 )
52 Style = csDropDownList
53 TabOrder = 1
54 Text = 'Occupied cells'
55 OnChange = ComboBox1Change
56 end
57end
Note: See TracBrowser for help on using the repository browser.