object frmODChangeUnreleasedRenew: TfrmODChangeUnreleasedRenew Left = 240 Top = 163 Width = 537 Height = 198 Caption = 'Change Unreleased Renewed Order' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 57 Width = 529 Height = 81 Align = alClient TabOrder = 0 object lblRefill: TLabel Left = 9 Top = 15 Width = 28 Height = 13 Caption = 'Refills' end object lblPickUp: TLabel Left = 216 Top = 15 Width = 36 Height = 13 Caption = 'Pick up' end object edtRefill: TCaptionEdit Left = 8 Top = 34 Width = 121 Height = 21 TabOrder = 0 end object cboPickup: TORComboBox Left = 216 Top = 32 Width = 145 Height = 21 Style = orcsDropDown AutoSelect = True Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 1 end end object Panel3: TPanel Left = 0 Top = 57 Width = 529 Height = 81 Align = alClient TabOrder = 3 object Label1: TLabel Left = 61 Top = 16 Width = 53 Height = 13 Caption = 'Begin Date' end object Label2: TLabel Left = 274 Top = 17 Width = 45 Height = 13 Caption = 'End Date' end object txtStart: TORDateBox Left = 61 Top = 39 Width = 121 Height = 21 TabOrder = 0 DateOnly = False RequireTime = False Caption = 'Begin Date' end object txtStop: TORDateBox Left = 274 Top = 39 Width = 121 Height = 21 TabOrder = 1 DateOnly = False RequireTime = False Caption = 'End Date' end end object memOrder: TCaptionMemo Left = 0 Top = 0 Width = 529 Height = 57 Align = alTop BevelInner = bvLowered BevelOuter = bvRaised Color = clBtnFace Lines.Strings = ( '') ReadOnly = True ScrollBars = ssVertical TabOrder = 2 end object Panel1: TPanel Left = 0 Top = 138 Width = 529 Height = 32 Align = alBottom TabOrder = 1 object btnOK: TButton Left = 348 Top = 7 Width = 75 Height = 20 Caption = 'OK' TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 433 Top = 7 Width = 75 Height = 20 Caption = 'Cancel' TabOrder = 1 OnClick = btnCancelClick end end end