- Recompilación de todos los paquetes de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@5 b6239004-a887-0f4b-9937-50029ccdca16
106 lines
2.4 KiB
Plaintext
106 lines
2.4 KiB
Plaintext
object MultiLevelDetailClient_MainForm: TMultiLevelDetailClient_MainForm
|
|
Left = 138
|
|
Top = 151
|
|
AutoScroll = False
|
|
Caption = 'Multi Level Detail Client'
|
|
ClientHeight = 380
|
|
ClientWidth = 457
|
|
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 = 252
|
|
Width = 457
|
|
Height = 8
|
|
Cursor = crVSplit
|
|
Align = alBottom
|
|
Beveled = True
|
|
end
|
|
object Splitter2: TSplitter
|
|
Left = 0
|
|
Top = 124
|
|
Width = 457
|
|
Height = 8
|
|
Cursor = crVSplit
|
|
Align = alBottom
|
|
Beveled = True
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 457
|
|
Height = 27
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object FillButton: TButton
|
|
Left = 9
|
|
Top = 3
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Fill'
|
|
TabOrder = 0
|
|
OnClick = FillButtonClick
|
|
end
|
|
object UpdateButton: TButton
|
|
Left = 147
|
|
Top = 3
|
|
Width = 75
|
|
Height = 22
|
|
Caption = 'Update'
|
|
TabOrder = 1
|
|
OnClick = UpdateButtonClick
|
|
end
|
|
end
|
|
object gOrderDetails: TDBGrid
|
|
Left = 0
|
|
Top = 260
|
|
Width = 457
|
|
Height = 120
|
|
Align = alBottom
|
|
DataSource = MultiLevelDetailClient_DataModule.ds_OrderDetails
|
|
TabOrder = 1
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
object gProducts: TDBGrid
|
|
Left = 0
|
|
Top = 132
|
|
Width = 457
|
|
Height = 120
|
|
Align = alBottom
|
|
DataSource = MultiLevelDetailClient_DataModule.ds_Products
|
|
TabOrder = 2
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
object gCategories: TDBGrid
|
|
Left = 0
|
|
Top = 27
|
|
Width = 457
|
|
Height = 97
|
|
Align = alClient
|
|
DataSource = MultiLevelDetailClient_DataModule.ds_Categories
|
|
TabOrder = 3
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
end
|