-
Notifications
You must be signed in to change notification settings - Fork 0
/
UConMen.dfm
131 lines (131 loc) · 2.88 KB
/
UConMen.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
object frmContMens: TfrmContMens
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Mensagem'
ClientHeight = 457
ClientWidth = 778
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = [fsBold]
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 23
object lblContTitulo: TLabel
Left = 301
Top = 33
Width = 4
Height = 23
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
end
object lblRemetente: TLabel
Left = 32
Top = 72
Width = 81
Height = 23
Caption = 'Remetente'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = [fsBold]
ParentFont = False
end
object lblDestinatario: TLabel
Left = 384
Top = 72
Width = 91
Height = 23
Caption = 'Destinat'#225'rio'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = [fsBold]
ParentFont = False
end
object lblContRemetente: TLabel
Left = 32
Top = 97
Width = 4
Height = 23
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
end
object lblContDestinatario: TLabel
Left = 384
Top = 97
Width = 4
Height = 23
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
WordWrap = True
end
object lblTitulo: TLabel
Left = 310
Top = 8
Width = 43
Height = 23
Caption = 'T'#237'tulo'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = [fsBold]
ParentFont = False
end
object lblConteudo: TLabel
Left = 32
Top = 224
Width = 75
Height = 23
Caption = 'Conte'#250'do'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = [fsBold]
ParentFont = False
end
object mmoConteudo: TMemo
Left = 32
Top = 249
Width = 715
Height = 200
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Panel1: TPanel
Left = 792
Top = 97
Width = 120
Height = 41
Caption = 'Panel1'
TabOrder = 1
end
end