git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
135 lines
3.0 KiB
Plaintext
135 lines
3.0 KiB
Plaintext
object BusinessProcessorClientMainForm: TBusinessProcessorClientMainForm
|
|
Left = 320
|
|
Top = 215
|
|
AutoScroll = False
|
|
Caption = 'BusinessProcessor Client'
|
|
ClientHeight = 414
|
|
ClientWidth = 624
|
|
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 = 266
|
|
Width = 624
|
|
Height = 3
|
|
Cursor = crVSplit
|
|
Align = alBottom
|
|
end
|
|
object gCustomers: TDBGrid
|
|
Left = 0
|
|
Top = 58
|
|
Width = 624
|
|
Height = 208
|
|
Align = alClient
|
|
DataSource = BusinessProcessorClientDataModule.ds_Customers
|
|
TabOrder = 0
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
object dbnCustomers: TDBNavigator
|
|
Left = 0
|
|
Top = 33
|
|
Width = 624
|
|
Height = 25
|
|
DataSource = BusinessProcessorClientDataModule.ds_Customers
|
|
Align = alTop
|
|
TabOrder = 1
|
|
end
|
|
object Button1: TButton
|
|
Left = 13
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Open'
|
|
TabOrder = 2
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 91
|
|
Top = 7
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button2'
|
|
TabOrder = 3
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 624
|
|
Height = 33
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 4
|
|
object ApplyUpdateButton: TButton
|
|
Left = 92
|
|
Top = 6
|
|
Width = 74
|
|
Height = 25
|
|
Caption = 'Apply Update'
|
|
TabOrder = 0
|
|
OnClick = ApplyUpdateButtonClick
|
|
end
|
|
object OpenButton: TButton
|
|
Left = 13
|
|
Top = 6
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Open/Close'
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
object CreateCustomerButton: TButton
|
|
Left = 222
|
|
Top = 6
|
|
Width = 95
|
|
Height = 25
|
|
Caption = 'Create customer'
|
|
TabOrder = 2
|
|
OnClick = CreateCustomerButtonClick
|
|
end
|
|
object CreateOrderButton: TButton
|
|
Left = 322
|
|
Top = 6
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Create order'
|
|
TabOrder = 3
|
|
OnClick = CreateOrderButtonClick
|
|
end
|
|
end
|
|
object gOrders: TDBGrid
|
|
Left = 0
|
|
Top = 269
|
|
Width = 624
|
|
Height = 120
|
|
Align = alBottom
|
|
DataSource = BusinessProcessorClientDataModule.ds_Orders
|
|
TabOrder = 5
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
object dbnOrders: TDBNavigator
|
|
Left = 0
|
|
Top = 389
|
|
Width = 624
|
|
Height = 25
|
|
DataSource = BusinessProcessorClientDataModule.ds_Orders
|
|
Align = alBottom
|
|
TabOrder = 6
|
|
end
|
|
end
|