File: runOptionsDialog.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 (76 lines) | stat: -rw-r--r-- 1,422 bytes parent folder | download | duplicates (4)
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
{'type':'CustomDialog',
          'name':'runOptions',
          'title':'Run Options',
          'size':(200, 220),
         'components': [

{'type':'StaticText', 
    'name':'stcCmdLineArgs', 
    'position':(10, 5), 
    'text':'Command line options:', 
    },

{'type':'CheckBox', 
    'name':'chkDebugMenu', 
    'position':(10, 25), 
    'label':'Debug Menu (-d)', 
    },

{'type':'CheckBox', 
    'name':'chkLogging', 
    'position':(10, 25), 
    'label':'Logging (-l)', 
    },

{'type':'CheckBox', 
    'name':'chkMessageWatcher', 
    'position':(10, 50), 
    'label':'Message Watcher (-m)', 
    },

{'type':'CheckBox', 
    'name':'chkNamespaceViewer', 
    'position':(10, 75), 
    'label':'Namespace Viewer (-n)', 
    },

{'type':'CheckBox', 
    'name':'chkPropertyEditor', 
    'position':(10, 100), 
    'label':'Property Editor (-p)', 
    },

{'type':'CheckBox', 
    'name':'chkShell', 
    'position':(10, 120), 
    'label':'Shell (-s)', 
    },

{'type':'StaticText', 
    'name':'stcOtherArgs', 
    'text':'Other args:', 
    },

{'type':'TextField', 
    'name':'fldOtherArgs', 
    'size':(200, -1),
    'text':'', 
    },

{'type':'Button', 
    'name':'btnOK', 
    'position':(8, 152), 
    'default':1,
    'id':5100,
    'label':'OK', 
    },

{'type':'Button', 
    'name':'btnCancel', 
    'position':(105, 152), 
    'id':5101,
    'label':'Cancel', 
    },

] # end components
}