-
Notifications
You must be signed in to change notification settings - Fork 0
/
genarray.lfm
105 lines (105 loc) · 1.72 KB
/
genarray.lfm
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
object Form1: TForm1
Left = 312
Height = 388
Top = 60
Width = 272
Caption = 'Form1'
ClientHeight = 388
ClientWidth = 272
LCLVersion = '3.0.0.1'
object Button1: TButton
Left = 16
Height = 25
Top = 32
Width = 75
Caption = 'Mês'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 112
Height = 25
Top = 32
Width = 75
Caption = 'Dia'
OnClick = Button2Click
TabOrder = 1
end
object cbxLista: TComboBox
Left = 16
Height = 23
Top = 72
Width = 172
ItemHeight = 15
TabOrder = 2
Text = 'cbxLista'
end
object edtTeste: TEdit
Left = 16
Height = 23
Top = 135
Width = 75
TabOrder = 3
end
object Button3: TButton
Left = 16
Height = 25
Top = 176
Width = 88
Caption = 'Teste Ternario'
OnClick = Button3Click
TabOrder = 4
end
object Label1: TLabel
Left = 16
Height = 15
Top = 118
Width = 71
Caption = 'Teste Ternário'
end
object edtString: TEdit
Left = 168
Height = 23
Top = 135
Width = 80
TabOrder = 5
Text = 'edtString'
end
object Label2: TLabel
Left = 168
Height = 15
Top = 112
Width = 57
Caption = 'Resultados'
end
object edtInt: TSpinEdit
Left = 168
Height = 23
Top = 160
Width = 80
TabOrder = 6
end
object Label3: TLabel
Left = 130
Height = 15
Top = 139
Width = 30
Caption = 'string'
end
object Label4: TLabel
Left = 130
Height = 15
Top = 164
Width = 14
Caption = 'int'
end
object Button4: TButton
Left = 96
Height = 25
Top = 272
Width = 75
Caption = 'Obj Criado'
OnClick = Button4Click
TabOrder = 7
end
end