crud-delphi/UnitFormSplash.dfm
2018-08-17 12:28:17 -03:00

39 lines
831 B
Plaintext

object FormSplash: TFormSplash
Left = 0
Top = 0
Caption = 'FormSplash'
ClientHeight = 231
ClientWidth = 505
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
WindowState = wsMaximized
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 456
Top = 184
object Cadastrar1: TMenuItem
Caption = 'Cadastrar'
object TFormCidade: TMenuItem
Caption = 'Cidade'
OnClick = mmClick
end
object TFormEstado: TMenuItem
Caption = 'Estado'
OnClick = mmClick
end
object TFormPais: TMenuItem
Caption = 'Pa'#237's'
OnClick = mmClick
end
end
end
end