///<summary></summary> public ContrYN() { InitializeComponent(); Lan.C(this, new Control[] { checkY, checkN }); checkN.Location = new Point(checkY.Right + 10, checkN.Top); }
///<summary></summary> public FormParameterInput() { // // Required for Windows Form Designer support // InitializeComponent(); Lan.C("All", new System.Windows.Forms.Control[] { butOK, butCancel, }); //MultInput2.MultInputItems=new MultInputItemCollection(); }