-
Notifications
You must be signed in to change notification settings - Fork 0
/
gen04.lfm
258 lines (258 loc) · 4.72 KB
/
gen04.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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
object Form1: TForm1
Left = -202
Height = 372
Top = -957
Width = 690
Caption = 'Form1'
ClientHeight = 372
ClientWidth = 690
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '3.0.0.1'
object btnAdd: TButton
Left = 32
Height = 25
Top = 80
Width = 75
Caption = 'Add'
OnClick = btnAddClick
TabOrder = 0
end
object brnRemover: TButton
Left = 32
Height = 25
Top = 116
Width = 75
Caption = 'Remover'
OnClick = brnRemoverClick
TabOrder = 1
end
object btnListar: TButton
Left = 32
Height = 25
Top = 188
Width = 75
Caption = 'Listar'
OnClick = btnListarClick
TabOrder = 2
end
object btnCapacity: TButton
Left = 32
Height = 25
Top = 224
Width = 75
Caption = 'Capacity'
OnClick = btnCapacityClick
TabOrder = 3
end
object btnCount: TButton
Left = 32
Height = 25
Top = 260
Width = 75
Caption = 'Count'
OnClick = btnCountClick
TabOrder = 4
end
object btnOnNotify: TButton
Left = 32
Height = 25
Top = 296
Width = 75
Caption = 'OnNotify'
OnClick = btnOnNotifyClick
TabOrder = 5
end
object Memo1: TMemo
Left = 136
Height = 256
Top = 73
Width = 240
Lines.Strings = (
'Memo1'
)
TabOrder = 6
end
object Edit1: TEdit
Left = 32
Height = 23
Top = 32
Width = 448
TabOrder = 7
Text = 'Edit1'
end
object brnRemover1: TButton
Left = 32
Height = 25
Top = 152
Width = 75
Caption = 'Extraido'
OnClick = brnRemover1Click
TabOrder = 8
end
object btnEspiar: TButton
Left = 392
Height = 25
Top = 200
Width = 93
Caption = 'Espiar'
OnClick = btnEspiarClick
TabOrder = 9
end
object btnAdd1: TButton
Left = 392
Height = 25
Top = 89
Width = 93
Caption = 'Enfileirar'
OnClick = btnAdd1Click
TabOrder = 10
end
object brnRemover2: TButton
Left = 392
Height = 25
Top = 125
Width = 93
Caption = 'Remover'
OnClick = brnRemover2Click
TabOrder = 11
end
object btnCapacity1: TButton
Left = 392
Height = 25
Top = 232
Width = 93
Caption = 'Capacity'
OnClick = btnCapacity1Click
TabOrder = 12
end
object btnCount1: TButton
Left = 392
Height = 25
Top = 268
Width = 93
Caption = 'Count'
OnClick = btnCount1Click
TabOrder = 13
end
object btnOnNotify1: TButton
Left = 392
Height = 25
Top = 304
Width = 93
Caption = 'OnNotify'
OnClick = btnOnNotify1Click
TabOrder = 14
end
object brnRemover3: TButton
Left = 392
Height = 25
Top = 161
Width = 93
Caption = 'Desenfileirar'
OnClick = brnRemover3Click
TabOrder = 15
end
object Inteiros: TLabel
Left = 32
Height = 25
Top = 56
Width = 67
Caption = 'Inteiros'
Font.CharSet = ANSI_CHARSET
Font.Height = -19
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Inteiros1: TLabel
Left = 392
Height = 25
Top = 56
Width = 91
Caption = 'String Fila'
Font.CharSet = ANSI_CHARSET
Font.Height = -19
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object btnEspiar1: TButton
Left = 512
Height = 25
Top = 200
Width = 93
Caption = 'Espiar'
OnClick = btnEspiar1Click
TabOrder = 16
end
object btnAdd2: TButton
Left = 512
Height = 25
Top = 89
Width = 93
Caption = 'Empilhar'
OnClick = btnAdd2Click
TabOrder = 17
end
object brnRemover4: TButton
Left = 512
Height = 25
Top = 125
Width = 93
Caption = 'POP'
OnClick = brnRemover4Click
TabOrder = 18
end
object btnCapacity2: TButton
Left = 512
Height = 25
Top = 232
Width = 93
Caption = 'Capacity'
OnClick = btnCapacity2Click
TabOrder = 19
end
object btnCount2: TButton
Left = 512
Height = 25
Top = 268
Width = 93
Caption = 'Count'
OnClick = btnCount2Click
TabOrder = 20
end
object btnOnNotify2: TButton
Left = 512
Height = 25
Top = 304
Width = 93
Caption = 'OnNotify'
OnClick = btnOnNotify2Click
TabOrder = 21
end
object brnRemover5: TButton
Left = 512
Height = 25
Top = 161
Width = 93
Caption = 'Desenfileirar'
OnClick = brnRemover5Click
TabOrder = 22
end
object Inteiros2: TLabel
Left = 512
Height = 25
Top = 56
Width = 104
Caption = 'String Pilha'
Font.CharSet = ANSI_CHARSET
Font.Height = -19
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
end