Commit 9a607f45 张东亮

修改字体,避免0和O显示

1 个父辈 7466f0f6
......@@ -366,7 +366,7 @@ namespace SmartScan
this.LstCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LstCode.BorderWidth = 2;
this.LstCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.LstCode.Font = new System.Drawing.Font("宋体", 9F);
this.LstCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LstCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LstCode.ItemHeight = 40;
this.LstCode.Location = new System.Drawing.Point(4, 4);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!