/////////////////////////////////// public AlarmForm(UBSLib.UBSVisualModule _parent) { this.parent = _parent; InitializeComponent(); Init(); lstAlarms.Size = new Size(this.splSeparador.Panel1.Width - 100, this.splSeparador.Panel1.Height - 50); lstAlarms.Location = new Point(25, 25); lstAlarms.Font = new Font("Arial", 16, FontStyle.Bold); this.splSeparador.SplitterDistance = this.splSeparador.Height / 2; }
public TwincatComForm(UBSLib.UBSVisualModule _parent) { this.parent = _parent; InitializeComponent(); }