inherited frmVerifyOrders: TfrmVerifyOrders Left = 341 Top = 182 Height = 367 Caption = 'Verify Orders' Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel [0] Left = 0 Top = 0 Width = 427 Height = 286 Align = alClient Constraints.MinHeight = 260 TabOrder = 1 OnResize = Panel1Resize DesignSize = ( 427 286) object lblVerify: TLabel Left = 1 Top = 1 Width = 425 Height = 13 Align = alTop Caption = 'The following orders will be marked as verified -' end object lstOrders: TCaptionListBox Left = 4 Top = 16 Width = 419 Height = 274 Style = lbOwnerDrawVariable Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 ScrollWidth = 409 TabOrder = 0 OnDrawItem = lstOrdersDrawItem OnMeasureItem = lstOrdersMeasureItem Caption = 'The following orders will be released from hold ' end end object Panel2: TPanel [1] Left = 0 Top = 286 Width = 427 Height = 47 Align = alBottom TabOrder = 0 object lblESCode: TLabel Left = 8 Top = 4 Width = 123 Height = 13 Caption = 'Electronic Signature Code' end object txtESCode: TCaptionEdit Left = 8 Top = 20 Width = 137 Height = 21 PasswordChar = '*' TabOrder = 0 Caption = 'Electronic Signature Code' end object cmdOK: TButton Left = 267 Top = 20 Width = 72 Height = 21 Caption = 'OK' Default = True TabOrder = 2 OnClick = cmdOKClick end object cmdCancel: TButton Left = 347 Top = 20 Width = 72 Height = 21 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = cmdCancelClick end end inherited DKLanguageController1: TDKLanguageController LangData = { 0F0066726D5665726966794F7264657273010100000001000000070043617074 696F6E0108000000060050616E656C31000009006C626C566572696679010100 000002000000070043617074696F6E0009006C73744F72646572730101000000 03000000070043617074696F6E00060050616E656C32000009006C626C455343 6F6465010100000004000000070043617074696F6E0009007478744553436F64 65010100000005000000070043617074696F6E000500636D644F4B0101000000 06000000070043617074696F6E000900636D6443616E63656C01010000000700 0000070043617074696F6E00} end end