inherited frmCompleteOrders: TfrmCompleteOrders Left = 327 Top = 169 Height = 284 Caption = 'Complete Orders' Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel [0] Left = 8 Top = 8 Width = 231 Height = 13 Caption = 'The following orders will be marked as complete -' end object lblESCode: TLabel [1] Left = 8 Top = 214 Width = 123 Height = 13 Caption = 'Electronic Signature Code' end object lstOrders: TCaptionListBox [2] Left = 8 Top = 22 Width = 411 Height = 176 ItemHeight = 13 TabOrder = 3 Caption = 'The following orders will be marked as complete -' end object cmdOK: TButton [3] Left = 267 Top = 228 Width = 72 Height = 21 Caption = 'OK' Default = True TabOrder = 1 OnClick = cmdOKClick end object cmdCancel: TButton [4] Left = 347 Top = 228 Width = 72 Height = 21 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = cmdCancelClick end object txtESCode: TCaptionEdit [5] Left = 8 Top = 228 Width = 137 Height = 21 PasswordChar = '*' TabOrder = 0 Caption = 'Electronic Signature Code' end inherited DKLanguageController1: TDKLanguageController LangData = { 110066726D436F6D706C6574654F726465727301010000000100000007004361 7074696F6E010600000006004C6162656C310101000000020000000700436170 74696F6E0009006C626C4553436F646501010000000300000007004361707469 6F6E0009006C73744F7264657273010100000004000000070043617074696F6E 000500636D644F4B010100000005000000070043617074696F6E000900636D64 43616E63656C010100000006000000070043617074696F6E0009007478744553 436F6465010100000007000000070043617074696F6E00} end end