mirror of
https://github.com/mrfluffy-dev/Delphi-Projects.git
synced 2026-01-16 21:30:33 +00:00
17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
object frmAdminLogin: TfrmAdminLogin
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'frmAdminLogin'
|
|
ClientHeight = 385
|
|
ClientWidth = 768
|
|
Color = clDefault
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|