Commit a50aeeef HZH

一个小bug

1 个父辈 ee88a653
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
this.ClientSize = new System.Drawing.Size(226, 83); this.ClientSize = new System.Drawing.Size(226, 83);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FrmAnchorTips"; this.Name = "FrmAnchorTips";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "FrmAnchorTips"; this.Text = "FrmAnchorTips";
this.ResumeLayout(false); this.ResumeLayout(false);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!