Add Original SDK
This commit is contained in:
29
Dinkey Pro 7.6.1/Samples/Delphi/VCL/Runtime/apitest.dfm
Normal file
29
Dinkey Pro 7.6.1/Samples/Delphi/VCL/Runtime/apitest.dfm
Normal file
@@ -0,0 +1,29 @@
|
||||
object Form1: TForm1
|
||||
Left = 386
|
||||
Top = 317
|
||||
Width = 372
|
||||
Height = 265
|
||||
Caption = 'Form1'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object Label1: TLabel
|
||||
Left = 104
|
||||
Top = 88
|
||||
Width = 146
|
||||
Height = 37
|
||||
Caption = 'It Worked!'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -32
|
||||
Font.Name = 'MS Sans Serif'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user