~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to templates/dialogs/findDialog.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':'dlgFind',
 
3
    'title':'Find dialog',
 
4
    'size':(380, 130),
 
5
    'components': [
 
6
 
 
7
{'type':'StaticText', 
 
8
    'name':'stcFindWhat', 
 
9
    'position':(7, 10), 
 
10
    'text':'Find What:', 
 
11
    },
 
12
 
 
13
{'type':'TextField', 
 
14
    'name':'fldFind', 
 
15
    'position':(80, 7), 
 
16
    'size':(195, -1), 
 
17
    },
 
18
 
 
19
{'type':'Button', 
 
20
    'id':5100, 
 
21
    'name':'btnFindNext', 
 
22
    'position':(285, 5), 
 
23
    'default':1, 
 
24
    'label':'Find Next', 
 
25
    },
 
26
 
 
27
{'type':'Button', 
 
28
    'id':5101, 
 
29
    'name':'btnCancel', 
 
30
    'position':(285, 35), 
 
31
    'label':'Cancel', 
 
32
    },
 
33
 
 
34
{'type':'CheckBox', 
 
35
    'name':'chkMatchWholeWordOnly', 
 
36
    'position':(7, 35), 
 
37
    'label':'Match whole word only', 
 
38
    },
 
39
 
 
40
{'type':'CheckBox', 
 
41
    'name':'chkMatchCase', 
 
42
    'position':(7, 55), 
 
43
    'label':'Match case', 
 
44
    },
 
45
 
 
46
{'type':'Choice', 
 
47
    'name':'popSearchField', 
 
48
    'position':(102, 80), 
 
49
    'size':(162, 21), 
 
50
    'items':[], 
 
51
    },
 
52
 
 
53
{'type':'StaticText', 
 
54
    'name':'stcSearchField', 
 
55
    'position':(7, 80), 
 
56
    'text':'Search Field:', 
 
57
    },
 
58
 
 
59
] # end components
 
60
} # end CustomDialog