You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

120 lines
2.4 KiB

object frmCharge: TfrmCharge
Left = 0
Top = 0
Caption = 'Charge'
ClientHeight = 387
ClientWidth = 824
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
Position = poScreenCenter
WindowState = wsMaximized
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object StatusBar: TStatusBar
Left = 0
Top = 368
Width = 824
Height = 19
Panels = <
item
Width = 200
end
item
Width = 500
end
item
Width = 50
end>
end
object DBImage: TDBImage
Left = 0
Top = 73
Width = 824
Height = 295
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Align = alClient
BorderStyle = bsNone
DataField = 'BL_LOGOMARCA'
DataSource = dtmSystem.dtsEmpresa
TabOrder = 1
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 824
Height = 73
ButtonHeight = 70
Caption = 'ToolBar1'
TabOrder = 2
object SpeedButton2: TSpeedButton
Left = 0
Top = 0
Width = 70
Height = 70
end
object SpeedButton1: TSpeedButton
Left = 70
Top = 0
Width = 70
Height = 70
end
end
object MainMenu: TMainMenu
Left = 16
Top = 80
object Cadastro1: TMenuItem
Caption = 'Cadastro'
object Grupos1: TMenuItem
Caption = 'Grupos'
OnClick = Grupos1Click
end
object Usuarios1: TMenuItem
Caption = 'Usu'#225'rios'
OnClick = Usuarios1Click
end
object N2: TMenuItem
Caption = '-'
end
object Empresa1: TMenuItem
Caption = 'Empresa'
OnClick = Empresa1Click
end
object EstadoseCidades1: TMenuItem
Caption = 'Estados e Cidades'
OnClick = EstadoseCidades1Click
end
object N1: TMenuItem
Caption = '-'
end
object Sair1: TMenuItem
Caption = 'Sair'
OnClick = Sair1Click
end
end
object Movimento1: TMenuItem
Caption = 'Movimento'
end
object Relatrios1: TMenuItem
Caption = 'Relat'#243'rios'
end
object Ajuda1: TMenuItem
Caption = 'Ajuda'
end
end
object tmrLogin: TTimer
OnTimer = tmrLoginTimer
Left = 64
Top = 80
end
end