Files
Delphi-Projects/V-0.5/UserPage_u.dfm
zastian00@gmail.com b324fd8704 V-0.5
2019-08-06 02:27:47 +02:00

52 lines
1016 B
Plaintext

object frmUserPage: TfrmUserPage
Left = 0
Top = 0
Caption = 'User Page'
ClientHeight = 519
ClientWidth = 777
Color = clDefault
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RichEdit1: TRichEdit
Left = 310
Top = 8
Width = 454
Height = 264
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Lines.Strings = (
'RichEdit1')
ParentFont = False
TabOrder = 0
Zoom = 100
end
object caleUser: TCalendar
Left = 7
Top = 8
Width = 297
Height = 264
StartOfWeek = 0
TabOrder = 1
end
object MainMenu1: TMainMenu
Top = 504
object Logout1: TMenuItem
Caption = 'Logout'
OnClick = Logout1Click
end
end
end