# | 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.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtValueBox_KeyDown); |
47 | // | |
48 | // btnCopy | |
49 | // |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |