object frmRefillOrders: TfrmRefillOrders Left = 181 Top = 267 Width = 435 Height = 311 Caption = 'Refill Orders' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlBottom: TPanel Left = 0 Top = 200 Width = 427 Height = 84 Align = alBottom BevelOuter = bvNone TabOrder = 0 object cmdOK: TButton Left = 234 Top = 40 Width = 72 Height = 21 Caption = 'OK' Default = True TabOrder = 0 OnClick = cmdOKClick end object cmdCancel: TButton Left = 314 Top = 40 Width = 72 Height = 21 Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = cmdCancelClick end object grbPickUp: TGroupBox Left = 42 Top = 5 Width = 136 Height = 75 Caption = ' Pick Up ' TabOrder = 2 object radWindow: TRadioButton Left = 12 Top = 17 Width = 113 Height = 17 Caption = 'at &Window' Checked = True TabOrder = 0 TabStop = True end object radMail: TRadioButton Left = 12 Top = 36 Width = 113 Height = 17 Caption = 'by &Mail' TabOrder = 1 end object radClinic: TRadioButton Left = 12 Top = 55 Width = 113 Height = 17 Caption = 'in &Clinic' TabOrder = 2 end end end object pnlClient: TPanel Left = 0 Top = 0 Width = 427 Height = 200 Align = alClient BevelOuter = bvNone TabOrder = 1 object lblOrders: TLabel Left = 0 Top = 0 Width = 427 Height = 17 Align = alTop Caption = 'Request refills for the following orders -' end object lstOrders: TCaptionListBox Left = 0 Top = 17 Width = 427 Height = 183 Align = alClient ItemHeight = 13 TabOrder = 0 Caption = 'Request refills for the following orders ' end end end