object Form1: TForm1 Left = 169 Top = 68 Width = 782 Height = 597 Caption = 'NiceChart Demo - priyatna.org' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] OldCreateOrder = True Position = poDesktopCenter OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 766 558) PixelsPerInch = 96 TextHeight = 15 object Label1: TLabel Left = 16 Top = 535 Width = 34 Height = 15 Anchors = [akLeft, akBottom] Caption = 'Label1' end object Button1: TButton Left = 8 Top = 9 Width = 105 Height = 25 Caption = 'Monochrome' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 120 Top = 9 Width = 105 Height = 25 Caption = 'Save to WMF' TabOrder = 1 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 240 Top = 12 Width = 96 Height = 19 Caption = 'Thick axis lines' Checked = True State = cbChecked TabOrder = 2 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 350 Top = 12 Width = 80 Height = 19 Caption = 'Show x grid' TabOrder = 3 OnClick = CheckBox2Click end object CheckBox3: TCheckBox Left = 443 Top = 12 Width = 80 Height = 19 Caption = 'Show y grid' Checked = True State = cbChecked TabOrder = 4 OnClick = CheckBox3Click end object CheckBox4: TCheckBox Left = 534 Top = 12 Width = 101 Height = 19 Caption = 'Show x axis line' TabOrder = 5 OnClick = CheckBox4Click end end