59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
|
|
object BriefcaseModelClientChangesForm: TBriefcaseModelClientChangesForm
|
||
|
|
Left = 108
|
||
|
|
Top = 133
|
||
|
|
AutoScroll = False
|
||
|
|
Caption = 'Changes'
|
||
|
|
ClientHeight = 352
|
||
|
|
ClientWidth = 405
|
||
|
|
Color = clBtnFace
|
||
|
|
ParentFont = True
|
||
|
|
OldCreateOrder = False
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object Splitter1: TSplitter
|
||
|
|
Left = 0
|
||
|
|
Top = 123
|
||
|
|
Width = 405
|
||
|
|
Height = 8
|
||
|
|
Cursor = crVSplit
|
||
|
|
Align = alBottom
|
||
|
|
Beveled = True
|
||
|
|
end
|
||
|
|
object ListView: TListView
|
||
|
|
Left = 0
|
||
|
|
Top = 131
|
||
|
|
Width = 405
|
||
|
|
Height = 221
|
||
|
|
Align = alBottom
|
||
|
|
Columns = <
|
||
|
|
item
|
||
|
|
Caption = 'Name'
|
||
|
|
Width = 200
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Caption = 'Old value'
|
||
|
|
Width = 100
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Caption = 'New value'
|
||
|
|
Width = 100
|
||
|
|
end>
|
||
|
|
OwnerData = True
|
||
|
|
ReadOnly = True
|
||
|
|
RowSelect = True
|
||
|
|
TabOrder = 0
|
||
|
|
ViewStyle = vsReport
|
||
|
|
OnData = ListViewData
|
||
|
|
end
|
||
|
|
object ListBox: TListBox
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Width = 405
|
||
|
|
Height = 123
|
||
|
|
Align = alClient
|
||
|
|
ItemHeight = 13
|
||
|
|
TabOrder = 1
|
||
|
|
OnClick = ListBoxClick
|
||
|
|
end
|
||
|
|
end
|