Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Briefcase/BriefcaseModelClientMain.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

136 lines
3.2 KiB
Plaintext

object BriefcaseModelClientMainForm: TBriefcaseModelClientMainForm
Left = 85
Top = 124
AutoScroll = False
Caption = 'Briefcase Model Client'
ClientHeight = 398
ClientWidth = 567
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 215
Width = 567
Height = 5
Cursor = crVSplit
Align = alBottom
Beveled = True
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 567
Height = 34
Align = alTop
TabOrder = 0
object OpenButton: TButton
Left = 10
Top = 7
Width = 90
Height = 22
Caption = 'Fetch Data'
TabOrder = 0
OnClick = OpenButtonClick
end
object ApplyUpdateButton: TButton
Left = 101
Top = 7
Width = 90
Height = 22
Action = ApplyUpdateAction
TabOrder = 1
end
object DiscardChangesButton: TButton
Left = 192
Top = 7
Width = 90
Height = 22
Action = DiscardChangesAction
TabOrder = 2
end
object ShowChangesButton: TButton
Left = 283
Top = 7
Width = 90
Height = 22
Action = ShowChangesAction
TabOrder = 3
end
end
object gCustomers: TDBGrid
Left = 0
Top = 59
Width = 567
Height = 156
Align = alClient
DataSource = BriefcaseModelClientDataModule.ds_Customers
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object gOrders: TDBGrid
Left = 0
Top = 220
Width = 567
Height = 153
Align = alBottom
DataSource = BriefcaseModelClientDataModule.ds_Orders
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object dbnCustomers: TDBNavigator
Left = 0
Top = 34
Width = 567
Height = 25
DataSource = BriefcaseModelClientDataModule.ds_Customers
Align = alTop
TabOrder = 3
end
object dbnOrders: TDBNavigator
Left = 0
Top = 373
Width = 567
Height = 25
DataSource = BriefcaseModelClientDataModule.ds_Orders
Align = alBottom
TabOrder = 4
end
object ActionList1: TActionList
Left = 337
Top = 87
object ApplyUpdateAction: TAction
Caption = 'Apply update'
OnExecute = ApplyUpdateButtonClick
OnUpdate = ApplyUpdateActionUpdate
end
object DiscardChangesAction: TAction
Caption = 'Discard changes'
OnExecute = DiscardChangesButtonClick
OnUpdate = ApplyUpdateActionUpdate
end
object ShowChangesAction: TAction
Caption = 'Show changes'
OnExecute = ShowChangesButtonClick
OnUpdate = ApplyUpdateActionUpdate
end
end
end