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

Comparing ibx/trunk/examples/DBAdmin/dlg/BackupDlgUnit.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 9 | Line 9 | object BackupDlg: TBackupDlg
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 = 96
15      Height = 25
# Line 202 | Line 202 | object BackupDlg: TBackupDlg
202        OnShow = ReportTabShow
203        object Report: TMemo
204          Left = 0
205 <        Height = 189
205 >        Height = 294
206          Top = 0
207          Width = 351
208          Align = alClient
# Line 212 | Line 212 | object BackupDlg: TBackupDlg
212          ScrollBars = ssAutoBoth
213          TabOrder = 0
214        end
215 +      object ProgressBar1: TProgressBar
216 +        Left = 0
217 +        Height = 20
218 +        Top = 294
219 +        Width = 351
220 +        Align = alBottom
221 +        Style = pbstMarquee
222 +        TabOrder = 1
223 +      end
224      end
225    end
226    object SaveDialog1: TSaveDialog
# Line 222 | Line 231 | object BackupDlg: TBackupDlg
231      top = 120
232    end
233    object IBXClientSideBackupService1: TIBXClientSideBackupService
234 <    ServicesConnection = DatabaseData.IBXServicesConnection1
234 >    ServicesConnection = DBDataModule.IBXServicesConnection1
235      TraceFlags = []
236 +    OnGetNextLine = IBXClientSideBackupService1GetNextLine
237      BlockingFactor = 0
238      Options = []
239      left = 262
240      top = 216
241    end
242    object IBXServerSideBackupService1: TIBXServerSideBackupService
243 <    ServicesConnection = DatabaseData.IBXServicesConnection1
243 >    ServicesConnection = DBDataModule.IBXServicesConnection1
244      TraceFlags = []
245 +    OnGetNextLine = IBXClientSideBackupService1GetNextLine
246      BlockingFactor = 0
247      Options = []
248      StatisticsRequested = [bsTotalTime]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines