35 |
|
// |
36 |
|
this.txtDeviceMap.BackColor = System.Drawing.SystemColors.ControlLight; |
37 |
|
this.txtDeviceMap.Dock = System.Windows.Forms.DockStyle.Fill; |
38 |
< |
this.txtDeviceMap.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
38 |
> |
this.txtDeviceMap.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
39 |
|
this.txtDeviceMap.Location = new System.Drawing.Point(0, 0); |
40 |
|
this.txtDeviceMap.Name = "txtDeviceMap"; |
41 |
|
this.txtDeviceMap.ReadOnly = true; |