object FormCharts: TFormCharts Left = 808 Height = 709 Top = 365 Width = 944 Caption = 'Charts' ClientHeight = 709 ClientWidth = 944 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.4.0.0' object Chart1: TChart Left = 10 Height = 636 Top = 67 Width = 929 AxisList = < item Marks.LabelBrush.Style = bsClear Minors = <> Title.LabelFont.Orientation = 900 Title.LabelBrush.Style = bsClear end item Alignment = calBottom Marks.LabelBrush.Style = bsClear Minors = <> Title.LabelBrush.Style = bsClear end> Foot.Brush.Color = clBtnFace Foot.Font.Color = clBlue Title.Brush.Color = clBtnFace Title.Font.Color = clBlue Title.Text.Strings = ( 'TAChart' ) Anchors = [akTop, akLeft, akRight, akBottom] end object ComboBox1: TComboBox Left = 29 Height = 38 Top = 10 Width = 470 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Occupied cells' 'Military power' 'Discovered cells' 'Cities count' ) Style = csDropDownList TabOrder = 1 Text = 'Occupied cells' OnChange = ComboBox1Change end end