;the "Insert | Date & Time..." menu command, the "Edit..." button

object EditDateFmtForm: TEditDateFmtForm
  Caption = 'Editar formato de fecha/hora'
  ClientHeight = 322
  ClientWidth = 365
  object FormatLbl: TLabel
    Left = 10
    Top = 13
    Caption = 'Formato:'
  end
  object FormatEdt: TEdit
    Left = 80
    Top = 10
    Width = 270
    MaxLength = 100
    OnChange = FormatEdtChange
  end
  object PreviewLbl: TLabel
    Left = 10
    Top = 38
    Caption = 'Vista previa:'
  end
  object PreviewEdt: TEdit
    Left = 80
    Top = 35
    Width = 270
    Color = -2147483633
    ReadOnly = true
  end
  object LegendLbl: TLabel
    Left = 10
    Top = 80
    Caption = 'Use los siguientes elementos para construir un formato de fecha/hora:'
  end
  object LegendMemo: TMemo
    Left = 10
    Top = 100
    Width = 345
    Height = 175
    Color = -2147483633
    ScrollBars = ssVertical
    ReadOnly = true
  end
end