frmRelAvanComando.frm
1.15 KB
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
VERSION 5.00
Begin VB.Form frmRelAvanComando
BorderStyle = 3 'Fixed Dialog
Caption = "Comando do Relatório"
ClientHeight = 2355
ClientLeft = 45
ClientTop = 435
ClientWidth = 10995
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2355
ScaleWidth = 10995
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox Text1
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2115
Left = 105
MultiLine = -1 'True
TabIndex = 0
Top = 105
Width = 10755
End
End
Attribute VB_Name = "frmRelAvanComando"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False