~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/oneEditor/modules/dialogInfoDialog.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':'dialogInfo',
 
3
          'title':'Dialog Info',
 
4
          'size':(370, 170),
 
5
          'components': [
 
6
 
 
7
{'type':'StaticText', 
 
8
    'name':'stcName', 
 
9
    'position':(10, 10), 
 
10
    'size':(45, -1), 
 
11
    'text':'Name:', 
 
12
    },
 
13
 
 
14
{'type':'StaticText', 
 
15
    'name':'stcTitle', 
 
16
    'position':(10, 35), 
 
17
    'size':(45, -1), 
 
18
    'text':'Title:', 
 
19
    },
 
20
 
 
21
{'type':'StaticText', 
 
22
    'name':'stcPosition', 
 
23
    'position':(10, 60), 
 
24
    'size':(45, -1), 
 
25
    'text':'Position:', 
 
26
    },
 
27
 
 
28
{'type':'StaticText', 
 
29
    'name':'stcSize', 
 
30
    'position':(10, 85), 
 
31
    'size':(45, -1), 
 
32
    'text':'Size:', 
 
33
    },
 
34
 
 
35
{'type':'TextField', 
 
36
    'name':'fldName', 
 
37
    'position':(110, 5), 
 
38
    'size':(188, -1), 
 
39
    },
 
40
 
 
41
{'type':'TextField', 
 
42
    'name':'fldTitle', 
 
43
    'position':(110, 30), 
 
44
    'size':(188, -1), 
 
45
    },
 
46
 
 
47
{'type':'TextField', 
 
48
    'name':'fldPosition', 
 
49
    'position':(110, 55), 
 
50
    'size':(68, -1), 
 
51
    },
 
52
 
 
53
{'type':'TextField', 
 
54
    'name':'fldSize', 
 
55
    'position':(110, 80), 
 
56
    'size':(68, -1), 
 
57
    },
 
58
 
 
59
{'type':'Button', 
 
60
    'name':'btnOK', 
 
61
    'position':(10, 110), 
 
62
    'label':'OK',
 
63
    'default':1,
 
64
    'id':5100,
 
65
    },
 
66
 
 
67
{'type':'Button', 
 
68
    'name':'btnCancel', 
 
69
    'position':(115, 110), 
 
70
    'label':'Cancel',
 
71
    'id':5101,
 
72
    },
 
73
 
 
74
] # end components
 
75
} # end CustomDialog