inherited frmRenewOrders: TfrmRenewOrders Left = 434 Top = 232 HorzScrollBar.Tracking = True HorzScrollBar.Visible = True VertScrollBar.Tracking = True AutoScroll = False Caption = 'Renew Orders' ClientHeight = 416 ClientWidth = 592 Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object hdrOrders: THeaderControl Left = 0 Top = 0 Width = 592 Height = 17 DragReorder = False Constraints.MinHeight = 17 Sections = < item AutoSize = True ImageIndex = -1 Text = 'Order to be Renewed' Width = 296 end item AutoSize = True ImageIndex = -1 Text = 'Start/Stop Time' Width = 296 end> OnSectionResize = hdrOrdersSectionResize end object pnlBottom: TPanel Left = 0 Top = 393 Width = 592 Height = 23 Align = alBottom Anchors = [akLeft, akTop, akRight, akBottom] AutoSize = True TabOrder = 2 DesignSize = ( 592 23) object cmdCancel: TButton Left = 512 Top = 1 Width = 72 Height = 21 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' Constraints.MinHeight = 21 TabOrder = 0 OnClick = cmdCancelClick end object cmdOK: TButton Left = 424 Top = 1 Width = 72 Height = 21 Anchors = [akTop, akRight] Caption = 'OK' Constraints.MinHeight = 21 Default = True TabOrder = 1 OnClick = cmdOKClick end object cmdChange: TButton Left = 8 Top = 1 Width = 145 Height = 21 Caption = 'Change...' Constraints.MinHeight = 21 Enabled = False TabOrder = 2 OnClick = cmdChangeClick end end object lstOrders: TCaptionListBox Left = 0 Top = 17 Width = 592 Height = 376 Style = lbOwnerDrawVariable Align = alClient Anchors = [] Color = clCream Ctl3D = True ExtendedSelect = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 24 ParentCtl3D = False ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = lstOrdersClick OnDrawItem = lstOrdersDrawItem OnMeasureItem = lstOrdersMeasureItem HintOnItem = True end end