object fmEditDialogue: TfmEditDialogue Left = 161 Top = 164 ActiveControl = edtText BorderStyle = bsDialog Caption = 'Edit Dialog' ClientHeight = 69 ClientWidth = 453 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 15 object edtText: TEdit Left = 12 Top = 8 Width = 429 Height = 23 TabOrder = 0 Text = 'edtText' end object btnOK: TButton Left = 106 Top = 40 Width = 77 Height = 27 Caption = '&OK' Default = True Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 end object btnCancel: TButton Left = 270 Top = 40 Width = 77 Height = 27 Cancel = True Caption = '&Cancel' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 2 end object btnUndo: TButton Left = 188 Top = 40 Width = 77 Height = 27 Caption = '&Undo' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = btnUndoClick end end