inherited frmUnholdOrders: TfrmUnholdOrders Left = 269 Top = 192 Height = 270 Caption = 'Release Orders from Hold' Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel [0] Left = 8 Top = 8 Width = 222 Height = 13 Caption = 'The following orders will be released from hold -' end object lstOrders: TCaptionListBox [1] Left = 8 Top = 22 Width = 411 Height = 176 ItemHeight = 13 TabOrder = 0 Caption = 'The following orders will be released from hold ' end object cmdOK: TButton [2] Left = 267 Top = 214 Width = 72 Height = 21 Caption = 'OK' Default = True TabOrder = 1 OnClick = cmdOKClick end object cmdCancel: TButton [3] Left = 347 Top = 214 Width = 72 Height = 21 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = cmdCancelClick end inherited DKLanguageController1: TDKLanguageController LangData = { 0F0066726D556E686F6C644F7264657273010100000001000000070043617074 696F6E010400000006004C6162656C3101010000000200000007004361707469 6F6E0009006C73744F7264657273010100000003000000070043617074696F6E 000500636D644F4B010100000004000000070043617074696F6E000900636D64 43616E63656C010100000005000000070043617074696F6E00} end end