object frmODChild: TfrmODChild Left = 433 Top = 271 Width = 512 Height = 453 Caption = 'Associated Complex Orders' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblWarning: TLabel Left = 0 Top = 0 Width = 504 Height = 59 Align = alTop AutoSize = False Caption = 'You have requested to discontinue a medication order which was e' + 'ntered as part of a complex order. The following are the orders ' + 'associated with the same complex order. Do you want to dicsconti' + 'nue all of these orders?' WordWrap = True end object Panel1: TPanel Left = 0 Top = 59 Width = 504 Height = 319 Align = alClient BevelOuter = bvNone BorderWidth = 3 BorderStyle = bsSingle TabOrder = 0 object lstODComplex: TListBox Left = 3 Top = 3 Width = 494 Height = 309 Style = lbOwnerDrawVariable Align = alClient ItemHeight = 16 TabOrder = 0 OnDrawItem = lstODComplexDrawItem OnMeasureItem = lstODComplexMeasureItem end end object Panel2: TPanel Left = 0 Top = 378 Width = 504 Height = 41 Align = alBottom TabOrder = 1 DesignSize = ( 504 41) object btnOK: TButton Left = 332 Top = 12 Width = 75 Height = 21 Anchors = [akRight, akBottom] Caption = 'OK' TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 416 Top = 12 Width = 75 Height = 21 Anchors = [akRight, akBottom] Caption = 'Cancel' TabOrder = 1 OnClick = btnCancelClick end end object DKLanguageController1: TDKLanguageController Left = 240 Top = 216 LangData = { 0A0066726D4F444368696C64010100000001000000070043617074696F6E0106 0000000A006C626C5761726E696E67010100000002000000070043617074696F 6E00060050616E656C3100000C006C73744F44436F6D706C6578000006005061 6E656C320000050062746E4F4B010100000003000000070043617074696F6E00 090062746E43616E63656C010100000004000000070043617074696F6E00} end end