inherited frmOCSession: TfrmOCSession Left = 220 Top = 392 Width = 504 Height = 298 BorderIcons = [] Caption = 'Order Checks' Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblJustify: TLabel Left = 8 Top = 195 Width = 248 Height = 13 Caption = 'Enter justification for overriding critical order checks -' end object lstChecks: TListBox Left = 8 Top = 8 Width = 480 Height = 149 ItemHeight = 13 MultiSelect = True Style = lbOwnerDrawVariable TabOrder = 0 OnDrawItem = lstChecksDrawItem OnMeasureItem = lstChecksMeasureItem end object txtJustify: TCaptionEdit Left = 8 Top = 209 Width = 480 Height = 21 MaxLength = 80 TabOrder = 2 Caption = 'Enter justification for overriding critical order checks -' end object cmdCancelOrder: TButton Left = 356 Top = 162 Width = 133 Height = 21 Caption = 'Cancel Selected Order(s)' TabOrder = 1 OnClick = cmdCancelOrderClick end object cmdContinue: TButton Left = 212 Top = 242 Width = 72 Height = 21 Caption = 'Continue' TabOrder = 3 OnClick = cmdContinueClick end end