~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/oneEditor/modules/stackInfoDialog.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':'stackInfo',
 
3
          'title':'Stack Info',
 
4
          'size':(270, 100),
 
5
          'components': [
 
6
 
 
7
{'type':'StaticText', 
 
8
    'name':'stcName', 
 
9
    'position':(10, 10), 
 
10
    'size':(45, -1), 
 
11
    'text':'Name:', 
 
12
    },
 
13
 
 
14
{'type':'TextField', 
 
15
    'name':'fldName', 
 
16
    'position':(60, 5), 
 
17
    'size':(188, -1), 
 
18
    },
 
19
 
 
20
{'type':'Button', 
 
21
    'name':'btnOK', 
 
22
    'position':(10, 40), 
 
23
    'label':'OK',
 
24
    'default':1,
 
25
    'id':5100,
 
26
    },
 
27
 
 
28
{'type':'Button', 
 
29
    'name':'btnCancel', 
 
30
    'position':(115, 40), 
 
31
    'label':'Cancel',
 
32
    'id':5101,
 
33
    },
 
34
 
 
35
] # end components
 
36
} # end CustomDialog