-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
47 lines (39 loc) · 742 Bytes
/
config.ini
File metadata and controls
47 lines (39 loc) · 742 Bytes
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
[MAIN]
# Monitors start from 0
DisplayMonitor = 0
# Code Length 3-6
CodeLength = 4
#EnableScreenNumpad = 0
#EnableLogo = 1
BackgroundColor = #000000
QuitKey = <Escape>
[3codes]
list = [012, 120]
[4codes]
list = [2345, 3452]
[5codes]
list = [56789, 67895]
[6codes]
list = [987654, 876549]
[TopText]
Text = Welcome to Company
FontType = Helvetica
FontSize = 24
FontColor = #ffffff
[EntryFields]
Width = 2
Border = 0
FontType = Helvetica
FontSize = 100
FontColor = #000000
BGColor = #ffffff
[InstructionText]
Text = ENTER CODE
FontType = Helvetica
FontSize = 24
FontColor = #ffffff
[BottomText]
Text = UNAUTHORIZED ACCESS IS FORBIDDEN
FontType = Helvetica
FontSize = 20
FontColor = #ff0000