object FormCharts: TFormCharts Left = 411 Height = 592 Top = 146 Width = 798 Caption = 'Charts' ClientHeight = 592 ClientWidth = 798 Constraints.MinHeight = 120 Constraints.MinWidth = 120 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.6.0.0' object Chart1: TChart Left = 10 Height = 474 Top = 58 Width = 783 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 = 33 Top = 10 Width = 470 ItemHeight = 25 ItemIndex = 0 Items.Strings = ( 'Occupied cells' 'Military power' 'Discovered cells' 'Cities count' ) Style = csDropDownList TabOrder = 1 Text = 'Occupied cells' OnChange = ComboBox1Change end object ButtonClose: TButton Left = 670 Height = 37 Top = 542 Width = 113 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 11 TabOrder = 2 OnClick = ButtonCloseClick end end