Hello!

I have managed to mess up quite a few .frm files while I was trying to write a control replacement tool.

In order to avoid any more mistakes, I would like to ask if somebody can point me to a document about the indents that should be used e. g. here:

Code:
   Begin testLib12.TextBox txtSearchCol 
      Height          =   405
      Left            =   1200
      TabIndex        =   2
      Top             =   9720
      Width           =   2895
      _ExtentX        =   0
      _ExtentY        =   0
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Text            =   "fTableViewer.frx":74F2
   End
The number of spaces before the property name, before the property value and the number of spaces after the property value vary.
I would like to see the rules that have to be applied here as I need to fix these.

Thank you!