Files
lazarus-ccr/components/nicechart/demo/common/Unit1.dfm

54 lines
1.0 KiB
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 169
Top = 68
Caption = 'NiceChart Demo - priyatna.org'
ClientHeight = 558
ClientWidth = 766
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poDesktopCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 15
object Label1: TLabel
Left = 376
Top = 15
Width = 34
Height = 15
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