object RzCheckItemEditDlg: TRzCheckItemEditDlg Left = 200 Top = 99 BorderStyle = bsDialog Caption = 'Check Item' ClientHeight = 68 ClientWidth = 283 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 20 Height = 13 Caption = 'Item' end object EdtItem: TEdit Left = 40 Top = 8 Width = 233 Height = 20 TabOrder = 0 end object BtnOK: TButton Left = 116 Top = 36 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 198 Top = 36 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end