File: multiComponents.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 (127 lines) | stat: -rw-r--r-- 2,545 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
124
125
126
127
{'application':{'type':'Application',
          'name':'Template',
    'backgrounds': [
    {'type':'Background',
          'name':'bgTemplate',
          'title':'resourceEditor Multiple Components Editor',
          'size':(480, 577),
          'statusBar':1,

         'components': [

{'type':'StaticText', 
    'name':'stcNames', 
    'position':(10, 10), 
    'size':(84, -1), 
    'text':'Name  :  Class', 
    },

{'type':'List', 
    'name':'wComponentList', 
    'position':(7, 26), 
    'size':(163, 172), 
    'items':[], 
    },

{'type':'CheckBox', 
    'name':'Visible', 
    'position':(288, 27), 
    'size':(57, -1), 
    'label':'visible', 
    },

{'type':'CheckBox', 
    'name':'Enabled', 
    'position':(201, 27), 
    'label':'enabled', 
    },

{'type':'Button', 
    'name':'HorizontalCentres', 
    'position':(339, 142), 
    'size':(85, 25), 
    'label':'Centres', 
    },

{'type':'Button', 
    'name':'VerticalCentres', 
    'position':(364, 65), 
    'size':(42, 69), 
    'label':'Centres', 
    },

{'type':'Button', 
    'name':'Bottom', 
    'position':(243, 132), 
    'size':(53, -1), 
    'label':'Bottom', 
    },

{'type':'Button', 
    'name':'Top', 
    'position':(244, 78), 
    'size':(53, -1), 
    'label':'Top', 
    },

{'type':'Button', 
    'name':'Right', 
    'position':(287, 103), 
    'size':(53, -1), 
    'label':'Right', 
    },

{'type':'Button', 
    'name':'Left', 
    'position':(200, 104), 
    'size':(52, -1), 
    'label':'Left', 
    },

{'type':'StaticBox', 
    'name':'Align', 
    'position':(194, 53), 
    'size':(234, 132), 
    'label':'ALIGN', 
    },

{'type':'ImageButton', 
    'name':'SendToBack', 
    'position':(15, 255), 
    'size':(18, 24), 
    'border':'transparent', 
    'command':'componentSendBack', 
    'file':'images/send_to_back.png', 
    },

{'type':'ImageButton', 
    'name':'MoveBack', 
    'position':(45, 255), 
    'size':(18, 24), 
    'border':'transparent', 
    'command':'componentMoveBack', 
    'file':'images/move_back.png', 
    },

{'type':'ImageButton', 
    'name':'MoveForward', 
    'position':(75, 255), 
    'size':(18, 24), 
    'border':'transparent', 
    'command':'componentMoveForward', 
    'file':'images/move_forward.png', 
    },

{'type':'ImageButton', 
    'name':'SendToFront', 
    'position':(105, 255), 
    'size':(18, 24), 
    'border':'transparent', 
    'command':'componentBringFront', 
    'file':'images/send_to_front.png', 
    },

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