delphimvcframework/samples/winecellarclient/MainFormU.dfm

47 lines
995 B
Plaintext
Raw Normal View History

2013-10-29 16:51:16 +01:00
object Form5: TForm5
Left = 0
Top = 0
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'DMVCFramework RESTClient'
ClientHeight = 425
ClientWidth = 713
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
713
425)
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'WineList'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 8
Top = 39
Width = 697
Height = 377
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
ExplicitWidth = 511
ExplicitHeight = 196
end
end