-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpos.kv
431 lines (385 loc) · 9.84 KB
/
pos.kv
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
#:kivy 1.0.9
<Pos>:
canvas.before:
Rectangle:
pos: self.pos
size: self.size
source: 'images/background2.png'
Label:
text: "Your Order :"
font_name: 'images/DK Cool Crayon.ttf'
font_size: 30
color: 1, 1, 1, 1
pos: 100, 650
Label:
id: order1S
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (250, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 150, 600
Label:
id: order1SZP
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 350, 600
Label:
id: pops1
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 150, 550
Label:
id: pop_price1
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 350, 550
Label:
id: pops2
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 150, 500
Label:
id: pop_price2
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 350, 500
Label:
id: pops3
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 150, 450
Label:
id: pop_price3
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 350, 450
Label:
id: pops4
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 150, 400
Label:
id: pop_price4
text: ""
font_name: 'images/DK Cool Crayon.ttf'
font_size: 25
text_size: (200, None)
halign: 'left'
valign: 'middle'
color: 1, 1, 1, 1
pos: 350, 400
Label:
text: "Total:"
font_name: 'images/DK Cool Crayon.ttf'
color: 1, 1, 1, 1
font_size: 50
text_size: (200, None)
halign: 'left'
valign: 'middle'
pos: 110, 190
Label:
text: "GST:"
font_name: 'images/DK Cool Crayon.ttf'
color: 1, 1, 1, 1
font_size: 30
text_size: (200, None)
halign: 'left'
valign: 'middle'
pos: 180, 240
Label:
id: Gst1
text: "$0.00"
font_name: 'images/DK Cool Crayon.ttf'
color: 1, 1, 1, 1
font_size: 30
text_size: (200, None)
halign: 'left'
valign: 'middle'
pos: 280, 240
Label:
id: Cash1
text: "$0.00"
font_name: 'images/DK Cool Crayon.ttf'
color: 1, 1, 1, 1
font_size: 50
text_size: (200, None)
halign: 'left'
valign: 'middle'
pos: 280, 190
Button:
id: star
background_normal: 'images/red-start.png'
background_down: 'images/red-start-d.png'
pos: 550, 150
size: 600, 400
on_press: root.set_num()
on_release: root.starts()
Button:
id: drink
background_normal: 'images/just.png'
background_down: 'images/just.png'
pos: 5500, 150
size: 150, 150
on_press: root.soup('0')
Button:
id: soup1
background_normal: 'images/donutBags1.png'
background_down: 'images/donutBags1.png'
pos: 5500, 450
size: 300, 300
on_press: root.soup('1')
Button:
id: soup2
background_normal: 'images/donutBags2.png'
background_down: 'images/donutBags2.png'
pos: 5500, 450
size: 300, 300
on_press: root.soup('2')
Button:
id: soup3
background_normal: 'images/donutBags3.png'
background_down: 'images/donutBags3.png'
pos: 5500, 450
size: 300, 300
on_press: root.soup('3')
Button:
id: soup4
background_normal: 'images/donutBags4.png'
background_down: 'images/donutBags4.png'
pos: 5500, 450
size: 300, 300
on_press: root.soup('4')
Label:
id: soup1L
text: "$4.76"
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 50
text_size: (200, None)
halign: 'left'
valign: 'middle'
pos: 6600, 560
Label:
id: soup2L
text: "$7.61"
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 50
text_size: (200, None)
halign: 'left'
valign: 'middle'
pos: 6600, 560
Label:
id: payed
text: "$0"
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 60
halign: 'left'
valign: 'middle'
pos: 7000, 500
Label:
id: payed_name
text: "Please Pay :"
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 60
halign: 'left'
valign: 'middle'
pos: 7000, 500
Label:
id: bill
text: "$0"
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 100
halign: 'left'
valign: 'middle'
pos: 7000, 500
Label:
id: bill_name
text: "You've Paid"
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 80
halign: 'left'
valign: 'middle'
pos: 7000, 500
Label:
id: changes
text: " "
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 100
halign: 'left'
valign: 'middle'
pos: 7000, 500
Label:
id: changes_name
text: "Change"
font_name: 'images/DK Cool Crayon.ttf'
color: 0, 0, 0, 1
font_size: 80
halign: 'left'
valign: 'middle'
pos: 7000, 500
Button:
id: pop1
background_normal: 'images/Pepsi.png'
background_down: 'images/PepsiD.png'
pos: 500, 3000
size: 150, 300
on_press: root.pop('1')
Button:
id: pop2
background_normal: 'images/7up.png'
background_down: 'images/7upD.png'
pos: 700, 3000
size: 150, 300
on_press: root.pop('2')
Button:
id: pop3
background_normal: 'images/Mug.png'
background_down: 'images/MugD.png'
pos: 900, 3000
size: 150, 300
on_press: root.pop('3')
Button:
id: pop4
background_normal: 'images/Dew.png'
background_down: 'images/DewD.png'
pos: 1100, 3000
size: 150, 300
on_press: root.pop('4')
Button:
id: done
background_normal: 'images/next.png'
background_down: 'images/next.png'
pos: 550, 3000
size: 551, 170
on_release: root.pops()
Button:
id: pay
background_normal: 'images/Pay.png'
background_down: 'images/Pay.png'
pos: 550, 3000
size: 551, 170
on_press: root.pay()
Button:
id: new
background_normal: 'images/startover.png'
background_down: 'images/startover.png'
pos: 550, 3000
size: 150, 150
on_press: root.restart()
Button:
id: rob_stop
background_normal: 'images/estop.png'
background_down: 'images/estop.png'
pos: 1130, 0
size: 150, 150
on_press: root.done()
Button:
id: paid
background_normal: 'images/paid.png'
background_down: 'images/paid.png'
pos: 500, 3000
size: 250, 250
on_press: root.payed()
Button:
id: user
background_normal: 'images/adduser.png'
background_down: 'images/adduser.png'
pos: 800, 4000
size: 250, 250
on_press: root.add_user()
Button:
id: add
background_normal: 'images/shityAdd.png'
background_down: 'images/shityAdd.png'
pos: 800, 4000
size: 250, 250
on_press: root.add()
Label:
id: donut_price1
text: "4.76 plus GST"
font_name: 'images/DK Cool Crayon.ttf'
font_size: 30
text_size: (150, None)
halign: 'center'
valign: 'middle'
color: 0, 0, 0, 1
pos: 5550, 100
Label:
id: donut_price2
text: "9.52 plus GST"
font_name: 'images/DK Cool Crayon.ttf'
font_size: 30
text_size: (150, None)
halign: 'center'
valign: 'middle'
color: 0, 0, 0, 1
pos: 5550, 200
Label:
id: donut_price3
text: "14.28 plus GST"
font_name: 'images/DK Cool Crayon.ttf'
font_size: 30
text_size: (200, None)
halign: 'center'
valign: 'middle'
color: 0, 0, 0, 1
pos: 5550, 300
Label:
id: donut_price4
text: "19.04 plus GST"
font_name: 'images/DK Cool Crayon.ttf'
font_size: 30
text_size: (200, None)
halign: 'center'
valign: 'middle'
color: 0, 0, 0, 1
pos: 5550, 400