delphimvcframework/lib/swagdoc/Demos/GenerateUnitFileForMVCFramework/Sample.Main.fmx

87 lines
2.4 KiB
Plaintext
Raw Normal View History

2019-09-25 14:54:02 +02:00
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Sample Api with Documentation Swagger using SwagDoc'
ClientHeight = 685
ClientWidth = 605
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object TabControl1: TTabControl
Align = Bottom
Position.Y = 40.000000000000000000
Size.Width = 605.000000000000000000
Size.Height = 645.000000000000000000
Size.PlatformDefault = False
TabIndex = 1
TabOrder = 2
TabPosition = PlatformDefault
Sizes = (
605s
619s
605s
619s)
object TabItem1: TTabItem
CustomIcon = <
item
end>
IsSelected = False
Size.Width = 98.000000000000000000
Size.Height = 26.000000000000000000
Size.PlatformDefault = False
StyleLookup = ''
TabOrder = 0
Text = 'Swagger JSON'
ExplicitSize.cx = 98.000000000000000000
ExplicitSize.cy = 26.000000000000000000
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Client
Size.Width = 605.000000000000000000
Size.Height = 619.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Viewport.Width = 601.000000000000000000
Viewport.Height = 615.000000000000000000
end
end
object TabItem2: TTabItem
CustomIcon = <
item
end>
IsSelected = True
Size.Width = 89.000000000000000000
Size.Height = 26.000000000000000000
Size.PlatformDefault = False
StyleLookup = ''
TabOrder = 0
Text = 'Delphi Client'
ExplicitSize.cx = 136.000000000000000000
ExplicitSize.cy = 26.000000000000000000
object Memo2: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Client
Size.Width = 605.000000000000000000
Size.Height = 619.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Viewport.Width = 601.000000000000000000
Viewport.Height = 615.000000000000000000
end
end
end
object btnGenerateClient: TButton
Position.X = 24.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 121.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Text = 'Generate Client'
OnClick = btnGenerateClientClick
end
end