# | Line 131 | Line 131 | namespace System.Windows.Forms | |
---|---|---|
131 | this.txtFloat.ReadOnly = false; | |
132 | this.txtFloat.Size = new System.Drawing.Size(189, 28); | |
133 | this.txtFloat.TabIndex = 6; | |
134 | < | this.txtFloat.Value = 0F; |
134 | > | this.txtFloat.Value = "0"; |
135 | // | |
136 | // IEEE754FloatConverter | |
137 | // |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |