mirror of
https://github.com/mrfluffy-dev/Delphi-Projects.git
synced 2026-01-17 05:40:33 +00:00
V-0.6
This commit is contained in:
77
V-0.6/UserPage_u.dfm
Normal file
77
V-0.6/UserPage_u.dfm
Normal file
@@ -0,0 +1,77 @@
|
||||
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 redtGoles: TRichEdit
|
||||
Left = 310
|
||||
Top = 8
|
||||
Width = 454
|
||||
Height = 264
|
||||
Font.Charset = ANSI_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
Zoom = 100
|
||||
end
|
||||
object caleUser: TCalendar
|
||||
Left = 7
|
||||
Top = 8
|
||||
Width = 297
|
||||
Height = 264
|
||||
StartOfWeek = 0
|
||||
TabOrder = 1
|
||||
OnChange = caleUserChange
|
||||
end
|
||||
object Panel1: TPanel
|
||||
Left = 8
|
||||
Top = 288
|
||||
Width = 296
|
||||
Height = 65
|
||||
Caption = 'Panel1'
|
||||
TabOrder = 2
|
||||
object btnClockIn: TButton
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 137
|
||||
Height = 65
|
||||
Caption = 'Clock In'
|
||||
TabOrder = 0
|
||||
OnClick = btnClockInClick
|
||||
end
|
||||
object btnClockOut: TButton
|
||||
Left = 160
|
||||
Top = 0
|
||||
Width = 137
|
||||
Height = 65
|
||||
Caption = 'Clock Out'
|
||||
TabOrder = 1
|
||||
OnClick = btnClockOutClick
|
||||
end
|
||||
end
|
||||
object MainMenu1: TMainMenu
|
||||
Left = 8
|
||||
Top = 368
|
||||
object Logout1: TMenuItem
|
||||
Caption = 'Logout'
|
||||
OnClick = Logout1Click
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user