Files

81 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

object Form1: TForm1
Left = 194
Height = 596
Top = 111
Width = 778
Caption = 'NiceChart Demo - priyatna.org'
ClientHeight = 596
ClientWidth = 778
Color = clBtnFace
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poDesktopCenter
LCLVersion = '3.99.0.0'
object Label1: TLabel
Left = 16
Height = 15
Top = 573
Width = 34
Anchors = [akLeft, akBottom]
Caption = 'Label1'
end
object Button1: TButton
Left = 8
Height = 25
Top = 9
Width = 105
Caption = 'Monochrome'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 120
Height = 25
Top = 9
Width = 105
Caption = 'Save to BMP'
OnClick = Button2Click
TabOrder = 1
end
object CheckBox1: TCheckBox
Left = 240
Height = 19
Top = 12
Width = 96
Caption = 'Thick axis lines'
Checked = True
OnClick = CheckBox1Click
State = cbChecked
TabOrder = 2
end
object CheckBox2: TCheckBox
Left = 350
Height = 19
Top = 12
Width = 80
Caption = 'Show x grid'
OnClick = CheckBox2Click
TabOrder = 3
end
object CheckBox3: TCheckBox
Left = 443
Height = 19
Top = 12
Width = 80
Caption = 'Show y grid'
Checked = True
OnClick = CheckBox3Click
State = cbChecked
TabOrder = 4
end
object CheckBox4: TCheckBox
Left = 534
Height = 19
Top = 12
Width = 101
Caption = 'Show x axis line'
OnClick = CheckBox4Click
TabOrder = 5
end
end