-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrincipal.dfm
88 lines (88 loc) · 1.61 KB
/
Principal.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
object Form4: TForm4
Left = 0
Top = 0
Caption = 'Form4'
ClientHeight = 442
ClientWidth = 628
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object Label1: TLabel
Left = 8
Top = 123
Width = 28
Height = 15
Caption = 'Texto'
end
object Label2: TLabel
Left = 8
Top = 27
Width = 41
Height = 15
Caption = 'Modelo'
end
object Panel1: TPanel
Left = 0
Top = 376
Width = 628
Height = 66
Align = alBottom
TabOrder = 0
ExplicitLeft = 8
object btnImprim: TButton
Left = 8
Top = 8
Width = 121
Height = 49
Cancel = True
Caption = 'Imprimir'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object btnAbreGav: TButton
Left = 135
Top = 8
Width = 121
Height = 49
Cancel = True
Caption = 'Abre Gaveta'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 1
end
end
object edtTexto: TEdit
Left = 8
Top = 144
Width = 186
Height = 23
TabOrder = 1
end
object memResultado: TMemo
Left = 200
Top = 24
Width = 420
Height = 346
TabOrder = 2
end
object cbModelo: TComboBox
Left = 8
Top = 48
Width = 186
Height = 23
TabOrder = 3
end
end