File: outputWindow.rsrc.py

package info (click to toggle)
pythoncard 0.8.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,452 kB
  • sloc: python: 56,787; makefile: 56; sh: 22
file content (123 lines) | stat: -rwxr-xr-x 2,806 bytes parent folder | download | duplicates (3)
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
{'application':{'type':'Application',
          'name':'Template',
    'backgrounds': [
    {'type':'Background',
          'name':'outputWindow',
          'title':'Rebuild project',
          'size':(400, 300),
          'visible':0,

         'components': [

{'type':'TextArea', 
    'name':'importError', 
    'position':(10, 10), 
    'size':(375, 205), 
    'enabled':False, 
    'visible':False, 
    },

{'type':'Button', 
    'name':'clipBoardBtn', 
    'position':(90, 225), 
    'label':'Clipboard', 
    'toolTip':'Click here to copy the PythonCard component imports line to the Windows clipboard', 
    'visible':False, 
    },

{'type':'Button', 
    'name':'closeBtn', 
    'position':(10, 225), 
    'label':'Close', 
    },

{'type':'StaticText', 
    'name':'txt5', 
    'position':(10, 90), 
    'text':'Returned messages:', 
    },

{'type':'TextArea', 
    'name':'returnedText', 
    'position':(10, 105), 
    'size':(375, 110), 
    },

{'type':'StaticText', 
    'name':'txt4c', 
    'position':(145, 70), 
    'text':'please wait...', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt4b', 
    'position':(145, 70), 
    'font':{'style': 'bold', 'faceName': 'Verdana', 'family': 'sansSerif', 'size': 8}, 
    'text':'Done', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt4a', 
    'position':(10, 70), 
    'text':'Rebuilding distributable:', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt3c', 
    'position':(145, 50), 
    'text':'please wait...', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt3b', 
    'position':(145, 50), 
    'font':{'style': 'bold', 'faceName': 'Verdana', 'family': 'sansSerif', 'size': 8}, 
    'text':'Done', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt3a', 
    'position':(10, 50), 
    'text':'Rebuilding application:', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt2b', 
    'position':(145, 30), 
    'font':{'style': 'bold', 'faceName': 'Verdana', 'family': 'sansSerif', 'size': 8}, 
    'text':'Done', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt2a', 
    'position':(10, 30), 
    'text':'Rebuilding versioninfo file:', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt1b', 
    'position':(145, 10), 
    'font':{'style': 'bold', 'faceName': 'Verdana', 'family': 'sansSerif', 'size': 8}, 
    'text':'Done', 
    'visible':False, 
    },

{'type':'StaticText', 
    'name':'txt1a', 
    'position':(10, 10), 
    'text':'Rebuilding spec file:', 
    'visible':False, 
    },

] # end components
} # end background
] # end backgrounds
} }