object Parent: TParent Left = 282 Top = 315 Width = 435 Height = 300 Caption = 'Parent' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object CmOpen: TOpenDialog FileEditStyle = fsEdit Options = [ofFileMustExist] Left = 8 Top = 56 end object CmSave: TSaveDialog FileEditStyle = fsEdit Options = [ofOverwritePrompt] Left = 40 Top = 56 end end