~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/oneEditor/modules/stringDialog.rsrc.py

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-11-12 17:52:13 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175213-tv8bnl6rtpa2qw1o
Tags: 0.8.1-8.1
* Non-maintainer upload.
* Fix path to findfiles, codeEditor and resourceEditor:
   + patch from Ernest ter Kuile <ernestjw@xs4all.nl>. (Closes: #397018)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{'type':'CustomDialog',
 
2
    'name':'stringDialog',
 
3
    'title':'String Editor',
 
4
    'size':(480, 300),
 
5
    'components': [
 
6
 
 
7
{'type':'List', 
 
8
    'name':'listStrings', 
 
9
    'position':(0, 0), 
 
10
    'size':(185, 185), 
 
11
    'items':[], 
 
12
    },
 
13
 
 
14
{'type':'Button', 
 
15
    'name':'btnNew', 
 
16
    'position':(5, 190), 
 
17
    'label':'New', 
 
18
    },
 
19
 
 
20
{'type':'Button', 
 
21
    'name':'btnDelete', 
 
22
    'position':(108, 191), 
 
23
    'label':'Delete', 
 
24
    },
 
25
 
 
26
{'type':'StaticText', 
 
27
    'name':'stcName', 
 
28
    'position':(200, 10), 
 
29
    'text':'Name:', 
 
30
    },
 
31
 
 
32
{'type':'StaticText', 
 
33
    'name':'stcValue', 
 
34
    'position':(200, 35), 
 
35
    'text':'Value:', 
 
36
    },
 
37
 
 
38
{'type':'TextField', 
 
39
    'name':'fldListIndex', 
 
40
    'position':(460, 5), 
 
41
    'visible':0, 
 
42
    },
 
43
 
 
44
{'type':'TextField', 
 
45
    'name':'fldName', 
 
46
    'position':(260, 5), 
 
47
    'size':(188, -1), 
 
48
    },
 
49
 
 
50
{'type':'TextArea', 
 
51
    'name':'fldValue', 
 
52
    'position':(260, 35), 
 
53
    'size':(188, 197), 
 
54
    },
 
55
 
 
56
{'type':'Button', 
 
57
    'name':'btnOK', 
 
58
    'position':(10, 240), 
 
59
    'label':'OK',
 
60
    'default':1,
 
61
    'id':5100,
 
62
    },
 
63
 
 
64
{'type':'Button', 
 
65
    'name':'btnCancel', 
 
66
    'position':(115, 240), 
 
67
    'label':'Cancel',
 
68
    'id':5101,
 
69
    },
 
70
 
 
71
] # end components
 
72
} # end CustomDialog