# | Line 43 | Line 43 | |
---|---|---|
43 | this.txtValueBox.Size = new System.Drawing.Size(78, 26); | |
44 | this.txtValueBox.TabIndex = 3; | |
45 | this.txtValueBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; | |
46 | + | this.txtValueBox.TextChanged += new System.EventHandler(this.txtValueBox_TextChanged); |
47 | this.txtValueBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtValueBox_KeyDown); | |
48 | // | |
49 | // btnCopy |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |