VB.Form,Name,frmDataEntry ,BorderStyle,3 'Fixed Dialog ,Caption,"MSRDC Data Entry Form" ,ClientHeight,2250 ,ClientLeft,45 ,ClientTop,330 ,ClientWidth,6510 ,MaxButton,0 'False ,MinButton,0 'False ,ShowInTaskbar,0 'False ,StartUpPosition,3 'Windows Default VB.TextBox,Name,txtAUID ,DataSource,"MSRDC1" ,Height,285 ,Left,1440 ,Text,"Text2" ,Top,180 ,Width,1200 VB.CommandButton,Name,cmdBtn ,Caption,"&Close" ,Height,300 ,Index,4 ,Left,5160 ,Top,1500 ,Width,1200 VB.CommandButton,Name,cmdBtn ,Caption,"&Refresh" ,Height,300 ,Index,3 ,Left,3900 ,Top,1500 ,Width,1200 VB.CommandButton,Name,cmdBtn ,Caption,"&Update" ,Height,300 ,Index,2 ,Left,2640 ,Top,1500 ,Width,1200 VB.CommandButton,Name,cmdBtn ,Caption,"&Delete" ,Height,300 ,Index,1 ,Left,1380 ,Top,1500 ,Width,1200 VB.CommandButton,Name,cmdBtn ,Caption,"&Add" ,Height,300 ,Index,0 ,Left,120 ,Top,1500 ,Width,1200 VB.TextBox,Name,txtDOB ,DataSource,"MSRDC1" ,Height,285 ,Left,1440 ,Text,"Text2" ,Top,960 ,Width,1200 VB.TextBox,Name,txtName ,DataSource,"MSRDC1" ,Height,285 ,Left,1440 ,Text,"Text1" ,Top,540 ,Width,2400 MSRDC.MSRDC,Name,MSRDC1 ,Align,2 'Align Bottom ,Height,330 ,Left,0 ,Top,1920 ,Width,6510 ,Options,0 ,CursorDriver,3 ,BOFAction,0 ,EOFAction,0 ,RecordsetType,1 ,LockType,5 ,QueryType,0 ,Prompt,1 ,Appearance,1 ,QueryTimeout,30 ,RowsetSize,100 ,LoginTimeout,15 ,KeysetSize,0 ,MaxRows,0 ,ErrorThreshold,-1 ,BatchSize,15 ,BackColor,-2147483643 ,ForeColor,-2147483640 ,Enabled,-1 'True ,ReadOnly,0 'False ,Appearance,-1 'True ,DataSourceName,"BOOKS6" ,RecordSource,"SELECT * FROM Authors" ,UserName,"admin" ,Password,"" ,Connect,"" ,LogMessages,"" ,Caption,"MSRDC1" ,BeginProperty,{0BE35203-8F91-11CE-9DE3-00AA004BB851} ,Name,"MS Sans Serif" ,Size,8.25 ,Charset,0 ,Weight,400 ,Underline,0 'False ,Italic,0 'False ,Strikethrough,0 'False ,EndProperty, VB.Label,Name,lblDOB ,Caption,"DOB" ,Height,255 ,Left,120 ,Top,1020 ,Width,1200 VB.Label,Name,lblName ,Caption,"Name" ,Height,255 ,Left,120 ,Top,600 ,Width,1200 VB.Label,Name,lblAuthorID ,Caption,"Author ID" ,Height,255 ,Left,120 ,Top,180 ,Width,1200