Exemplo n.º 1
0
 public override void FormRenderConfigInit(Client.UI.Base.Configs.FormRenderConfig config)
 {
     config.IsShowShadow = false;
     config.IconRect     = new Rectangle(5, 5, 20, 20);
 }
Exemplo n.º 2
0
 public override void FormRenderConfigInit(Client.UI.Base.Configs.FormRenderConfig config)
 {
     config.CanResize    = false;
     config.FormTextRect = new System.Drawing.Rectangle(7, 7, this.m_HostForm.Width, this.m_HostForm.Font.Height);
 }