object FormCharts: TFormCharts Left = 562 Height = 709 Top = 333 Width = 944 Caption = 'Charts' ClientHeight = 709 ClientWidth = 944 DesignTimePPI = 120 OnClose = FormClose OnShow = FormShow LCLVersion = '2.0.0.4' object Chart1: TChart Left = 8 Height = 648 Top = 56 Width = 932 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 = 24 Height = 28 Top = 8 Width = 392 ItemHeight = 20 ItemIndex = 0 Items.Strings = ( 'Occupied cells' 'Military power' 'Discovered cells' 'Cities count' ) OnChange = ComboBox1Change Style = csDropDownList TabOrder = 1 Text = 'Occupied cells' end end