-
Notifications
You must be signed in to change notification settings - Fork 2
/
uPrincipal.dfm
78 lines (78 loc) · 1.72 KB
/
uPrincipal.dfm
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
object dtmPrincipal: TdtmPrincipal
Left = 0
Top = 0
Caption = 'Menu Principal'
ClientHeight = 522
ClientWidth = 942
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = mainPrincipal
OldCreateOrder = False
Position = poScreenCenter
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object mainPrincipal: TMainMenu
BiDiMode = bdLeftToRight
OwnerDraw = True
ParentBiDiMode = False
Left = 840
Top = 152
object CADASTRO1: TMenuItem
Caption = 'CADASTRO'
object menuCliente: TMenuItem
Caption = 'CLIENTE'
end
object N1: TMenuItem
Caption = '-'
end
object menuCategoria: TMenuItem
Caption = 'CATEGORIA'
OnClick = menuCategoriaClick
end
object menuProduto: TMenuItem
Caption = 'PRODUTO'
end
object N2: TMenuItem
Caption = '-'
end
object menuFechar: TMenuItem
Caption = 'FECHAR'
OnClick = menuFecharClick
end
end
object MOVIMENTAO1: TMenuItem
Caption = 'MOVIMENTA'#199#195'O'
object VENDAS1: TMenuItem
Caption = 'VENDAS'
end
end
object RELATRIOS1: TMenuItem
Caption = 'RELAT'#211'RIOS'
object CLIENTE2: TMenuItem
Caption = 'CLIENTE'
end
object N3: TMenuItem
Caption = '-'
end
object PRODUTO1: TMenuItem
Caption = 'PRODUTO'
end
object N4: TMenuItem
Caption = '-'
end
object VENDA1: TMenuItem
Caption = 'VENDA'
end
end
object N5: TMenuItem
Caption = ' '
end
end
end