ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/dlg/RestoreDlgUnit.lfm
(Generate patch)

Comparing ibx/trunk/examples/DBAdmin/dlg/RestoreDlgUnit.lfm (file contents):
Revision 271 by tony, Wed Mar 14 12:48:51 2018 UTC vs.
Revision 272 by tony, Mon Feb 4 13:34:37 2019 UTC

# Line 1 | Line 1
1   object RestoreDlg: TRestoreDlg
2 <  Left = 749
2 >  Left = 978
3    Height = 448
4 <  Top = 314
4 >  Top = 455
5    Width = 440
6    Caption = 'Restore Database'
7    ClientHeight = 448
# Line 9 | Line 9 | object RestoreDlg: TRestoreDlg
9    OnClose = FormClose
10    OnShow = FormShow
11    Position = poMainFormCenter
12 <  LCLVersion = '1.8.3.0'
12 >  LCLVersion = '2.0.0.3'
13    object Button1: TButton
14      Left = 128
15      Height = 25
# Line 252 | Line 252 | object RestoreDlg: TRestoreDlg
252        OnShow = ReportTabShow
253        object Report: TMemo
254          Left = 0
255 <        Height = 248
255 >        Height = 372
256          Top = 0
257 <        Width = 331
257 >        Width = 417
258          Align = alClient
259          Lines.Strings = (
260            'Report'
# Line 262 | Line 262 | object RestoreDlg: TRestoreDlg
262          ScrollBars = ssAutoBoth
263          TabOrder = 0
264        end
265 +      object ProgressBar1: TProgressBar
266 +        Left = 0
267 +        Height = 20
268 +        Top = 372
269 +        Width = 417
270 +        Align = alBottom
271 +        Style = pbstMarquee
272 +        TabOrder = 1
273 +      end
274      end
275    end
276    object OpenDialog1: TOpenDialog
# Line 273 | Line 282 | object RestoreDlg: TRestoreDlg
282      top = 24
283    end
284    object IBXClientSideRestoreService1: TIBXClientSideRestoreService
285 <    ServicesConnection = DatabaseData.IBXServicesConnection1
285 >    ServicesConnection = DBDataModule.IBXServicesConnection1
286      TraceFlags = []
287      OnGetNextLine = IBXClientSideRestoreService1GetNextLine
288      PageSize = 0
# Line 285 | Line 294 | object RestoreDlg: TRestoreDlg
294      top = 208
295    end
296    object IBXServerSideRestoreService1: TIBXServerSideRestoreService
297 <    ServicesConnection = DatabaseData.IBXServicesConnection1
297 >    ServicesConnection = DBDataModule.IBXServicesConnection1
298      TraceFlags = []
299      OnGetNextLine = IBXClientSideRestoreService1GetNextLine
300      PageSize = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines