object FormCharts: TFormCharts Left = 562 Height = 709 Top = 333 Width = 944 Caption = 'Charts' ClientHeight = 709 ClientWidth = 944 OnClose = FormClose OnShow = FormShow LCLVersion = '1.6.4.0' object Chart1: TChart Left = 8 Height = 648 Top = 56 Width = 932 AxisList = < item Minors = <> Title.LabelFont.Orientation = 900 end item Alignment = calBottom Minors = <> 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 = 24 Height = 34 Top = 8 Width = 392 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'Occupied cells' 'Military power' 'Discovered cells' 'Cities count' ) OnChange = ComboBox1Change Style = csDropDownList TabOrder = 1 Text = 'Occupied cells' end end