mirror of
https://github.com/mrfluffy-dev/Delphi-Projects.git
synced 2026-01-17 05:40:33 +00:00
Delphi pat
This commit is contained in:
51
V-0.2/UserPage_u.dfm
Normal file
51
V-0.2/UserPage_u.dfm
Normal file
@@ -0,0 +1,51 @@
|
||||
object frmUserPage: TfrmUserPage
|
||||
Left = 0
|
||||
Top = 0
|
||||
Caption = 'User Page'
|
||||
ClientHeight = 533
|
||||
ClientWidth = 772
|
||||
Color = clDefault
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
Menu = MainMenu1
|
||||
OldCreateOrder = False
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object caleUser: TCalendar
|
||||
Left = 8
|
||||
Top = 8
|
||||
Width = 296
|
||||
Height = 264
|
||||
StartOfWeek = 0
|
||||
TabOrder = 0
|
||||
end
|
||||
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 = 1
|
||||
Zoom = 100
|
||||
end
|
||||
object MainMenu1: TMainMenu
|
||||
Left = 8
|
||||
Top = 288
|
||||
object Logout1: TMenuItem
|
||||
Caption = 'Logout'
|
||||
OnClick = Logout1Click
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user