-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuprincipal.lfm
More file actions
63 lines (63 loc) · 1.31 KB
/
Copy pathuprincipal.lfm
File metadata and controls
63 lines (63 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
object FrmPrincipal: TFrmPrincipal
Left = 453
Height = 545
Top = 202
Width = 693
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Financeiro'
ClientHeight = 525
ClientWidth = 693
Color = clSilver
Menu = MainMenu1
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.2.0'
object stb_Principal: TStatusBar
Left = 0
Height = 23
Top = 502
Width = 693
Font.Color = clAppWorkspace
Panels = <
item
Width = 500
end
item
Width = 50
end>
ParentFont = False
SimplePanel = False
end
object MainMenu1: TMainMenu
left = 104
top = 16
object MenuItem1: TMenuItem
Caption = 'Cadastros'
object MenuItem3: TMenuItem
Caption = 'Clientes'
ShortCut = 16451
OnClick = MenuItem3Click
end
end
object MenuItem5: TMenuItem
Caption = 'Lançamentos'
object MenuItem6: TMenuItem
Caption = 'Distribuição dos Clientes'
OnClick = MenuItem6Click
end
end
object MenuItem2: TMenuItem
Caption = 'Relatórios'
object MenuItem4: TMenuItem
Caption = 'Clientes'
OnClick = MenuItem4Click
end
end
end
object Timer1: TTimer
OnTimer = Timer1Timer
left = 24
top = 16
end
end