delphimvcframework/lib/swagdoc/Demos/LoadSwaggerJsonToObject/frmLoadSwaggerJson.dfm

48 lines
995 B
Plaintext
Raw Normal View History

2019-09-25 14:54:02 +02:00
object frmSimpleSwaggerDocDemo: TfrmSimpleSwaggerDocDemo
Left = 0
Top = 0
Caption = 'Load Swagger.json to SwagDoc'
ClientHeight = 214
ClientWidth = 876
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lblApiDescription: TLabel
Left = 102
Top = 8
Width = 6
Height = 25
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Memo1: TMemo
Left = 0
Top = 39
Width = 876
Height = 175
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
ScrollBars = ssBoth
TabOrder = 0
end
object btnLoadJSON: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Load JSON'
TabOrder = 1
OnClick = btnLoadJSONClick
end
end