-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnotepad.pyui
118 lines (113 loc) · 3.46 KB
/
notepad.pyui
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
[
{
"class" : "View",
"attributes" : {
"tint_color" : "RGBA(0.000000,0.478000,1.000000,1.000000)",
"enabled" : true,
"flex" : "",
"name" : "Note Pad",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"background_color" : "RGBA(1.000000,1.000000,1.000000,1.000000)",
"custom_class" : "NotepadView"
},
"frame" : "{{0, 0}, {1024, 710}}",
"selected" : false,
"nodes" : [
{
"class" : "View",
"attributes" : {
"name" : "view1",
"background_color" : "RGBA(0.857143,0.857143,0.857143,1.000000)",
"uuid" : "C3CFEA60-D82C-4C10-9C3A-211C22F661CC",
"enabled" : true,
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"flex" : ""
},
"frame" : "{{6, 73}, {320, 48}}",
"selected" : false,
"nodes" : [
]
},
{
"class" : "TableView",
"attributes" : {
"background_color" : "RGBA(1.000000,1.000000,1.000000,1.000000)",
"border_color" : "RGBA(0.857143,0.857143,0.857143,1.000000)",
"data_source_number_of_lines" : 1,
"enabled" : true,
"flex" : "WH",
"row_height" : 40,
"data_source_action" : "",
"data_source_items" : "",
"data_source_delete_enabled" : false,
"name" : "file list",
"border_width" : 1,
"uuid" : "D6ED5C6D-E887-4112-83A6-C635241117DD",
"data_source_font_size" : 18
},
"frame" : "{{6, 120}, {320, 583}}",
"selected" : false,
"nodes" : [
]
},
{
"class" : "TextView",
"attributes" : {
"font_size" : 17,
"enabled" : true,
"flex" : "",
"name" : "file content",
"border_color" : "RGBA(0.714286,0.714286,0.714286,1.000000)",
"text_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"alignment" : "left",
"editable" : true,
"background_color" : "RGBA(1.000000,1.000000,1.000000,1.000000)",
"border_width" : 1,
"uuid" : "024791DA-9697-48FE-8410-71ADCA41AFA6"
},
"frame" : "{{344, 120}, {674, 582}}",
"selected" : false,
"nodes" : [
]
},
{
"class" : "TextField",
"attributes" : {
"font_size" : 17,
"enabled" : true,
"flex" : "",
"name" : "file name",
"border_style" : 3,
"text_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"alignment" : "left",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"placeholder" : "Name your file",
"uuid" : "AF4E3EED-65EE-4BE8-9D76-BE8E3EF220E0"
},
"frame" : "{{344, 75}, {674, 36.5}}",
"selected" : false,
"nodes" : [
]
},
{
"class" : "TextField",
"attributes" : {
"font_size" : 17,
"enabled" : true,
"flex" : "",
"name" : "search string",
"border_style" : 3,
"text_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"alignment" : "center",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"placeholder" : "Search",
"uuid" : "B90F7BF2-8D53-4ADC-A613-44758565B671"
},
"frame" : "{{13.5, 80}, {302, 32}}",
"selected" : false,
"nodes" : [
]
}
]
}
]