13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
object TestChartForm: TTestChartForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Chart Test'
|
|
ClientHeight = 480
|
|
ClientWidth = 640
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
OnCreate = FormCreate
|
|
DesignerMasterStyle = 0
|
|
end
|