-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXDC3_DELPHI.dfm
341 lines (341 loc) · 7.12 KB
/
XDC3_DELPHI.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
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
object XRCTokens_Form: TXRCTokens_Form
Left = 343
Top = 154
BiDiMode = bdLeftToRight
BorderStyle = bsSingle
Caption = 'XRCTokens_Form'
ClientHeight = 694
ClientWidth = 1090
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsMDIForm
ParentBiDiMode = False
Position = poDesigned
Visible = True
TextHeight = 15
object XRC20_Token: TLabel
Left = 104
Top = 24
Width = 136
Height = 30
Caption = 'XRC 20 Token'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object Read_Methods: TLabel
Left = 40
Top = 112
Width = 126
Height = 28
Caption = 'Read Methods'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object Write_Methods: TLabel
Left = 206
Top = 112
Width = 131
Height = 28
Caption = 'Write Methods'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 664
Top = 24
Width = 148
Height = 30
Caption = 'XRC 721 Token'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 584
Top = 104
Width = 126
Height = 28
Caption = 'Read Methods'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 878
Top = 112
Width = 131
Height = 28
Caption = 'Write Methods'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object NameButton: TButton
Left = 40
Top = 184
Width = 97
Height = 49
Caption = 'Name'
TabOrder = 0
OnClick = NameButtonClick
end
object SymbolButton: TButton
Left = 40
Top = 255
Width = 97
Height = 49
Caption = 'Symbol'
TabOrder = 1
OnClick = SymbolButtonClick
end
object DecimalsButton: TButton
Left = 40
Top = 320
Width = 97
Height = 49
Caption = 'Decimals '
TabOrder = 2
OnClick = DecimalsButtonClick
end
object TotalSupplyButton: TButton
Left = 40
Top = 392
Width = 97
Height = 49
Caption = 'Total Supply '
TabOrder = 3
OnClick = TotalSupplyButtonClick
end
object BalanceOfButton: TButton
Left = 40
Top = 464
Width = 97
Height = 49
Caption = 'Balance Of '
TabOrder = 4
OnClick = BalanceOfButtonClick
end
object AllowanceButton: TButton
Left = 40
Top = 536
Width = 97
Height = 49
Caption = 'Allowance '
TabOrder = 5
OnClick = AllowanceButtonClick
end
object TransferButton: TButton
Left = 206
Top = 255
Width = 145
Height = 49
Caption = 'Transfer'
TabOrder = 6
OnClick = TransferButtonClick
end
object ApproveButton: TButton
Left = 203
Top = 184
Width = 145
Height = 49
Caption = 'Approve '
TabOrder = 7
OnClick = ApproveButtonClick
end
object IncreaseAllowanceButton: TButton
Left = 203
Top = 392
Width = 145
Height = 49
Caption = 'Increase Allowance '
TabOrder = 8
OnClick = IncreaseAllowanceButtonClick
end
object DecreaseAllowanceButton: TButton
Left = 203
Top = 464
Width = 145
Height = 49
Caption = 'Decrease Allowance '
TabOrder = 9
OnClick = DecreaseAllowanceButtonClick
end
object TransferXDCButton: TButton
Left = 206
Top = 536
Width = 142
Height = 49
Caption = 'Transfer XDC '
TabOrder = 10
OnClick = TransferXDCButtonClick
end
object TransferFromButton: TButton
Left = 206
Top = 320
Width = 145
Height = 49
Caption = 'Transfer From '
TabOrder = 11
OnClick = TransferFromButtonClick
end
object NameXrc721Button: TButton
Left = 488
Top = 184
Width = 137
Height = 49
Caption = 'Name'
TabOrder = 12
OnClick = xrc721NameButtonClick
end
object SymbolXrc721Button: TButton
Left = 488
Top = 255
Width = 137
Height = 49
Caption = 'Symbol'
TabOrder = 13
OnClick = xrc721SymbolButtonClick
end
object TokenUriXrc721Button: TButton
Left = 488
Top = 320
Width = 137
Height = 49
Caption = 'Token URI'
TabOrder = 14
OnClick = xrc721TokenUriButtonClick
end
object TotalSupplyXrc721Button: TButton
Left = 488
Top = 392
Width = 137
Height = 49
Caption = 'Total Supply'
TabOrder = 15
OnClick = xrc721TotalSupplyButtonClick
end
object TokenByIndexXrc721Button: TButton
Left = 488
Top = 464
Width = 137
Height = 49
Caption = 'Token By Index'
TabOrder = 16
OnClick = xrc721TokenByIndexButtonClick
end
object TokenOfOwnerByIndexXrc721Button: TButton
Left = 488
Top = 536
Width = 169
Height = 49
Caption = 'Token Of Owner By Index'
TabOrder = 17
OnClick = xrc721TokenOfOwnerByIndexButtonClick
end
object BalanceOfXrc721Button: TButton
Left = 664
Top = 184
Width = 137
Height = 49
Caption = 'Balance Of'
TabOrder = 18
OnClick = xrc721BalanceOfButtonClick
end
object OwnerOfXrc721Button: TButton
Left = 664
Top = 255
Width = 137
Height = 49
Caption = 'Owner Of '
TabOrder = 19
OnClick = xrc721OwnerOfButtonClick
end
object GetApprovedXrc721Button: TButton
Left = 664
Top = 320
Width = 137
Height = 49
Caption = 'Get Approved'
TabOrder = 20
OnClick = xrc721GetApprovedButtonClick
end
object IsApprovedForAllXrc721Button: TButton
Left = 664
Top = 392
Width = 137
Height = 49
Caption = 'Is Approved For All'
TabOrder = 21
OnClick = xrc721IsApprovedForAllButtonClick
end
object TransferfromXrc721Button: TButton
Left = 878
Top = 184
Width = 137
Height = 49
Caption = 'Transfer From'
TabOrder = 22
OnClick = xrc721TransferfromButtonClick
end
object SafeTransferfromXrc721Button: TButton
Left = 878
Top = 255
Width = 137
Height = 49
Caption = 'Safe Transfer From'
TabOrder = 23
OnClick = xrc721SafeTransferfromButtonClick
end
object ApproveXrc721Button: TButton
Left = 878
Top = 320
Width = 137
Height = 49
Caption = 'Approve'
TabOrder = 24
OnClick = xrc721ApproveButtonClick
end
object SetApprovalForAllXrc721Button: TButton
Left = 878
Top = 392
Width = 137
Height = 49
Caption = 'Set Approval For All'
TabOrder = 25
OnClick = xrc721SetApprovalForAllButtonClick
end
object Button2: TButton
Left = 664
Top = 464
Width = 137
Height = 49
Caption = 'Create Account'
TabOrder = 26
OnClick = Button2Click
end
end