object frmODActive: TfrmODActive Left = 267 Top = 216 Width = 547 Height = 350 Caption = 'Copy active orders for selected event' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object lblCaption: TLabel Left = 0 Top = 0 Width = 539 Height = 29 Align = alTop AutoSize = False Caption = ' Highlight orders to be copied to delayed release event' Layout = tlCenter WordWrap = True end object pnlClient: TPanel Left = 0 Top = 29 Width = 539 Height = 287 Align = alClient BevelOuter = bvNone Locked = True TabOrder = 0 DesignSize = ( 539 287) object btnOK: TButton Left = 386 Top = 270 Width = 57 Height = 20 Anchors = [akRight, akBottom] Caption = 'OK' TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 458 Top = 270 Width = 57 Height = 20 Anchors = [akRight, akBottom] Caption = 'Cancel' TabOrder = 3 OnClick = btnCancelClick end object lstActiveOrders: TCaptionListBox Left = 0 Top = 21 Width = 539 Height = 242 Style = lbOwnerDrawVariable Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 16 MultiSelect = True TabOrder = 1 OnDblClick = btnOKClick OnDrawItem = lstActiveOrdersDrawItem OnMeasureItem = lstActiveOrdersMeasureItem Caption = ' Copy selected active orders to the release event' end object hdControl: THeaderControl Left = 0 Top = 0 Width = 539 Height = 21 Sections = < item ImageIndex = -1 MinWidth = 50 Text = 'Service' Width = 100 end item ImageIndex = -1 MinWidth = 200 Text = 'Orders' Width = 280 end item ImageIndex = -1 MinWidth = 50 Text = 'Start / Stop' Width = 112 end item ImageIndex = -1 MinWidth = 50 Text = 'Status' Width = 80 end> OnSectionResize = hdControlSectionResize end end object DKLanguageController1: TDKLanguageController Left = 256 Top = 160 LangData = { 0B0066726D4F44416374697665010100000001000000070043617074696F6E01 060000000A006C626C43617074696F6E01010000000200000007004361707469 6F6E000900706E6C436C69656E740000050062746E4F4B010100000003000000 070043617074696F6E00090062746E43616E63656C0101000000040000000700 43617074696F6E000F006C73744163746976654F726465727301010000000500 0000070043617074696F6E0009006864436F6E74726F6C010400000006000000 100053656374696F6E735B305D2E5465787407000000100053656374696F6E73 5B315D2E5465787408000000100053656374696F6E735B325D2E546578740900 0000100053656374696F6E735B335D2E5465787400} end end