inherited frmDCOrders: TfrmDCOrders Left = 316 Top = 226 Width = 433 Height = 316 Caption = 'Discontinue / Cancel Orders' Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel [0] Left = 0 Top = 0 Width = 425 Height = 13 Align = alTop Caption = 'The following orders will be discontinued -' WordWrap = True end object Panel1: TPanel [1] Left = 0 Top = 13 Width = 425 Height = 181 Align = alClient TabOrder = 0 object lstOrders: TCaptionListBox Left = 1 Top = 1 Width = 423 Height = 179 Style = lbOwnerDrawVariable Align = alClient ItemHeight = 13 TabOrder = 0 OnDrawItem = lstOrdersDrawItem OnMeasureItem = lstOrdersMeasureItem Caption = 'The following orders will be discontinued ' end end object Panel2: TPanel [2] Left = 0 Top = 194 Width = 425 Height = 88 Align = alBottom TabOrder = 1 DesignSize = ( 425 88) object lblReason: TLabel Left = 1 Top = 1 Width = 423 Height = 13 Align = alTop Caption = 'Reason for Discontinue (select one)' end object lstReason: TORListBox Left = 3 Top = 19 Width = 218 Height = 60 ItemHeight = 13 ParentShowHint = False ShowHint = True Sorted = True TabOrder = 0 Caption = 'Reason for Discontinue (select one)' ItemTipColor = clWindow LongList = False Pieces = '2' end object cmdOK: TButton Left = 267 Top = 54 Width = 72 Height = 21 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True TabOrder = 2 OnClick = cmdOKClick end object cmdCancel: TButton Left = 347 Top = 54 Width = 72 Height = 21 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = cmdCancelClick end end inherited DKLanguageController1: TDKLanguageController LangData = { 0B0066726D44434F7264657273010100000001000000070043617074696F6E01 0800000006004C6162656C31010100000002000000070043617074696F6E0006 0050616E656C31000009006C73744F7264657273010100000003000000070043 617074696F6E00060050616E656C32000009006C626C526561736F6E01010000 0004000000070043617074696F6E0009006C7374526561736F6E010100000005 000000070043617074696F6E000500636D644F4B010100000006000000070043 617074696F6E000900636D6443616E63656C0101000000070000000700436170 74696F6E00} end end