[Ocs-comps-commits] OCS2/Samples/VCL/PluginManager/DBShare/Interbase/Host IB_DB_SHARE.cfg,1.1,1.2 IB
Brought to you by:
tectsoft
From: Si C. <tec...@us...> - 2005-11-21 14:15:50
|
Update of /cvsroot/ocs-comps/OCS2/Samples/VCL/PluginManager/DBShare/Interbase/Host In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv501/Samples/VCL/PluginManager/DBShare/Interbase/Host Modified Files: IB_DB_SHARE.cfg IB_DB_SHARE.dof uMain.dfm uMain.pas Log Message: 2.5 Import Index: uMain.dfm =================================================================== RCS file: /cvsroot/ocs-comps/OCS2/Samples/VCL/PluginManager/DBShare/Interbase/Host/uMain.dfm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** uMain.dfm 21 Nov 2005 10:33:28 -0000 1.1 --- uMain.dfm 21 Nov 2005 14:15:39 -0000 1.2 *************** *** 19,23 **** Top = 0 Width = 640 ! Height = 63 Align = alClient AutoSize = True --- 19,23 ---- Top = 0 Width = 640 ! Height = 71 Align = alClient AutoSize = True *************** *** 28,32 **** object StatusBar1: TStatusBar Left = 0 ! Top = 63 Width = 640 Height = 19 --- 28,32 ---- object StatusBar1: TStatusBar Left = 0 ! Top = 71 Width = 640 Height = 19 *************** *** 41,44 **** --- 41,45 ---- Width = 50 end> + SimplePanel = False end object MainMenu1: TMainMenu *************** *** 69,73 **** ControlBar = ControlBar1 FlatButtons = True - ButtonSize = 26 Toolbars.DefaultToolbar = 'PluginToolbar' Toolbars.Public = True --- 70,73 ---- *************** *** 85,92 **** end object IBDatabase1: TIBDatabase - Params.Strings = ( - 'user_name=sysdba' - 'password=masterkey') - LoginPrompt = False DefaultTransaction = IBTransaction1 IdleTimer = 0 --- 85,88 ---- *************** *** 105,110 **** object OpenDialog1: TOpenDialog FileName = 'employee.gdb' ! Filter = 'Sample Employee Database|employee.fdb|All Files|*.*' ! Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing] Left = 104 Top = 32 --- 101,106 ---- object OpenDialog1: TOpenDialog FileName = 'employee.gdb' ! Filter = 'Sample Employee Database|employee.gdb' ! Options = [ofHideReadOnly, ofNoValidate, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing] Left = 104 Top = 32 Index: IB_DB_SHARE.cfg =================================================================== RCS file: /cvsroot/ocs-comps/OCS2/Samples/VCL/PluginManager/DBShare/Interbase/Host/IB_DB_SHARE.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IB_DB_SHARE.cfg 21 Nov 2005 10:33:28 -0000 1.1 --- IB_DB_SHARE.cfg 21 Nov 2005 14:15:39 -0000 1.2 *************** *** 35,39 **** -LE"c:\program files\borland\delphi7\Projects\Bpl" -LN"c:\program files\borland\delphi7\Projects\Bpl" - -w-UNSAFE_TYPE - -w-UNSAFE_CODE - -w-UNSAFE_CAST --- 35,36 ---- Index: uMain.pas =================================================================== RCS file: /cvsroot/ocs-comps/OCS2/Samples/VCL/PluginManager/DBShare/Interbase/Host/uMain.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** uMain.pas 21 Nov 2005 10:33:28 -0000 1.1 --- uMain.pas 21 Nov 2005 14:15:39 -0000 1.2 *************** *** 161,165 **** end; ! IBDatabase1.DatabaseName := '127.0.0.1/64000:' + dbName; IBDatabase1.Params.Text := 'user_name=sysdba'; if dbPassword <> '' then --- 161,165 ---- end; ! IBDatabase1.DatabaseName := dbName; IBDatabase1.Params.Text := 'user_name=sysdba'; if dbPassword <> '' then Index: IB_DB_SHARE.dof =================================================================== RCS file: /cvsroot/ocs-comps/OCS2/Samples/VCL/PluginManager/DBShare/Interbase/Host/IB_DB_SHARE.dof,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IB_DB_SHARE.dof 21 Nov 2005 10:33:28 -0000 1.1 --- IB_DB_SHARE.dof 21 Nov 2005 14:15:39 -0000 1.2 *************** *** 77,83 **** SuspiciousTypecast=1 PrivatePropAccessor=1 ! UnsafeType=0 ! UnsafeCode=0 ! UnsafeCast=0 [Linker] MapFile=0 --- 77,83 ---- SuspiciousTypecast=1 PrivatePropAccessor=1 ! UnsafeType=1 ! UnsafeCode=1 ! UnsafeCast=1 [Linker] MapFile=0 *************** *** 135,138 **** ProductVersion=1.0.0.0 Comments= - [Excluded Packages] - c:\program files\borland\delphi7\Projects\Bpl\PLGMDO.bpl=(untitled) --- 135,136 ---- |