Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Briefcase/BriefcaseModelClientChanges.dfm
david f0e35ec439 - Eliminadas las librerías para Delphi 6 (Dcu\D6) en RO y DA.
- Recompilación de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime.

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@3 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 10:40:17 +00:00

63 lines
1.2 KiB
Plaintext

object BriefcaseModelClientChangesForm: TBriefcaseModelClientChangesForm
Left = 108
Top = 133
AutoScroll = False
Caption = 'Changes'
ClientHeight = 352
ClientWidth = 405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
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