|
From: Kevin A. <ka...@us...> - 2004-08-16 20:11:49
|
Update of /cvsroot/pythoncard/PythonCard/samples/flatfileDatabase In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23379 Modified Files: flatfileDatabase.rsrc.py Log Message: Mac layout tweaks Index: flatfileDatabase.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/flatfileDatabase/flatfileDatabase.rsrc.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** flatfileDatabase.rsrc.py 10 May 2004 05:02:14 -0000 1.7 --- flatfileDatabase.rsrc.py 16 Aug 2004 20:11:39 -0000 1.8 *************** *** 5,9 **** 'name':'bgBody', 'title':'Addresses', ! 'size':(416, 504), 'menubar': {'type':'MenuBar', --- 5,9 ---- 'name':'bgBody', 'title':'Addresses', ! 'size':(416, 548), 'menubar': {'type':'MenuBar', *************** *** 143,153 **** {'type':'StaticBox', 'name':'StaticBox1', ! 'position':(283, 118), ! 'size':(119, 150), }, {'type':'TextField', 'name':'Name', ! 'position':(100, 17), 'size':(241, 24), }, --- 143,153 ---- {'type':'StaticBox', 'name':'StaticBox1', ! 'position':(285, 120), ! 'size':(120, 150), }, {'type':'TextField', 'name':'Name', ! 'position':(100, 15), 'size':(241, 24), }, *************** *** 155,159 **** {'type':'TextField', 'name':'Company', ! 'position':(100, 39), 'size':(241, 23), }, --- 155,159 ---- {'type':'TextField', 'name':'Company', ! 'position':(100, 45), 'size':(241, 23), }, *************** *** 161,165 **** {'type':'TextField', 'name':'Street', ! 'position':(100, 72), 'size':(241, 23), }, --- 161,165 ---- {'type':'TextField', 'name':'Street', ! 'position':(100, 75), 'size':(241, 23), }, *************** *** 167,171 **** {'type':'TextField', 'name':'City', ! 'position':(100, 94), 'size':(171, 23), }, --- 167,171 ---- {'type':'TextField', 'name':'City', ! 'position':(100, 105), 'size':(171, 23), }, *************** *** 173,177 **** {'type':'TextField', 'name':'State', ! 'position':(100, 116), 'size':(39, 23), }, --- 173,177 ---- {'type':'TextField', 'name':'State', ! 'position':(100, 135), 'size':(39, 23), }, *************** *** 179,183 **** {'type':'TextField', 'name':'Zip', ! 'position':(100, 138), 'size':(85, 23), }, --- 179,183 ---- {'type':'TextField', 'name':'Zip', ! 'position':(100, 165), 'size':(85, 23), }, *************** *** 185,189 **** {'type':'TextField', 'name':'Phone1', ! 'position':(100, 176), 'size':(169, -1), }, --- 185,189 ---- {'type':'TextField', 'name':'Phone1', ! 'position':(100, 195), 'size':(169, -1), }, *************** *** 191,195 **** {'type':'TextField', 'name':'Phone2', ! 'position':(100, 198), 'size':(169, -1), }, --- 191,195 ---- {'type':'TextField', 'name':'Phone2', ! 'position':(100, 225), 'size':(169, -1), }, *************** *** 197,201 **** {'type':'TextField', 'name':'Phone3', ! 'position':(100, 220), 'size':(169, -1), }, --- 197,201 ---- {'type':'TextField', 'name':'Phone3', ! 'position':(100, 255), 'size':(169, -1), }, *************** *** 203,207 **** {'type':'TextField', 'name':'Phone4', ! 'position':(100, 242), 'size':(169, -1), }, --- 203,207 ---- {'type':'TextField', 'name':'Phone4', ! 'position':(100, 285), 'size':(169, -1), }, *************** *** 209,213 **** {'type':'TextField', 'name':'Email', ! 'position':(100, 274), 'size':(300, -1), }, --- 209,213 ---- {'type':'TextField', 'name':'Email', ! 'position':(100, 315), 'size':(300, -1), }, *************** *** 215,219 **** {'type':'TextField', 'name':'Web', ! 'position':(100, 298), 'size':(300, -1), }, --- 215,219 ---- {'type':'TextField', 'name':'Web', ! 'position':(100, 345), 'size':(300, -1), }, *************** *** 221,225 **** {'type':'TextArea', 'name':'Notes', ! 'position':(100, 322), 'size':(300, 135), }, --- 221,225 ---- {'type':'TextArea', 'name':'Notes', ! 'position':(100, 375), 'size':(300, 135), }, *************** *** 227,232 **** {'type':'StaticText', 'name':'NameLabel', ! 'position':(7, 24), ! 'size':(68, 16), 'alignment':'right', 'text':'Name', --- 227,232 ---- {'type':'StaticText', 'name':'NameLabel', ! 'position':(5, 20), ! 'size':(68, -1), 'alignment':'right', 'text':'Name', *************** *** 235,240 **** {'type':'StaticText', 'name':'CompanyLabel', ! 'position':(7, 46), ! 'size':(68, 16), 'alignment':'right', 'text':'Company', --- 235,240 ---- {'type':'StaticText', 'name':'CompanyLabel', ! 'position':(5, 50), ! 'size':(68, -1), 'alignment':'right', 'text':'Company', *************** *** 243,248 **** {'type':'StaticText', 'name':'StreetLabel', ! 'position':(8, 79), ! 'size':(68, 16), 'alignment':'right', 'text':'Street', --- 243,248 ---- {'type':'StaticText', 'name':'StreetLabel', ! 'position':(5, 85), ! 'size':(68, -1), 'alignment':'right', 'text':'Street', *************** *** 251,256 **** {'type':'StaticText', 'name':'CityLabel', ! 'position':(8, 101), ! 'size':(68, 16), 'alignment':'right', 'text':'City', --- 251,256 ---- {'type':'StaticText', 'name':'CityLabel', ! 'position':(5, 110), ! 'size':(68, -1), 'alignment':'right', 'text':'City', *************** *** 259,264 **** {'type':'StaticText', 'name':'StateLabel', ! 'position':(8, 123), ! 'size':(68, 16), 'alignment':'right', 'text':'State', --- 259,264 ---- {'type':'StaticText', 'name':'StateLabel', ! 'position':(5, 140), ! 'size':(68, -1), 'alignment':'right', 'text':'State', *************** *** 267,272 **** {'type':'StaticText', 'name':'ZipCodeLabel', ! 'position':(8, 145), ! 'size':(68, 16), 'alignment':'right', 'text':'Zip Code', --- 267,272 ---- {'type':'StaticText', 'name':'ZipCodeLabel', ! 'position':(5, 170), ! 'size':(68, -1), 'alignment':'right', 'text':'Zip Code', *************** *** 275,280 **** {'type':'StaticText', 'name':'TelephoneLabel', ! 'position':(7, 180), ! 'size':(68, 16), 'alignment':'right', 'text':'Telephone', --- 275,280 ---- {'type':'StaticText', 'name':'TelephoneLabel', ! 'position':(5, 200), ! 'size':(68, -1), 'alignment':'right', 'text':'Telephone', *************** *** 283,288 **** {'type':'StaticText', 'name':'EmailLabel', ! 'position':(7, 278), ! 'size':(68, 16), 'alignment':'right', 'text':'Email', --- 283,288 ---- {'type':'StaticText', 'name':'EmailLabel', ! 'position':(5, 320), ! 'size':(68, -1), 'alignment':'right', 'text':'Email', *************** *** 291,296 **** {'type':'StaticText', 'name':'WebLabel', ! 'position':(7, 302), ! 'size':(68, 16), 'alignment':'right', 'text':'Web', --- 291,296 ---- {'type':'StaticText', 'name':'WebLabel', ! 'position':(5, 350), ! 'size':(68, -1), 'alignment':'right', 'text':'Web', *************** *** 299,304 **** {'type':'StaticText', 'name':'NotesLabel', ! 'position':(7, 325), ! 'size':(68, 16), 'alignment':'right', 'text':'Notes', --- 299,304 ---- {'type':'StaticText', 'name':'NotesLabel', ! 'position':(5, 380), ! 'size':(68, -1), 'alignment':'right', 'text':'Notes', *************** *** 352,356 **** 'size':(30, 19), 'text':'1', ! 'visible':0, }, --- 352,356 ---- 'size':(30, 19), 'text':'1', ! 'visible':False, }, *************** *** 360,364 **** 'size':(73, 19), 'text':'last word', ! 'visible':0, }, --- 360,364 ---- 'size':(73, 19), 'text':'last word', ! 'visible':False, }, *************** *** 367,371 **** 'position':(100, 0), 'size':(241, 24), ! 'visible':0, }, --- 367,371 ---- 'position':(100, 0), 'size':(241, 24), ! 'visible':False, }, |