-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUFrmPrincipal.dfm
More file actions
34 lines (34 loc) · 842 Bytes
/
UFrmPrincipal.dfm
File metadata and controls
34 lines (34 loc) · 842 Bytes
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
object frmPrincipal: TfrmPrincipal
Left = 0
Top = 0
Caption = 'Software de processamento de imagens'
ClientHeight = 573
ClientWidth = 792
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIForm
Menu = mnuPrincipal
OldCreateOrder = False
WindowState = wsMaximized
PixelsPerInch = 96
TextHeight = 13
object mnuPrincipal: TMainMenu
Left = 552
Top = 304
object mnuProcessamento: TMenuItem
Caption = 'Processamento de imagens'
object mniAlgoritmos: TMenuItem
Caption = 'Algoritmos de processamento de imagem...'
OnClick = EvAlgoritmosOnClick
end
object mniSobre: TMenuItem
Caption = 'Autor...'
OnClick = EvSobreOnClick
end
end
end
end