要加载的是tMonster[key].MonsterName
但是,不知道怎么写
麻烦大家指点一下,谢谢了哈
Label lMName = new Label();
                lMName.Text = //这个地方应该怎么写?
                lMName.AutoSize = false;
                lMName.BackColor = Color.Yellow;
                lMName.BorderStyle = BorderStyle.FixedSingle;
                lMName.Location = new Point(tMonster[key].MonsterOriginaLocation.X,tMonster[key].
                    MonsterOriginaLocation.Y-10);                this.Controls.Add(lMName);