-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuMain.dfm
114 lines (114 loc) · 2.44 KB
/
uMain.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
object fMain: TfMain
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = 'Sistema'
ClientHeight = 476
ClientWidth = 938
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Menu = mMain
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object mMain: TMainMenu
Left = 8
Top = 8
object Cadastros1: TMenuItem
Caption = 'Registries'
object Protudos1: TMenuItem
Caption = 'Products'
OnClick = Protudos1Click
end
object Fornecedores1: TMenuItem
Caption = 'Suppliers'
Enabled = False
end
object N1: TMenuItem
Caption = '-'
end
object N2: TMenuItem
Caption = 'Customers'
end
object Fornecedores2: TMenuItem
Caption = '-'
end
object Usurios1: TMenuItem
Caption = 'Users'
end
object Usurios2: TMenuItem
Caption = 'Company'
end
end
object RelatriodeProdutosVendidos2: TMenuItem
Caption = 'Stock'
object Entrada1: TMenuItem
Caption = 'Entry'
end
object Entrada2: TMenuItem
Caption = 'Exit'
end
object N5: TMenuItem
Caption = '-'
end
object N6: TMenuItem
Caption = 'History'
end
end
object Cadastros2: TMenuItem
Caption = 'Sales'
object Nova1: TMenuItem
Caption = 'New'
end
object Editarvenda1: TMenuItem
Caption = 'Edit'
end
object N3: TMenuItem
Caption = '-'
end
end
object R1: TMenuItem
Caption = 'Reports'
object Produtos1: TMenuItem
Caption = 'Products'
end
object Produtos2: TMenuItem
Caption = 'Customers'
end
object Fornecedores3: TMenuItem
Caption = 'Suppliers'
Enabled = False
end
object Fornecedores4: TMenuItem
Caption = 'Users'
end
object N9: TMenuItem
Caption = '-'
end
object N10: TMenuItem
Caption = 'Sales'
end
object N11: TMenuItem
Caption = '-'
end
object N12: TMenuItem
Caption = 'Stock'
end
end
object teis1: TMenuItem
Caption = 'Help'
Enabled = False
object Verso2: TMenuItem
Caption = 'Backup'
end
end
end
end