delphimvcframework/samples/SwaggerSampleApi/Unit2.dfm
2019-07-29 22:33:28 +10:00

35 lines
613 B
Plaintext

object Form2: TForm2
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 299
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 0
Top = 0
Width = 635
Height = 25
Align = alTop
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 0
Top = 25
Width = 635
Height = 274
Align = alClient
TabOrder = 1
end
end