You've already forked lazarus-ccr
56 lines
1.0 KiB
Plaintext
56 lines
1.0 KiB
Plaintext
![]() |
object Form1: TForm1
|
||
|
Left = 169
|
||
|
Top = 68
|
||
|
Width = 778
|
||
|
Height = 596
|
||
|
Caption = 'NiceChart Demo - priyatna.org'
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
OldCreateOrder = False
|
||
|
Position = poDesktopCenter
|
||
|
OnCreate = FormCreate
|
||
|
OnDestroy = FormDestroy
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
object Label1: TLabel
|
||
|
Left = 376
|
||
|
Top = 15
|
||
|
Width = 32
|
||
|
Height = 13
|
||
|
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
|
||
|
end
|