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

Comparing ibx/trunk/examples/lookupcombobox/Unit1.lfm (file contents):
Revision 79 by tony, Tue Oct 17 10:07:58 2017 UTC vs.
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC

# Line 10 | Line 10 | object Form1: TForm1
10    OnClose = FormClose
11    OnShow = FormShow
12    Position = poScreenCenter
13 <  LCLVersion = '1.8.0.4'
13 >  LCLVersion = '1.8.1.0'
14    object Label1: TLabel
15      Left = 16
16      Height = 14
# Line 160 | Line 160 | object Form1: TForm1
160      end
161      object DBComboBox1: TDBComboBox
162        Left = 331
163 <      Height = 25
163 >      Height = 28
164        Top = 32
165        Width = 53
166        DataField = 'JOB_GRADE'
# Line 315 | Line 315 | object Form1: TForm1
315      IdleTimer = 0
316      TraceFlags = []
317      UseDefaultSystemCodePage = False
318 <    left = 328
319 <    top = 24
318 >    left = 224
319 >    top = 18
320    end
321    object IBTransaction1: TIBTransaction
322      Active = False
323      DefaultDatabase = IBDatabase1
324 <    left = 296
325 <    top = 24
324 >    left = 136
325 >    top = 18
326    end
327    object Employees: TIBDataSet
328      AllowAutoActivateTransaction = False
# Line 392 | Line 392 | object Form1: TForm1
392      GenerateParamNames = False
393      DataSetCloseAction = dcSaveChanges
394      AfterTransactionEnd = EmployeesAfterTransactionEnd
395 <    left = 496
396 <    top = 16
395 >    left = 376
396 >    top = 264
397      object EmployeesEMP_NO: TSmallintField
398        DisplayWidth = 10
399        FieldKind = fkData
# Line 546 | Line 546 | object Form1: TForm1
546    object EmployeeSource: TDataSource
547      DataSet = Employees
548      OnDataChange = EmployeeSourceDataChange
549 <    left = 462
550 <    top = 16
549 >    left = 272
550 >    top = 264
551    end
552    object ApplicationProperties1: TApplicationProperties
553      OnIdle = ApplicationProperties1Idle
554 <    left = 328
555 <    top = 56
554 >    left = 152
555 >    top = 280
556    end
557    object Countries: TIBQuery
558      AllowAutoActivateTransaction = False
# Line 580 | Line 580 | object Form1: TForm1
580          ParamType = ptInput
581        end>
582      DataSetCloseAction = dcDiscardChanges
583 <    left = 425
584 <    top = 56
583 >    left = 616
584 >    top = 16
585      ParamData = <    
586        item
587          DataType = ftUnknown
# Line 596 | Line 596 | object Form1: TForm1
596    end
597    object CountriesSource: TDataSource
598      DataSet = Countries
599 <    left = 392
600 <    top = 58
599 >    left = 528
600 >    top = 18
601    end
602    object JobCodes: TIBQuery
603      AllowAutoActivateTransaction = False
# Line 620 | Line 620 | object Form1: TForm1
620          ParamType = ptInput
621        end>
622      DataSetCloseAction = dcDiscardChanges
623 <    left = 425
623 >    left = 416
624      top = 18
625      ParamData = <    
626        item
# Line 631 | Line 631 | object Form1: TForm1
631    end
632    object JobCodeSource: TDataSource
633      DataSet = JobCodes
634 <    left = 392
634 >    left = 328
635      top = 18
636    end
637   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines