_textBox.Location = new Point(_label.Location.X, _label.Location.Y + _label.Height);
 _dateTimePicker.Location = new Point(_label.Location.X, _label.Location.Y + _label.Height);