Componentes.Terceros.RemObj.../official/5.0.30.691/Data Abstract for Delphi/Samples/Exported DataTables/ExportedDataTablesClientMain.dfm

82 lines
1.8 KiB
Plaintext

object ExportedDataTablesClientMainForm: TExportedDataTablesClientMainForm
Left = 431
Top = 315
AutoScroll = False
Caption = 'Exported DataTables - Client'
ClientHeight = 287
ClientWidth = 494
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 163
Width = 494
Height = 3
Cursor = crVSplit
Align = alBottom
end
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 494
Height = 122
Align = alClient
DataSource = ExportedDataTablesClientDataModule.ds_Customers
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBGrid2: TDBGrid
Left = 0
Top = 166
Width = 494
Height = 121
Align = alBottom
DataSource = ExportedDataTablesClientDataModule.ds_Region
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 494
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Open/Close'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 8
Width = 75
Height = 25
Caption = 'ApplyUpdate'
TabOrder = 1
OnClick = Button2Click
end
end
end