forked from joseafilho/cine-tapioca
-
Notifications
You must be signed in to change notification settings - Fork 1
/
uPrincipal.dfm
99 lines (99 loc) · 2.18 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
object fmPrincipal: TfmPrincipal
Left = 0
Top = 0
Caption = 'CineTapioca - v 0.1'
ClientHeight = 543
ClientWidth = 887
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIForm
Menu = mmPrincipal
OldCreateOrder = False
WindowState = wsMaximized
PixelsPerInch = 96
TextHeight = 13
object stPrincipal: TStatusBar
Left = 0
Top = 524
Width = 887
Height = 19
Panels = <>
SimplePanel = True
SimpleText = ' Sistema para gerenciamento de cinemas'
end
object tbPrincipal: TToolBar
Left = 0
Top = 0
Width = 887
Height = 29
Caption = 'tbPrincipal'
TabOrder = 1
object ToolButton1: TToolButton
Left = 0
Top = 0
Caption = 'ToolButton1'
ImageIndex = 0
end
object ToolButton2: TToolButton
Left = 23
Top = 0
Caption = 'ToolButton2'
ImageIndex = 1
end
end
object mmPrincipal: TMainMenu
Left = 64
Top = 96
object Cadastros1: TMenuItem
Caption = 'Cadastros'
object Salas1: TMenuItem
Caption = 'Salas'
OnClick = Salas1Click
end
object Filmes1: TMenuItem
Caption = 'Filmes'
OnClick = Filmes1Click
end
object Sesses1: TMenuItem
Caption = 'Sess'#245'es'
OnClick = Sesses1Click
end
object Produtos1: TMenuItem
Caption = 'Produtos'
OnClick = Produtos1Click
end
object N1: TMenuItem
Caption = '-'
end
object Usurios1: TMenuItem
Caption = 'Usu'#225'rios'
OnClick = Usurios1Click
end
object Sair1: TMenuItem
Caption = 'Sair'
end
end
object Movimentos1: TMenuItem
Caption = 'Movimentos'
object Vendas1: TMenuItem
Caption = 'Vendas'
OnClick = Vendas1Click
end
end
object Relatrios1: TMenuItem
Caption = 'Relat'#243'rios'
object Vendas2: TMenuItem
Caption = 'Vendas'
OnClick = Vendas2Click
end
end
object Configuraes1: TMenuItem
Caption = 'Configura'#231#245'es'
OnClick = Configuraes1Click
end
end
end