|
From: Kevin A. <ka...@us...> - 2004-08-16 19:56:39
|
Update of /cvsroot/pythoncard/PythonCard/samples/companies In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20464 Modified Files: companies.rsrc.py Log Message: Mac layout tweaks Index: companies.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/companies/companies.rsrc.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** companies.rsrc.py 10 May 2004 05:02:04 -0000 1.3 --- companies.rsrc.py 16 Aug 2004 19:56:29 -0000 1.4 *************** *** 5,9 **** 'name':'bgBody', 'title':'Companies', ! 'size':(418, 412), 'statusBar':1, --- 5,9 ---- 'name':'bgBody', 'title':'Companies', ! 'size':(439, 388), 'statusBar':1, *************** *** 139,166 **** {'type':'TextField', 'name':'Company', ! 'position':(100, 39), 'size':(306, 23), ! 'editable':0, }, {'type':'TextArea', 'name':'Address', ! 'position':(100, 72), 'size':(306, 61), ! 'editable':0, }, {'type':'TextField', 'name':'Phone', ! 'position':(100, 143), 'size':(169, -1), ! 'editable':0, }, {'type':'TextField', 'name':'Web', ! 'position':(100, 173), 'size':(307, -1), ! 'editable':0, 'foregroundColor':(0, 0, 255), }, --- 139,166 ---- {'type':'TextField', 'name':'Company', ! 'position':(110, 40), 'size':(306, 23), ! 'editable':False, }, {'type':'TextArea', 'name':'Address', ! 'position':(110, 70), 'size':(306, 61), ! 'editable':False, }, {'type':'TextField', 'name':'Phone', ! 'position':(110, 140), 'size':(169, -1), ! 'editable':False, }, {'type':'TextField', 'name':'Web', ! 'position':(110, 170), 'size':(307, -1), ! 'editable':False, 'foregroundColor':(0, 0, 255), }, *************** *** 168,174 **** {'type':'TextField', 'name':'Profile', ! 'position':(100, 204), 'size':(307, -1), ! 'editable':0, 'foregroundColor':(0, 0, 255), }, --- 168,174 ---- {'type':'TextField', 'name':'Profile', ! 'position':(110, 200), 'size':(307, -1), ! 'editable':False, 'foregroundColor':(0, 0, 255), }, *************** *** 176,182 **** {'type':'TextField', 'name':'Symbol', ! 'position':(100, 236), 'size':(73, -1), ! 'editable':0, 'foregroundColor':(0, 0, 255), }, --- 176,182 ---- {'type':'TextField', 'name':'Symbol', ! 'position':(110, 235), 'size':(73, -1), ! 'editable':False, 'foregroundColor':(0, 0, 255), }, *************** *** 184,203 **** {'type':'TextField', 'name':'Exchange', ! 'position':(265, 237), 'size':(73, -1), ! 'editable':0, }, {'type':'TextField', 'name':'NumberOfEmployees', ! 'position':(100, 266), 'size':(73, -1), ! 'editable':0, }, {'type':'StaticText', 'name':'ExchangeLabel', ! 'position':(174, 241), ! 'size':(68, 16), 'alignment':'right', 'text':'Exchange', --- 184,203 ---- {'type':'TextField', 'name':'Exchange', ! 'position':(275, 235), 'size':(73, -1), ! 'editable':False, }, {'type':'TextField', 'name':'NumberOfEmployees', ! 'position':(110, 265), 'size':(73, -1), ! 'editable':False, }, {'type':'StaticText', 'name':'ExchangeLabel', ! 'position':(195, 240), ! 'size':(68, -1), 'alignment':'right', 'text':'Exchange', *************** *** 206,211 **** {'type':'StaticText', 'name':'SymbolLabel', ! 'position':(12, 240), ! 'size':(68, 16), 'alignment':'right', 'text':'Stock Symbol', --- 206,211 ---- {'type':'StaticText', 'name':'SymbolLabel', ! 'position':(5, 240), ! 'size':(100, -1), 'alignment':'right', 'text':'Stock Symbol', *************** *** 214,219 **** {'type':'StaticText', 'name':'EmployeesLabel', ! 'position':(7, 270), ! 'size':(-1, 16), 'alignment':'right', 'text':'# of Employees', --- 214,219 ---- {'type':'StaticText', 'name':'EmployeesLabel', ! 'position':(5, 270), ! 'size':(100, -1), 'alignment':'right', 'text':'# of Employees', *************** *** 222,227 **** {'type':'StaticText', 'name':'CompanyLabel', ! 'position':(7, 46), ! 'size':(68, 16), 'alignment':'right', 'text':'Company', --- 222,227 ---- {'type':'StaticText', 'name':'CompanyLabel', ! 'position':(5, 45), ! 'size':(100, -1), 'alignment':'right', 'text':'Company', *************** *** 230,235 **** {'type':'StaticText', 'name':'StreetLabel', ! 'position':(8, 79), ! 'size':(68, 16), 'alignment':'right', 'text':'Address', --- 230,235 ---- {'type':'StaticText', 'name':'StreetLabel', ! 'position':(5, 80), ! 'size':(100, -1), 'alignment':'right', 'text':'Address', *************** *** 238,243 **** {'type':'StaticText', 'name':'TelephoneLabel', ! 'position':(10, 145), ! 'size':(68, 16), 'alignment':'right', 'text':'Telephone', --- 238,243 ---- {'type':'StaticText', 'name':'TelephoneLabel', ! 'position':(5, 145), ! 'size':(100, -1), 'alignment':'right', 'text':'Telephone', *************** *** 246,251 **** {'type':'StaticText', 'name':'EmailLabel', ! 'position':(11, 206), ! 'size':(68, 16), 'alignment':'right', 'text':'Profile', --- 246,251 ---- {'type':'StaticText', 'name':'EmailLabel', ! 'position':(5, 205), ! 'size':(100, -1), 'alignment':'right', 'text':'Profile', *************** *** 254,259 **** {'type':'StaticText', 'name':'WebLabel', ! 'position':(10, 176), ! 'size':(68, 16), 'alignment':'right', 'text':'Web', --- 254,259 ---- {'type':'StaticText', 'name':'WebLabel', ! 'position':(5, 175), ! 'size':(100, -1), 'alignment':'right', 'text':'Web', |