object FrmMove: TFrmMove Left = 323 Top = 402 BorderIcons = [] BorderStyle = bsSingle Caption = 'Move To' ClientHeight = 71 ClientWidth = 216 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object btnOK: TButton Left = 72 Top = 48 Width = 57 Height = 20 Caption = 'OK' TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 144 Top = 48 Width = 57 Height = 20 Caption = 'Cancel' TabOrder = 1 OnClick = btnCancelClick end object cbMove: TComboBox Left = 16 Top = 8 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 2 Text = 'cbMove' end end