You've already forked lazarus-ccr
51 lines
938 B
Plaintext
51 lines
938 B
Plaintext
![]() |
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 = '2.3.0.0'
|
||
|
object Label1: TLabel
|
||
|
Left = 352
|
||
|
Height = 15
|
||
|
Top = 14
|
||
|
Width = 34
|
||
|
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 WMF'
|
||
|
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
|
||
|
end
|