mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Create main.dfm
This commit is contained in:
52
wrappers/Delphi/main.dfm
Normal file
52
wrappers/Delphi/main.dfm
Normal file
@@ -0,0 +1,52 @@
|
||||
object MainForm: TMainForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
Caption = 'CoolProp Demo'
|
||||
ClientHeight = 372
|
||||
ClientWidth = 595
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
OnActivate = FormActivate
|
||||
OnCreate = FormCreate
|
||||
DesignSize = (
|
||||
595
|
||||
372)
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object PaintBox1: TPaintBox
|
||||
Left = 175
|
||||
Top = 8
|
||||
Width = 412
|
||||
Height = 333
|
||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||
OnMouseMove = PaintBox1MouseMove
|
||||
OnPaint = PaintBox1Paint
|
||||
ExplicitWidth = 361
|
||||
ExplicitHeight = 321
|
||||
end
|
||||
object ListBox1: TListBox
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 161
|
||||
Height = 356
|
||||
Anchors = [akLeft, akTop, akBottom]
|
||||
ItemHeight = 13
|
||||
TabOrder = 0
|
||||
OnClick = ListBox1Click
|
||||
ExplicitHeight = 344
|
||||
end
|
||||
object StaticText1: TStaticText
|
||||
Left = 175
|
||||
Top = 347
|
||||
Width = 412
|
||||
Height = 17
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
Caption = 'Chart position...'
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user